Hi everyone,

Don't know if there's place, archive or post that this should go to.  This 
XF86Config-4 file took a lot of figuring out, so I'm very proud (as a newbie) 
to have conquerored this one.  It might help others step into the land of 
dual monitors 

             ******

# File generated by anaconda.

Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "foo" 0 0
Screen 1 "bar" LeftOf "foo"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.0-70
VertRefresh 31.0-70
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor1"
ModelName "107E"
HorizSync 30-70
VertRefresh 50-75
EndSection

Section "Device"
# no known options
Identifier "Radeon 7500 QWfoo"
Driver "radeon"
VendorName "ATI Industries"
BoardName "ATi Radeon 7500 QW"
BusID "PCI:1:5:0"
Screen 0
EndSection

Section "Device"
# no known options
Identifier "Radeon 7500 QWbar"
Driver "radeon"
VendorName "ATi Industries"
BoardName "ATi Radeon 7500 QW"
BusID "PCI:1:5:0"
Screen 1
EndSection

#attache different screens to each device
Section "Screen"
Identifier "foo"
Device "Radeon 7500 QWfoo"
Monitor "Monitor0"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection

EndSection

Section "Screen"
Identifier "bar"
Device "Radeon 7500 QWbar"
Monitor "Monitor1"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768"
EndSubSection

EndSection

## #sometimes you need to retype DRI ONCE to get it running###
Section "DRI"
Mode 0666
EndSection
--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to