Author Topic: [SOLVED] persistent USB doesn't keep screenresolution after REBOOT  (Read 485 times)

Offline wiko

  • Full Member
  • ***
  • Posts: 55
my monitor is 1280x1024, but after a reboot the desktop is reset to 1024*768.
then I have to go to the cc and configure the video card again (monitor and card to 1280x1024), after which I have to REBOOT again as instructed. (if I start the Live-CD, the screen always comes up OK)

this happens after EVERY REBOOT, so it is very timeconsuming!

what's wrong here, can this be avoided?
« Last Edit: June 29, 2012, 10:06:12 AM by wiko »

Online JohnW_57

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2137
Re: persistent USB doesn't keep screenresolution after REBOOT
« Reply #1 on: June 29, 2012, 02:13:55 AM »
my monitor is 1280x1024, but after a reboot the desktop is reset to 1024*768.
then I have to go to the cc and configure the video card again (monitor and card to 1280x1024), after which I have to REBOOT again as instructed. (if I start the Live-CD, the screen always comes up OK)

this happens after EVERY REBOOT, so it is very timeconsuming!

what's wrong here, can this be avoided?


http://www.pclinuxos.com/forum/index.php/topic,94417.msg794649.html#msg794649

Open a terminal console
su to root
type chattr +i /etc/X11/xorg.conf

This will prevent xorg.conf from being able to be modified.

To reverse the above setting:

chattr -i /etc/X11/xorg.conf

JohnW
PCLinuxOS 2013 KDE4 (64 bit) on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, Crucial M4 128 SSD,  2x Samsung 500 gig HDD (sata), TSSTcorp CDDVDW SH-224BB.

Offline wiko

  • Full Member
  • ***
  • Posts: 55
Re: persistent USB doesn't keep screenresolution after REBOOT
« Reply #2 on: June 29, 2012, 05:41:20 AM »
Open a terminal console
su to root
type chattr +i /etc/X11/xorg.conf

This will prevent xorg.conf from being able to be modified.
JohnW

thx,

the proof will be on the next REBOOT (the command didn't return anything, so probably OK).