LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 09-13-2007, 09:28 PM   #1
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Rep: Reputation: 31
Trying to Configure 4 Monitors in Centos5


Hi, I hope someone can help me out. I am having trouble setting up 4 monitors in Centos5. I have searched some threads and have tried some of the solutions but I must be missing something in my xorg.conf file.

I have two DualHead video cards installed. At the moment the system is running fine on 2 monitors and I am spanning the desktop over the 2 monitors. The other 2 monitors on the other video card are not displaying anything. My goal is to span the desktop over all 4 monitors.

The monitors are laid out 2x2 or 2 over 2.


Here is my xorg.conf file...



# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
Screen 2 "Screen2" 0 0
Screen 3 "Screen3" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
ModelName "DELL E207WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "DELL E207WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "DELL E207WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor3"
VendorName "Monitor Vendor"
ModelName "DELL E207WFP"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard Vendor"
BoardName "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
BusID "PCI:12:6:0"
Screen 0
EndSection

Section "Device"
Identifier "Videocard1"
Driver "radeon"
VendorName "Videocard Vendor"
BoardName "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
BusID "PCI:12:6:0"
Screen 1
EndSection

Section "Device"
Identifier "Videocard2"
Driver "radeon"
VendorName "Videocard Vendor"
BoardName "ATI Technologies Inc Rage XL"
BusID "PCI:13:4:0"
Screen 2
EndSection

Section "Device"
Identifier "Videocard3"
Driver "radeon"
VendorName "Videocard Vendor"
BoardName "ATI Technologies Inc Rage XL"
BusID "PCI:13:4:0"
Screen 3
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Videocard2"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen3"
Device "Videocard3"
Monitor "Monitor3"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050"
EndSubSection
EndSection




And here is the ouptput of the command lspci:


0c:06.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
0d:04.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)

.
 
Old 09-13-2007, 11:10 PM   #2
Slokunshialgo
Member
 
Registered: Jan 2006
Distribution: Ubuntu 9.04, Fedora 10
Posts: 76

Rep: Reputation: 17
Unfortunately, I have no idea how, but a word of encouragement...

My school has a 15-monitor setup going on CentOS. Apparently cost $10,000 of our tuition fees to get it, and it's done nothing useful.
 
Old 09-14-2007, 10:07 PM   #3
tommytomthms5
Member
 
Registered: Sep 2007
Distribution: debian based
Posts: 308

Rep: Reputation: Disabled
wait how is the 15 monitor thing setup? 3x5 3 down 5 across??? talk about wide screen damn!!


sorry i have no clue how to do that man im just amazed on the 15 monitors....

Last edited by tommytomthms5; 09-14-2007 at 10:09 PM. Reason: fixed a phraze
 
Old 09-16-2007, 01:40 AM   #4
Slokunshialgo
Member
 
Registered: Jan 2006
Distribution: Ubuntu 9.04, Fedora 10
Posts: 76

Rep: Reputation: 17
Yeah, 5 across, 3 down. it was fun watching it boot into CentOS one day, and they've since added a pair of somewhat-live cameras (A few seconds, about 30-60, or delay), but it often freezes.
 
Old 12-23-2007, 09:55 AM   #5
defa0009
Member
 
Registered: Jun 2003
Posts: 185

Original Poster
Rep: Reputation: 31
I finally got my 4 monitors working. If anyone is interested you can hit this link:

http://www.linuxquestions.org/questi...entos5-584295/

 
  


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
Setting up 4 Monitors in Centos5 defa0009 Linux - Hardware 46 07-31-2008 10:06 AM
Centos5 mplayer installed, but no video. brave heart Red Hat 9 09-16-2007 10:03 PM
need help tweaking VNC on CentOS5 brettreyu Linux - Server 1 08-29-2007 10:20 AM
XP Clients on CentOS5 melwade Linux - Server 1 08-03-2007 11:21 AM
TV's, CRT Monitors, LCD Monitors... refresh rates and other questions MasterC General 13 05-12-2003 04:00 AM

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

All times are GMT -5. The time now is 05:35 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