Tips and Tricks About Computers, Web Development, Linux, the Internet and the Like
If nvidia-settings cannot save to xorg.conf, do this
If you’re using ubuntu and having trouble with nvidia-settings saving to the /etc/X11/xorg.conf file, you may find the following tip helpful in relieving that annoyance.
Looking for something interesting when I login to one of my servers, I decided to whip up the following script I appended to my ~/.bashrc file.
close nvidia-settings
in terminal:
sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup sudo gedit /etc/X11/xorg.conf
paste the following:
Section "Device" Identifier "Configured Video Device" Driver "nvidia" EndSection
save and close.
back to terminal:
sudo nvidia-settingsand save the file.
| Print article | This entry was posted by Tyler Mulligan on February 11, 2010 at 7:12 pm, and is filed under Freeware, Linux, Software, Ubuntu. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |