First, let me profusely appologize for it coming to this. I have tried in vain to compose an xorg.conf that provides me with the dual monitor experience, which I seek. At this point, I am just trying permutations of things, and it's getting frustrating.
I get a fine image, but it's the same on both monitors. I'd like one to extend the other.
Info:
Any help or pointers would be greatly appreciated, including a kindly "your card can't do this" nudge;
TIA,
Brett :stud
xorg.conf:
I get a fine image, but it's the same on both monitors. I'd like one to extend the other.
Info:
- xorg-7.4_2
- driver: xf86-video-radeonhd-1.2.5_2 X.Org
- card specs:
- "ATI Technologies Inc"
- "RV530 [Radeon X1600]"
- "PCI:1:0:0", "PCI:1:0:1" (SVGA, DVI, respectively)
Any help or pointers would be greatly appreciated, including a kindly "your card can't do this" nudge;
TIA,
Brett :stud
xorg.conf:
Code:
Section "ServerLayout"
Identifier "Default Layout"
Screen 1 "Screen1" 0 0
Screen 0 "Screen0" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AllowEmptyInput" "Off"
Option "DualHead" "true"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 410 310 # mm
Identifier "Monitor0"
VendorName "IBM"
ModelName "IBM L200P"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 85.0
Option "DPMS"
EndSection
Section "Monitor"
#DisplaySize 410 310 # mm
Identifier "Monitor1"
VendorName "IBM"
ModelName "IBM L200P"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 85.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0:0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV530 [Radeon X1600]"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Card0:1"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV530 [Radeon X1600]"
BusID "PCI:1:0:1"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0:0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0:1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection