PDA

View Full Version : [ubuntu] cannot save chnages Xconfiguration file.



meeya
November 6th, 2009, 05:16 PM
I'm using 9.10 64 bit. when I change the CRT resolution to a different one than the default I cannot save the changes to the xconfiguration file, it says failed to pass existing x config file '/etc/X11/xorg.conf'

Kushkah
November 6th, 2009, 07:17 PM
Do you have an nvidia graphics card? If so, you just need to remove your old xorg.conf file and let nvidia-settings generate it's own.


sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
This will make a backup of your xorg.conf file and make a backup. Also, try running nvidia-settings as root:

gksu nvidia-settings
And you should be able to save a new configuration file.

meeya
November 7th, 2009, 03:48 AM
thanks buddy it worked!