Hello all,
 
 I have a ATI Radeon 7500 that I am trying to get dual heads working on.
 Currently I have a mirror of my desktop on each viewsonic monitor. Below is my
 XF86Config-4 file. Thanks in advance for any help anyone can give.

 I am running RedHat Linux 7.3 with XFree86 4.2.0

 
-- 
John Gibson [EMAIL PROTECTED]
Pinky, are you pondering what I am pondering?
I think so Brain, but if the plural of mouse is mice, wouldn't the plural of
spouse be spice?
 
<<<<<< XF86Config-4
# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

 Section "ServerLayout"
        Identifier "XFree86 Configured"
        creen "Screen0"
        Screen "Screen1" Rightof "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option "Xinerama" "on"
 EndSection
 
 # Red Hat Linux 6.0 and later use the xfs font server for improved
 # interactive performance
 
 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 "ViewSonic0"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30 - 95
        VertRefresh 50 - 180
        Option "dpms"
 EndSection
 
 Section "Monitor"
        Identifier "ViewSonic1"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30 - 95
        VertRefresh 50 - 180
        Option "dpms"
 EndSection
 
 Section "Device"
        Identifier "ATI|Radeon 7500 QW"
        Driver "ati"
        BoardName "Unknown"
 # Some 7500 boards aparently need this option enabled to work - bug (#62760)
 # Option "CrtScreen"
        Screen 0
 EndSection
 
 Section "Device"
        Identifier "ATI|Radeon 7500 QW2"
        Driver "ati"
        BoardName "Unknown"
 # Some 7500 boards aparently need this option enabled to work - bug (#62760)
 # Option "CrtScreen"
        Screen 1
 EndSection
 
 Section "Screen"
        Identifier "Screen0"
        Device "ATI|Radeon 7500 QW"
        Monitor "ViewSonic0"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1280x1024"
        EndSubSection
 EndSection
 
 Section "Screen"
        Identifier "Screen1"
        Device "ATI|Radeon 7500 QW2"
        Monitor "ViewSonic1"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1280x1024"
        EndSubSection
 EndSection
 
 
 Section "DRI"
        Mode 0666
 EndSection

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to