Po skonfigurowaniu xserver (xorg) nie mogę uzyskać częstotliwości 1440x900_60 Hz (domyślna dla mojego monitora). Obecnie działają tryby: 800x600, 1024x768 oraz 1280x1024.
We właciwościach ekrau (KDE) mam dostępny tryb 1440x900 czyli ten, który chcę włączyć. Niestety, gdy go wybiorę pokazuje się czarny ekran i monitor wyświetla NO SIGNAL.
Oprócz tego mam tam jeszcze tryb 1440x1024 (również nie działający), który nie mam pojęcia skąd się tam wziął biorąc pod uwage xorg.config, w którym nie ma mowy o tym trybie w ogóle. Oto mój xorg.config:
Kod: Zaznacz cały
Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 65536
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "PLE1900WS"
Option "CalcAlgorithm" "UseFrameBufferTiming"
DisplaySize 410 257
HorizSync 30-83
Option "DPMS"
VertRefresh 50-76
Modeline "1440x900" 106.50 1440 1520 1672 1904 900 903 909 934
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "PLE1900WS"
DefaultDepth 24
# SubSection "Display"
# Depth 8
# Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
# EndSubSection
# SubSection "Display"
# Depth 15
# Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
# EndSubSection
# SubSection "Display"
# Depth 16
# Modes "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
# EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024"
EndSubSection
EndSection
Próbowałem już ze stronki http://wiki.x.org/wiki/FAQVideoModes ale bezskutecznie.
Czy ktoś spotkał się już z podobnym problemem?