Bildwiederholfrequenz unter X; wie ändern?

randomidiot

randomidiot

prolamer
So, ich möchte die Bildwiederholfrequenz unter X auf 100hz@1024x768 ändern, weil 85hz mir bei 19" weh tun.
Ich weiss das man das manuell in die X86config schreiben kann, aber nicht was für Werte ich bei [modes] eintragen soll ...
Herstellerangaben zur Wiederholfrequenz bei 1024x768:
Horizontal: 68.7 KHz
Vertikal: 100.0 Hz
im VESA standard (Monitor ist übrigens ein Medion MD 1998JB, hat mir die Firma mal "geschenkt", hrhr)
ahja, aktuelle Frequenz liegt bei 68.7 KHz x 85.0 Hz und hier ist meine X86config:
Section "Files"
InputDevices "/dev/ttyS0"
InputDevices "/dev/ttyS1"
InputDevices "/dev/ttyS2"
InputDevices "/dev/ttyS3"
InputDevices "/dev/ttyS4"
InputDevices "/dev/ttyS5"
InputDevices "/dev/ttyS6"
InputDevices "/dev/ttyS7"
InputDevices "/dev/ttyS8"
InputDevices "/dev/psaux"
InputDevices "/dev/logibm"
InputDevices "/dev/sunmouse"
InputDevices "/dev/atibm"
InputDevices "/dev/amigamouse"
InputDevices "/dev/atarimouse"
InputDevices "/dev/inportbm"
InputDevices "/dev/gpmdata"
InputDevices "/dev/mouse"
InputDevices "/dev/usbmouse"
InputDevices "/dev/adbmouse"
InputDevices "/dev/input/mice"
InputDevices "/dev/input/event0"
InputDevices "/dev/pointer0"
InputDevices "/dev/pointer1"
InputDevices "/dev/pointer2"
InputDevices "/dev/pointer3"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/opt/kde3/share/fonts"
FontPath "/usr/local/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "RandR" "on"
EndSection

Section "Module"
Load "extmod"
Load "v4l"
Load "dbe"
Load "glx"
Load "type1"
Load "freetype"
Load "speedo"
Load "dri"
Load "GLcore"
EndSection

Section "InputDevice"
Driver "Keyboard"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Name" "Autodetection"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
Option "CalcAlgorithm" "CheckDesktopGeometry"
DisplaySize 368 276
HorizSync 30-98
Identifier "Monitor[0]"
ModelName "MD1998JB"
VendorName "MEDION"
VertRefresh 50-160
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
EndSection


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "GeForce4 Ti 4200"
BusID "1:0:0"
Driver "nvidia"
Identifier "Device[0]"
Screen 0
Option "Rotate" "off"
VendorName "NVidia"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection
 
Zuletzt bearbeitet:
du solltest hier:

HorizSync 30-98
VertRefresh 50-160

die Werte deines Monitors eintragen. Danach sollte X mit der höchst möglichen Frequenz starten.
 
hab ich ja... aber das ist leider nicht die Optimale (höchstmögliche :) ), sondern wohl eher die Standart/sicherheitsfrequenz ...
 
such mal nach modeline im forum, das sollte dir helfen.
 
öhm, da bin ich wieder ... mussste mich etwas mehr mit meiner Bash auseinandersetzen da nach dem empfohlenem Modeline Konfigurator X nicht mehr wollte wie es sollte. :P
Ein Versuch mache ich damit noch vieleicht , oder sind 100Hz generell zu Hoch?
Ich frage, weil bei allen Auflösungen 85Hz als höchste Auflösung dasteht ...
 

Ähnliche Themen

X11 Monitor Position

X startet nichtmehr

xrandr X11 Problem

Autostart von X mit google-chrome durch systemd

Zweiter Monitor geht bei Vollbildspielen aus.

Zurück
Oben