Problem s Xineramou na Mobility Radeonu X1800

Mam notebook s ATi Mobility Radeon X1800 a k nemu pripojeny druhy monitor. Pri zapnuti Xineramy (prepsani off na on v xorg.conf) se nenacte fglrx driver a vykreslovani funguje softwarove jen pres mesa driver. Po prepsani zpet na off funguje zase vse akcelerovane bez problemu. Mohl by mi nekdo poradit, kde delam chybu?

Muj xorg.conf vypada nasledovane:

Section “ServerLayout”
Identifier “Multihead layout”
Screen 0 “Screen0” LeftOf “Screen1”
Screen 1 “Screen1” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Synaptics” “CorePointer”
Option “Xinerama” “off”
Option “Clone” “on”
EndSection

Section “Files”
EndSection

Section “ServerFlags”
Option “AIGLX” “on”
EndSection

Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
Option “XkbModel” “pc105”
Option “XkbLayout” “cz”
Option “XkbVariant” “qwerty”
EndSection

Section “InputDevice”
Identifier “Synaptics”
Driver “synaptics”
Option “Device” “/dev/input/mice”
Option “Protocol” “auto-dev”
Option “Emulate3Buttons” “yes”
EndSection

Section “Monitor”
Identifier “Monitor1”
VendorName “Monitor Vendor”
ModelName “LCD Panel 1280x1024”
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option “dpms”
EndSection

Section “Device”
Identifier “Videocard0”
Driver “fglrx”
Option “OpenGLOverlay” “off”
Option “VideoOverlay” “on”
EndSection

Section “Device”
Identifier “Videocard1”
Driver “fglrx”
VendorName “ATI”
BoardName “ATI Technologies Inc M58 [Radeon Mobility X1800]”
BusID “PCI:1:0:0”
Option “OpenGLOverlay” “off”
Option “VideoOverlay” “on”
Screen 1
EndSection

Section “Screen”
Identifier “Screen0”
Device “Videocard0”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section “Screen”
Identifier “Screen1”
Device “Videocard1”
Monitor “Monitor1”
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
Modes “1280x1024”
EndSubSection
EndSection

Section “Extensions”
Option “Composite” “Enable”
EndSection

Zeptejte se v ati - tusim jsem zahledl ze s jejich ovladacem xinerama nefunguje.

Aha, na strance http://wiki.cchtml.com/index.php/Troubleshooting veta “Make sure you do not have Xinerama enabled in your xorg.conf! 3D-acceleration is not supported by fglrx in Xinerama mode.” hovori jasne… :frowning: Diky za pomoc.