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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-13-2003, 05:45 PM
|
#1
|
Member
Registered: Oct 2002
Location: Utah
Distribution: Gentoo(2.6.23-r3)
Posts: 181
Rep:
|
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...???
|
|
|
01-13-2003, 10:11 PM
|
#2
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
01-14-2003, 09:49 AM
|
#3
|
LQ Newbie
Registered: Dec 2002
Location: Nashville, TN
Distribution: Redhat/Mandrake/Gentoo/YellowDog
Posts: 17
Rep:
|
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.
|
|
|
01-14-2003, 09:58 AM
|
#4
|
LQ Newbie
Registered: Dec 2002
Location: Nashville, TN
Distribution: Redhat/Mandrake/Gentoo/YellowDog
Posts: 17
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 08:00 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|