Hi!
Hab einen 16:10 Monitor und der rennt nicht in der richtigen Auflösung unter Ubuntu Feisty Fawn. Hab schon diverse Ubuntu-Foren durchgeschaut, aber leider hat keiner eine Lösung für mein Problem gehabt.
Also, Monitor HP w2207 22" sollte in Auflösung 1680x1050 @ 60 Hz laufen.
tut aber 1024x768 @ 75 Hz. Die Herz derpackt er laut Hersteller eh, aber recommendet is halt 1680x1050@60.
Grafikkarte: Onboard Intel i810, hab den 915resolution-Treiber schon drauf.
Die Xorg.conf verändern bring nix, was sehr komisch is! Also weder das "1680x1050" bei der Auflösung dazuschreiben, noch eine Modeline dazugeben. Anbei die xorg.conf. Hatte irgendjemand schonmal das Problem, oder besser noch eine Lösung?? Wäre sehr dankbar!!!
Code
...
Section "Device"
Identifier "Intel i810"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "HP w2207"
Option "DPMS"
HorizSync 24-82
VertRefresh 48-76
Modeline "1680x1050@60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel i810"
Monitor "HP w2207"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1440x900" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1440x900" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1440x900" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1440x900" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1440x900" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1440x900" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Alles anzeigen