LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-08-2008, 08:53 PM   #1
Mike3620
LQ Newbie
 
Registered: Jan 2008
Posts: 1

Rep: Reputation: 0
I have 4 monitors using NVidia GForce and only 3 work.


I am using the following configuration file: /etc/X11/xorg.conf:

Only three of the four monitors work. If I change anything I lose on of the monitors. There is a plasma tv that is the main monitor; I would like to change that if possible. The system also runs very slow when I have the three monitors enabled. I don't get any special effects. Do you have any advise on how to edit this file so that all four monitors and compiz works.

I am using a Nvidia GeForce 8800 and an Nvidia GeForce 77000 as my video cards. Is their a reason why a video card that supports dual monitors would only show one of the monitors. If I edit the config file the three monitors that work may change which leads me to believe that all of the monitors work. Now, if I could only get XWindows to understand that I have four monitors.

I just downloaded the newest GeForce driver from Nvidia. I am using Fedora 8 64bit Edition and I have a dual opteron system.

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Screen 3 "Screen3" RightOf "Screen2"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1600x1200"
HorizSync 31.5 - 64.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1600x1200"
HorizSync 31.5 - 56.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1600x1200"
HorizSync 31.5 - 56.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor3"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1600x1200"
HorizSync 31.5 - 56.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard1-Output0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 8800"
Option "XAANoOffscreenPixmaps" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
BusID "PCI:5:0:0"
EndSection

Section "Device"
Identifier "Videocard1-Output1"
Driver "nvidia"
VendorName "Videocard vendor"
BoardNAme "NVIDIA GeForce 8800"
Option "XAANoOffscreenPixmaps" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true
BusID "PCI:5:0:0"
Screen 1
EndSection

Section "Device"
Identifier "Videocard0-Output0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation G72 [GeForce 7300 LE]"
Option "XAANoOffscreenPixmaps" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
BusID "PCI:4:0:0"
EndSection

Section "Device"
Identifier "Videocard0-Output1"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation G72 [GeForce 7300 LE]"
Option "XAANoOffscreenPixmaps" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
BusID "PCI:4:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0-Output1"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard0-Output0"
Monitor "Monitor1"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200"
EndSubSection
EndSection

Section "Screen"
Identifier "screen2"
Device "Videocard1-Output0"
Monitor "Monitor2"
DefaultDepth 24
Option "AddARGBLXVisuals" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen3"
Device "Videocard1-Output1"
Monitor "Monitor3"
DefaultDepth 24
Option "AddARGBLXVisuals" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
 
Old 01-08-2008, 09:15 PM   #2
roboboy
LQ Newbie
 
Registered: Oct 2007
Location: San Jose, CA
Distribution: PCLinuxOS 2007
Posts: 6

Rep: Reputation: 0
Just to say hello...

Woah! I saw you were a newbie (me too), so I thought I'd say hello. Didn't realize you were so well setup and knowledgeable! This is a great site and someone will probably answer you, at the latest, 24 hours. Welcome to the forums.

Roboboy
 
Old 01-14-2008, 08:52 PM   #3
nanodust
LQ Newbie
 
Registered: Jan 2008
Posts: 1

Rep: Reputation: 0
shouldn't you have a


Screen 1
EndSection

for

Section "Device"
Identifier "Videocard0-Output1"


?
 
  


Reply



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
Getting Nvidia to work with dual monitors KaYoS Slackware 7 08-28-2006 09:36 AM
Question to nvidia and GForce G0 Yoko Linux - Hardware 8 12-05-2005 04:12 PM
nvidia gforce 2 probleme princeware Linux - Hardware 0 06-10-2004 05:25 PM
2 monitors, nvidia, problem with window-size (maximize uses both monitors) meximex Linux - Hardware 1 05-19-2004 04:37 AM
my nvidia gforce 4 drivers skull98 Linux - Newbie 4 03-07-2004 09:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:57 PM.

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