Have you gotten the dual head to work on your system? I am looking for specific help if possible, as I have been googling this issue for a week or more. I have downloaded and installed the nVidia drivers via the rpm on the Dell site, but I am not finding any tutorials or step by steps for this card. If you have gotten it to work, can you share your xorg.conf file? Or perhaps share a link or two that were useful to you? Thanks!
If you are using the "nvidia" drivers (not "nv" ) then all you have to do is add a few lines to this section. The last three options are what I use for Twinview.
[Edit] Accidental Smiley generation. Also, I wish the default post interface kept whitespace.
Message Edited by kevinf311 on 06-27-2007 07:46 PM
Wow. That was an easy solution. All I did was add the Options lines from your example and I am up and running on two screens and loving it. Thanks a bunch. For future posters, this is all I did from start to finish: 1. download the nvidia driver from nvidia directly, kill all x sessions and install the driver as root via command line. 2. Add the options lines to the Device section (as shown in kevin's post above). 3. Log out, back in, and enjoy the doubled real estate! Cheers folks.
For those using Ubuntu 7.04 (or something very similar) the nVidia drivers can be installed using the Restricted Drivers Manager found under System > Administration (Gnome). After restarting X you can add the twinview options and restart X again to get the dual monitor setup working.
aarcane
17 Posts
0
June 27th, 2007 17:00
Zeeple
4 Posts
0
June 27th, 2007 18:00
kevinf311
48 Posts
0
June 27th, 2007 22:00
I will copy the important bits of my xorg.conf (Using Ubuntu 7.04, but it shouldn't matter).
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GT]"
Driver "nvidia"
Busid "PCI:2:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "TwinView" "True"
Option "TwinViewOrientation" "LeftOf"
Option "UseEdidFreqs" "True"
EndSection
If you are using the "nvidia" drivers (not "nv" ) then all you have to do is add a few lines to this section. The last three options are what I use for Twinview.
[Edit] Accidental Smiley generation. Also, I wish the default post interface kept whitespace.
Message Edited by kevinf311 on 06-27-2007 07:46 PM
Zeeple
4 Posts
0
June 28th, 2007 16:00
Zeeple
4 Posts
0
June 28th, 2007 17:00
kevinf311
48 Posts
0
June 28th, 2007 18:00
For those using Ubuntu 7.04 (or something very similar) the nVidia drivers can be installed using the Restricted Drivers Manager found under System > Administration (Gnome). After restarting X you can add the twinview options and restart X again to get the dual monitor setup working.