Page 1 of 1

Re: Dual Screen

Posted: Wed Sep 03, 2008 12:52 am
by Lantesh
Assuming you are actually running the nVidia driver you also will want to install the nvidia-settings package. Then run nvidia-settings as root and you will have far better choices in how to set up your dual monitors.

Re: Dual Screen

Posted: Wed Sep 03, 2008 12:16 pm
by AK Dave
Click on Envy.

Re: Dual Screen

Posted: Wed Sep 03, 2008 9:45 pm
by Lantesh
itzhero wrote:how do I install those? Can I do it while x is running?
In a terminal type:

Code: Select all

sudo apt-get install nvidia-settings
After installation you can run it from the new entry that will be created in your start menu, but running it from here will not run it as root, and you need to run it as root if you want to save any changes you make to your xorg.conf file. This is the file that x windows stores it's settings in. You will notice after you've launched nvidia-settings that there will be a button you can press to save the settings to the file, but it won't work if you are not running the utility as root.

To launch nvidia-settings as root do it in a terminal window with this command.

Code: Select all

sudo nvidia-settings