Привет. Поставил линух, для выбора есть несколько разрешений с частотами. Использую 1024x768 87 Гц, но при этом заметно моргание (в винде стоит 85 Гц). В xorg.conf все modeline закомментарены. Добавляю свои:
Modeline "640x480" 34.34 640 656 800 800 480 482 484 505 # 34 MHz, 42.9 kHz, 85.0 Hz
Modeline "800x600" 53.72 800 824 968 1000 600 602 604 632 # 54 MHz, 53.7 kHz, 85.0 Hz
Modeline "1024x768" 87.91 1024 1056 1200 1280 768 770 773 808 88 MHz, 68.7 kHz, 85.0 Hz
И после перезагрузки есть разрешения только 1100 x сколько-то и 55 Гц.
И вот какие вопросы. Если нет никаких modeline, то откуда берутся эти разрешения? Почему иксам не нравятся те, что я дописываю? Modeline генерил через videogen.
Вот полностью xorg.conf та часть, которая относится к монику с видюхой
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
# Load "pex5"
Load "record"
# Load "xie"
Load "v4l"
Load "type1"
Load "dri"
EndSection
Section "Monitor"
#1024x768 @ 60.0 Hz, 48.4 kHz hsync
#Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
#800x600 @ 60.3 Hz, 37.9 kHz hsync
#Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync
#640x480 @ 59.9 Hz, 31.5 kHz hsync
#Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
# Modeline "640x480" 34.34 640 656 800 800 480 482 484 505 # 34 MHz, 42.9 kHz, 85.0 Hz
# Modeline "800x600" 53.72 800 824 968 1000 600 602 604 632 # 54 MHz, 53.7 kHz, 85.0 Hz
# Modeline "1024x768" 87.91 1024 1056 1200 1280 768 770 773 808 # 88 MHz, 68.7 kHz, 85.0 Hz
Identifier "Monitor"
VendorName "unknown"
ModelName "default"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 90.0
EndSection
Section "Device"
# Option "NoAccel"
Identifier "ATI|Rage 128 PA/PRO"
Driver "r128"
BoardName "ATI Rage 128"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI|Rage 128 PA/PRO"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection