PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Ubuntu 9.04 mit ATI 9600 und Dual Head



IgelKoenig
05.09.09, 08:24
Hallo,

nach dem Update von Ubuntu 8.04 auf 9.04 funktioniert meine Grafikkarte (ATI Radeon 9600XT) nicht mehr so wie sie soll. Statt den Desktop zu erweitern, cloned sie die beiden Monitore nur.

Da die Grafikkarte durch den neuen fglrx-Treiber nicht mehr unterstützt wird, nutze ich zur Zeit den ati Treiber.

Ich hatte jetzt gefunden, dass mit xrandr das ganze einfach umzustellen ist. Leider ist bei mir bei xrandr nur der Modus clone vorbelegt und die gesamte Schaltfläche, wo man erweitern auswählen könnte ist ausgegraut.

randr liefert folgende Ausgabe:



Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 3200 x 1280
VGA-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 337mm x 270mm
1280x1024 60.0*+ 75.0 60.0*
1024x768 75.0 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 59.9
720x400 70.1
DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 380mm x 300mm
1280x1024 75.0 60.0*
1152x864 75.0
1024x768 75.0 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 59.9
720x400 70.1
S-video disconnected (normal left inverted right x axis y axis)


Auch die Eingabe von


xrandr --output DVI-0 --auto --right-of VGA-0

bringt keinen Erfolg.

Meine xorg.conf sieht folgendermaßen aus:


Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Driver "ati"
Busid "PCI:1:0:0"
EndSection


Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 3200 1280
EndSubSection
EndSection

IgelKoenig
09.09.09, 19:49
Hab es geschafft es zum laufen zu bringen:



Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Configured Video Device"
BusID "PCI:1:0:0"
Option "Monitor-DVI-0" "Left Monitor"
Option "Monitor-VGA-0" "Right Monitor"
EndSection

Section "Monitor"
Identifier "Left Monitor"
EndSection

Section "Monitor"
Identifier "Right Monitor"
Option "Right Of" "Left Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 3840 1200
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection