Problem z odświeŻaniem ekranu
: 23 maja 2007, 19:04
Przejde od razu do sedna sprawy mam problem z ustawieniem 85 hz przy rozdzielczości 1024x768 na debianie sidzie. Mam 60 hz ale szkoda mi trochę oczu. Wziąłem się za szukanie horizontal i vercital (chyba tak to się pisze) sync mam dobrze ustawione. Próbowałem z gtf wstawiałem do xorga no i niestety nic to nie dawało
. Po 3 dniach męk postanowiłem napisać ten temat bo sam już wymiękam. Oczywiście jak chce zmienić odświeżanie przez konfiguracje pulpitu (mam kde) to mam odświeżanie 85 hz i nie moge zmienić. Wszystkie programy do zmiany rozdziałki i odświeżania pokazują że mam 85 hz a moje oczy i monitor że 60. :-/
Karta to via sis unichrome igp 1 a monitor philips 107 e4 (na windowsie wyciągam bez problemu 1024x768@85)
Załączam mój xorg.conf

Karta to via sis unichrome igp 1 a monitor philips 107 e4 (na windowsie wyciągam bez problemu 1024x768@85)
Załączam mój xorg.conf
Kod: Zaznacz cały
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:1:0:0"
VideoRam 64000
#Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic monitor"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
# 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection