Re: multiple monitor config Red Hat 9


Subject: Re: multiple monitor config Red Hat 9
From: Justin Dieters (enderak@gci.net)
Date: Thu Sep 25 2003 - 11:20:18 AKDT


I used to have a dual monitor setup with RedHat 7.3. An AGP GeForce 3 with a 19" and a PCI S# Virge attached to a 15". I no longer use the 2nd monitor, but I still have the stuff in my XF86Config-4, just commented out.

I pasted the relevant sections below. The key parts are you just set up each monitor, card, and screen, and then in ServerLayout, you just have two (or more) 'Screen' lines. In my case, the line "Screen 1 "Screen1" Above "Screen0"" tells X to arrange the desktop so the 15" is above the 19".

The "Option "Xinerama"" will make the screens join together in one big screen, otherwise if you leave it out, the two screens are treated separate desktops. IIRC, in that case, your mouse can go back and forth between the screens, but windows cannot. Also, with it off, your screens can have different resolutions/color depths. If you have Xinerama on, they must have the same resolution and colordepths (I believe this may have changed in more recent releases though). If one screen has a smaller resolution, like mine were set up, the smaller screen will pan around. I forget what that's called - Virtual Desktop?

Anyway, hope this helps.

Justin

-----------

Section "ServerLayout"
        Identifier "Anaconda Configured"
        Screen 0 "Screen0" 0 0
        #Screen 1 "Screen1" Above "Screen0"
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
        InputDevice "cursor" "SendCoreEvents"
        InputDevice "stylus" "SendCoreEvents"
        InputDevice "eraser" "SendCoreEvents"
        #Option "Xinerama"
EndSection

Section "Monitor"
        Identifier "Monitor0"
        VendorName "Monitor Vendor"
        ModelName "Monitor Model"
        HorizSync 31.5-94.0
        VertRefresh 50-80
        Option "dpms"
        <snip>
EndSection

#Section "Monitor"
        #DisplaySize 260 200 # mm
        #Identifier "Monitor1"
        #VendorName "CPQ"
        #ModelName "1525"
        #HorizSync 31.5-94.0
        #VertRefresh 50-80
        #Option "DPMS"
#EndSection

Section "Device"
        Identifier "NVIDIA GeForce 3 (generic)"
        Driver "nvidia"
        VendorName "NVidia"
        BoardName "GeForce3 Ti 200"
        BusID "PCI:1:0:0"
EndSection

#Section "Device"
        #Identifier "Card1"
        #Driver "s3virge"
        #VendorName "S3"
        #BoardName "ViRGE/DX or /GX"
        #BusID "PCI:0:13:0"
#EndSection

Section "Screen"
        Identifier "Screen0"
        Device "NVIDIA GeForce 3 (generic)"
        Monitor "Monitor0"
        DefaultDepth 24

        Subsection "Display"
                Depth 24
                Modes "1280x1024" "1024x768" "800x600" "640x480" "320x240"
        EndSubsection
EndSection

#Section "Screen"
        #Identifier "Screen1"
        #Device "Card1"
        #Monitor "Monitor1"
        #DefaultDepth 24

        #SubSection "Display"
        # Depth 24
        # Modes "800x600" "640x480"
        #EndSubSection
#EndSection

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Thu Sep 25 2003 - 11:20:19 AKDT