Как поменять частоту обновления экрана,(нужно 100hz сейчас стоит 85hz) какие строки надо подправить? XFree86config по сравнению с RH сильно отличается :)
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1280x1024@100" - ВОТ ЗДЕСЬ МОЖНО ВЫСТАВИТЬ
ViewPort 0 0 # initial origin if mode is smaller than desktop
Virtual 1280 1024
EndSubsection
EndSection