Externer Monitor nur mit hoher virtueller Auflösung
Roman Klinger
mail at romanklinger.de
Mit Aug 8 16:38:08 BST 2007
Hallo,
auf einem Dell D430 mit Feisty funktioniert der interne Monitor mit
1280x800 mit 915resolution gut. Ich möchte aber gerne noch einen
externen LCD mit 1600x1200 zusätzlich nutzen. Wenn ich in Gnome die
Auflösung 1024x768 oder 1280x1024 wähle, ist das Bild bis auf die
Interpolationsunschärfe auch okay. Wenn ich allerdings 1600x1200 wähle
bekomme ich dies nur als virtuelle Auflösung, so daß das Bild über den
Schirm scrollt, was ich natürlich nicht möchte, weil der Monitor ja
gerade diese Auflösung kann.
In der xorg.conf habe ich den externen Monitor folgendermaßen definiert:
Section "Monitor"
Identifier "External Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "External Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML
Screen 1"
Monitor "External Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "1280x800" "1600x1200"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "1280x800" "1600x1200"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "1280x800" "1600x1200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "1280x800" "1600x1200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "1280x800" "1600x1200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "1280x800" "1600x1200"
EndSubSection
EndSection
und die Bildschirme mit
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
Screen 1 "External Screen" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
zusammengelegt.
Hat jemand einen Tipp für mich, in welche Richtung ich nach dem Fehler
suchen muß?
Vielen Dank und Gruß,
Roman Klinger