LinuxQuestions.org
Visit Jeremy's Blog.
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-13-2003, 05:45 PM   #1
kierl
Member
 
Registered: Oct 2002
Location: Utah
Distribution: Gentoo(2.6.23-r3)
Posts: 181

Rep: Reputation: 30
Question Dual Monitor Setup on RedHat 8


I'm Running RedHat 8 with XFree and Gnome... I also Installed KDE but I don't really use it. I have a PC Chips M754LR Motherboard with a built-in TNT2 Aladdin. I was recently running Windoze XP and was able to get it to accept a dual monitor setup with the TNT2 and a PCI S3 Trio 32/64 just so long as the Trio was set as the default monitor in the BIOS. (FYI: I have a Daewoo 431X monitor connected to the TNT2 and an MGC Model 1451D-which linux doesn't support- connected to the S3) When I installed Linux however, I found that RedHat8 detected my S3 as an S3 Trio 64 (generic) and I was getting large blocks of color 'bleeding' out of areas, especially when I would drag a scrollbar, So... I was forced to setup the TNT2 as the default... I was just wondering how I can get the S3 to work properly and then how do I set it up as a dual monitor again...???
 
Old 01-13-2003, 10:11 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
X -configure

Then go in and edit that and put in the proper Vert and Horiz settings for your monitors. Linux supports the other one, it just wasn't in that list which does nothing more than provide X with the vert and horiz settings so you don't have to try and track those down by hand.

Cheers,

Finegan
 
Old 01-14-2003, 09:49 AM   #3
ZenOfJazz
LQ Newbie
 
Registered: Dec 2002
Location: Nashville, TN
Distribution: Redhat/Mandrake/Gentoo/YellowDog
Posts: 17

Rep: Reputation: 0
I haven't set up Dual monitor with RH8 yet, but with 7.3 it's not a big deal to actually config the dual heads. basically you set it up one card & monitor, save the x configuration file off to the side. shutdown, put in the other card, configure the new card/monitor, save the x configuration off to the side. probe the PCI bus to get the PCI bus ID's for each card. merge the two X configuration files (naming the pieces differently in each so they don't collide) and add a section that defines the relationship between the monitors.
 
Old 01-14-2003, 09:58 AM   #4
ZenOfJazz
LQ Newbie
 
Registered: Dec 2002
Location: Nashville, TN
Distribution: Redhat/Mandrake/Gentoo/YellowDog
Posts: 17

Rep: Reputation: 0
Post Here's my XF86Config file for Dual-Head configuration

Section "Files"
FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
# Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "record" # X event recorder
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Right"
VendorName "COMPAQ"
ModelName "V75"
HorizSync 30 - 69
VertRefresh 50 - 120
Option "dpms"
EndSection

Section "Monitor"
Identifier "Left"
VendorName "COMPAQ"
ModelName "V75"
HorizSync 30 - 69
VertRefresh 50 - 120
Option "dpms"
EndSection

Section "Device"
Identifier "Matrox"
Driver "mga"
BoardName "Unknown"
BusID "PCI:0:13:0"
Option "sw_cursor"
EndSection

Section "Device"
Identifier "RIVA TNT2"
Driver "nv"
BoardName "Unknown"
BusID "PCI:1:0:0"
Option "dpms"
EndSection


Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection

Section "Screen"
Identifier "LeftScreen"
Device "Matrox"
Monitor "Left"
DefaultDepth 16
Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "RightScreen"
Device "RIVA TNT2"
Monitor "Right"
DefaultDepth 16
Subsection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
Subsection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Section "DRI"
Mode 0666
EndSection

Section "ServerLayout"
Identifier "DualHead"
Screen "LeftScreen"
Screen "RightScreen" RightOf "LeftScreen"
Option "Xinerama" "on"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier "Single"
Screen "LeftScreen"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
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
default monitor on nvidia / dual monitor setup fenderog SUSE / openSUSE 3 05-01-2009 06:36 PM
dual head , multi monitor setup on redhat 4 abrb220 Linux - Laptop and Netbook 7 01-01-2007 01:33 AM
need help with dual monitor setup babag Mandriva 7 12-14-2005 11:52 AM
Dual Monitor Setup canuck_barlow Linux - Newbie 12 04-11-2005 11:27 PM
Booting to wrong Monitor (w/ dual monitor setup) NeoNostalgia Linux - General 1 06-30-2004 02:49 AM

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

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