LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-18-2009, 09:18 AM   #1
falcontwo
LQ Newbie
 
Registered: Jul 2009
Posts: 4

Rep: Reputation: 0
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
 
Old 07-18-2009, 09:40 AM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
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.
 
Old 07-18-2009, 12:27 PM   #3
explodingzebras
Member
 
Registered: Oct 2007
Location: UK
Distribution: Ubuntu
Posts: 63

Rep: Reputation: 18
or in a terminal:

sudo nvidia-settings
 
Old 07-19-2009, 05:04 PM   #4
falcontwo
LQ Newbie
 
Registered: Jul 2009
Posts: 4

Original Poster
Rep: Reputation: 0
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
 
Old 07-19-2009, 09:23 PM   #5
falcontwo
LQ Newbie
 
Registered: Jul 2009
Posts: 4

Original Poster
Rep: Reputation: 0
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
2 monitors, 2 video cards, multiple terminals? MusicallyInspired Linux - Hardware 1 03-14-2007 08:22 PM
two video cards two monitors? sicone Linux - Hardware 2 08-26-2004 01:06 PM
Multiple Vid Cards and Monitors d4harvey Fedora 0 08-18-2004 02:24 AM
Two Monitors - 2 Video Cards - 1 Linux dtheorem Linux - Hardware 2 11-11-2003 01:13 PM
Two Video Cards...Two Monitors ==> :S VIP3R Linux - Hardware 5 03-16-2003 04:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration