I've been running Ubuntu based distros on PCs around me for nearly 3 years and I just installed 9.04 as a fresh install on a PC that was running Ubuntu 7.04. Now after installing the nvidia drivers (180) I went to change the resolution up to 1280x1024 using the gui thingy and it wasnt in the list. So, I reckoned there would be hundreds of people moaning about it on these forums, there are, but none of the threads I've read has a proper solution.
From what I can tell, xorg.conf is not being used to store the resolution and refresh rate settings in KDE4. Or maybe it is? Using nvidia-settings i can change the resolution to anything withing range but, cant write it to xorg.conf, it tells me there is a parsing error.
My xorg.conf is basically empty
What can I do to get the machine to start up with 1280x1024 or 1152 x 864 (probably better). The video card is a 6600GT and the monitor is a 17"CRT.
Thanks in advance.
From what I can tell, xorg.conf is not being used to store the resolution and refresh rate settings in KDE4. Or maybe it is? Using nvidia-settings i can change the resolution to anything withing range but, cant write it to xorg.conf, it tells me there is a parsing error.
Code:
Failed to parse existing X config file '/etc/X11/xorg.conf'
Code:
Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Section "Module" Load "glx" Disable "dri2" EndSection Section "Device" Identifier "Configured Video Device" Driver "nvidia" EndSection
Thanks in advance.
Comment