Linux 15.002 Themen, 106.684 Beiträge

Thinkpad R60 im Dualhead Betrieb

michi_p / 7 Antworten / Flachansicht Nickles

Hi,

ich finde einfach nicht die richtige Anleitung für das folgende:

Ich möchte mein Thinkpad R60 mit ATI Radeon Mobile X1400 via VGA-out an einen externen Monitor anschließen und dann unter debian einen großen Desktop bestehend aus Notebook Display und ext. Mon. nutzen.

Habe schon einiges versucht in der xorg.conf aber es funktioniert nicht wie es soll.

Gibt es ein tool mit dem ich die xorg.conf in /etc/X11 einstellen kann?
Die Ati Treiber habe ich installiert.

Der externe Monitor läuft noch als Std. Monitor; es ist ein hp1740, wo stelle ich das ein??

gruß
micha

bei Antwort benachrichtigen
higgl michi_p „Thinkpad R60 im Dualhead Betrieb“
Optionen

Hi Micha,

schau mal hier: http://www.thinkwiki.org/wiki/ATI_Mobility_Radeon_X1400

Wie genau sind deine Einstellungen in der xorg.conf?

Beispielsweise könnte das so aussehen:
(läuft hier)


Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
Screen "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Option "xinerama" "on"
EndSection

Section "ServerFlags"
Option "Xinerama" "true"
Option "AIGLX" "off"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


(nur die relevanten Teile)
Never argue with an idiot. They drag you down to their level and then beat you with experience.
bei Antwort benachrichtigen