thanks again glussier. that worked. i still have a couple of
questions, though, if you're up for it. it looks like your
approach here is to declare a single screen with double the
width and xinerama off. that seems to work fine, however, when
i tried using the display manager control thing in fc5 it
created two screens which could be addressed with their own
settings. my file is below as it stands now and you can see
the remnants of the manager's settings in that there are two
sections for monitors, each with their own settings. my
question: how would one take advantage of having the individual
monitor settings and integrate them into the file? or should i
just let sleeping dogs lie? thanks again. great to get this
working.
Code:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "off"
EndSection
Section "Files"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Samsung SyncMaster 905DF(X)/955DF(X)/CD195A"
DisplaySize 360 270
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "HP A4033A 21-inch Display"
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
Option "CRT2HSync" "30.0-80.0"
Option "CRT2VRefresh" "56.0-76.0"
Option "CRT2Position" "LeftOf"
Option "MergedFB" "true"
Option "MonitorLayout" "CRT, CRT"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 2560 1024
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection