Externer Monitor und Refresh Rate
Roman Klinger
mail at romanklinger.de
Die Aug 14 13:22:34 BST 2007
Hi,
im "Screen Resolution Preferences"-Dialog von Gnome kann ich für meinen
externen Monitor die Auflösung einstellen. Für jede Auflösung wird eine
"Refresh Rate" angeboten. Bei 1024x768 ist dies 75 Hz, bei 1600x1200 ist
dies 60 Hz. Ich habe den Eindruck, daß die angebotenen Werte nicht immer
die selben sind, kann das aber nicht reproduzieren (bei 1600x1200 wurde
schon mal 43 Hz angeboten, dann waren es bei 1024x768 60 Hz).
Ich würde mir aber nun wünschen, daß ich immer, bei allen gebotenen
Auflösungen 60 Hz habe, oder noch besser: Bei allen Auflösungen zwischen
60 und 75 Hz wählen könnte (wenn ich mal einen Röhrenmonitor statt einem
LCD anschließe).
In meiner xorg.conf steht für den externen Monitor
Section "Monitor"
Identifier "External Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
Endsection
und
Section "Screen"
Identifier "External Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML
Screen 1"
Monitor "External Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x800" "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x800" "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x800" "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x800" "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x800" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x800" "1024x768"
EndSubSection
EndSection
Danke und Gruß,
Roman