You need to do: (I'm assuming you have the nvidia drivers installed)
Code:
sudo nvidia-settings
Make the necessary changes, apply, and save. It may throw up an error such as "failed to parse...." If it does, do the following.
Code:
sudo rm /etc/X11/xorg.conf
then restart nvidia-settings with:
Code:
sudo nvidia-settings
then make all the changes you need, apply, then save configuration, and it will see you don't have a xorg.conf file. A new window will open. Hit the button labeled show output, and copy the file. Leave nvidia-settings open, and open a new terminal. Do:
Code:
sudo touch /etc/X11/xorg.conf && sudo kate /etc/X11/xorg.conf
then paste what you copied from nvidia-settings. Save and reboot.
Bookmarks