eigendlich wollte ich nur schnell einen externen Monitor an mein Notebook anschließen. Der Monitor des Notebooks soll einfach geklont werden.
Nachdem ich jetzt seit 2 Tagen so ziehmlich alles getestet habe was google auswirft sehe ich den Wald vor lauter Bäumen nicht mehr.
Zur Hardware: Ich habe ein Mobilty Radeon 9200 und verwende den OpenSource Treiber.
Wie weit bin ich:
Das ganze sieht so aus das der Rechner auf beiden Monitoren beim Starten was ausgibt, bis xdm gestartet wird.
Wenn der externe Monitor dranhängt startet der dann in der richtigen Auflösung von 1024x768. Und wenn kein Monitor dranhängt startet das Notebook ganz normal mit 1200x800. Das beide gleichzeit laufen geht einfach nicht.
Hier meine xorg.conf:
Code: Select all
Section "dri"
Mode 0666
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
# This loads the GLX module
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection
Section "Files
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/local/share/fonts"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "Edges" "1900 5400 1800 3900"
Option "Finger" "25 30"
Option "MaxTapTime" "150"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.05"
Option "MaxSpeed" "0.15"
Option "AccelFactor" "0.0005"
Option "SHMConfig" "on"
Option "UpDownScrolling" "on"
Option "Protocol" "auto-dev"
Option "CorePointer" ""
Option "Buttons" "7"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 48
VertRefresh 60
Option "DPMS"
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
# this may solve some issues
Option "BusType" "PCI"
# acceleration
Option "AGPMode" "4"
Option "AGPFastWrite" "yes"
Option "EnablePageFlip" "on"
Option "RenderAccel" "on"
Option "AccelMethod" "EXA" # or XXA
# Option "BackingStore" "true"
# Option "ExaNoOffscreenPixmaps"
# enable (partial) PowerPlay features
Option "DynamicClocks" "on"
# use bios hot keys on thinkpad (aka fn+f7)
# Option "BIOSHotkeys" "on"
# enable radeon specific xinerama
Option "MergedFB" "true"
Option "CRT2Position" "clone"
Option "CRT2Hsync" "48"
Option "CRT2VRefresh" "60"
Option "MetaModes" "1280x800"
Option "MergedNonRectangular" "true"
# Color Tiling
Option "ColorTiling" "on"
# Video overlay
Option "OverlayOnCRTC2" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Radeon"
Monitor "Monitor0"
DefaultDepth 24
Option "Monitor2Position" "Clone"
# Angaben des zweiten Bildschirms
Option "Monitor2HSync" "60"
Option "Monitor2VRefresh" "75"
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1280x800" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0"
InputDevice "Touchpad" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection
wäre schön wenn mir jemand auf die Spünge helfen könnte
Gruß B&S

