Ok, here's the deal, every time I reboot my system, I have to reconfigure my NVidia graphics card, if I try to save the configuration, I get an error that says:
"Failed to parse existing X config file '/etc/X11/xorg.conf'!"
And it closes, my system log says this however:
"2009-11-30 21:59:11 TheLoneGunmen kernel [ 196.737416] nvidia-settings[2656]: segfault at 38 ip 000000000046b9b8 sp 00007fff81e986e0 error 4 in nvidia-settings[400000+a6000]"
Is there a manual way to save my setting?
This is what the "xorg.conf" looks like:
The resolution I want to get is 1360x768 @70Hz
So is there a way to manually input this into the xorg.conf file?
"Failed to parse existing X config file '/etc/X11/xorg.conf'!"
And it closes, my system log says this however:
"2009-11-30 21:59:11 TheLoneGunmen kernel [ 196.737416] nvidia-settings[2656]: segfault at 38 ip 000000000046b9b8 sp 00007fff81e986e0 error 4 in nvidia-settings[400000+a6000]"
Is there a manual way to save my setting?
This is what the "xorg.conf" looks like:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
So is there a way to manually input this into the xorg.conf file?
Comment