LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Using Multiple Monitors and two video cards (https://www.linuxquestions.org/questions/linux-newbie-8/using-multiple-monitors-and-two-video-cards-740999/)

falcontwo 07-18-2009 08:18 AM

Using Multiple Monitors and two video cards
 
Hello all I am running Ubuntu 9.04 and I have 3 monitors on two NVIDIA cards. One monitor a Gateway 22" on the FeForce 8600 GS
The other two monitors Gateway FPD1976W on the GeForce 8600 GT card.
I am unsuccessful so far in getting all 3 monitors working. I downloaded the NVIDIA drivers. I checked the NVIDIA X Server setting but I am getting a error message when I try to save to the '/etc/X11/xorg.conf' file.
When I select system/preference and display, I get the popup windows saying 'It appears that your graphic driver does not support the necessary extension to use this tool. Do you want to use your graphic driver vendor's tool instead" I select yes and the NVIDIA X Server window open. If I make any changes I am unable to save the change

I am new to Linux but I really do not want to go back to windows

stress_junkie 07-18-2009 08:40 AM

Is there a button near the bottom of the configuration window labeled something like 'Administrator Mode'? If there is then click on it. It will ask you for your password. Enter your password and click on OK if it is available. This will enable the application to rewrite the system file.

explodingzebras 07-18-2009 11:27 AM

or in a terminal:

sudo nvidia-settings

falcontwo 07-19-2009 04:04 PM

I tried that and got a popup window "Failed to parse existing X config file 'etc/X11/xorg.conf. when I select ok the nvidia wijdows closed down. In the terminal windows I got the following
'VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
Device section "Configured Video Device" must have a Driver line.

Segmentation fault

falcontwo 07-19-2009 08:23 PM

Hello I spent so much time on this but I have a bit of success. I can not see my three screens but I cannot drag anything across. All three monitors are the same. How can I get them to be separate and be able to drag from one screen to the other. Here is my xorg.conf file
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 1440 0
Screen 1 "Screen1" LeftOf "Screen0"
Screen 2 "Screen2" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Gateway"
ModelName "Gateway HD2201"
HorizSync 24.0 - 83.0
VertRefresh 48.0 - 76.0
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Gateway"
ModelName "Gateway FPD1976W"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Gateway"
ModelName "Gateway FPD1976W"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600GS"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
BusID "PCI:10:0:0"
Screen 0
EndSection

Section "Device"
Identifier "Device2"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
BusID "PCI:10:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"

# Removed Option "TwinView" "1"
# Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1440+0"
# Removed Option "TwinView" "0"
# Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0"
# Removed Option "TwinView" "1"
# Removed Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1440+0"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Device2"
Monitor "Monitor2"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection


All times are GMT -5. The time now is 08:12 PM.