Hi guys,
Got 2007.3 up and running nicely but I'd like to use dual monitors - I've got two 120x1024 LCDs attached, one in the graphic card port, the other in the DVI, both attached to an ATI Radeon X600.
I know the card's capable of dual screens.
I've got a cloned version of my Pardus desktop on the second monitor, which is strange because my xorgconf below shows 'cloned off'.
What I'd like is to have one desktop stretching across the two screens (like I have in my Windows XP dual boot).
I noticed in xorgconf that Xinerama is "off" but I'm fairly sure it's not just a simple case of changing that to "on".
What other settings should be in there to get that one big desktop?
Here's my existing xorg.conf:
################################################################
#
# Autoconfigured config file for Xorg
# Created by Zorg 0.5 on Sat Nov 24 11:16:42 2007
#
# ESSENTIAL: 5e134255fffa7645645bf343307591c9eec2c98e
#
Section "Module"
Load "dbe" # Double buffer extension
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "record"
Load "xtrap"
Load "glx"
Load "dri"
Load "v4l"
EndSection
Section "Extensions"
# Option "Composite" "enable"
EndSection
Section "dri"
Mode 0666
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/encodings/"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "True"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Buttons" "5"
EndSection
Section "Device"
Screen 0
Identifier "VideoCard0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV380 [Radeon X600] (Secondary)"
# BusID "PCI:6:0:1"
EndSection
Section "Device"
Screen 1
Identifier "VideoCard1"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV380 0x3e50 [Radeon X600]"
# BusID "PCI:6:0:0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Acer"
ModelName "Acer AL1914"
HorizSync 30.0-83.0
VertRefresh 55.0-75.0
EndSection
Section "Screen"
Identifier "Screen0"
Device "VideoCard0"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# Multihead stuff
# Screen 0 "Screen0" 0 0
# Screen 1 "Screen1" RightOf "Screen0"
Option "Xinerama" "off"
Option "Clone" "off"
EndSection
My primary monitor is the Acer (the secondary one is a Relisys).
From my limited understanding, it looks like the second monitor isn't correctly configured either - the default depth, at least, should be 24 and I'm fairly sure the refresh rates are wrong.
Any help you can give on getting this sorted would be much appreciated.
Cheers