LINUX.ORG.RU

Частота монитора в Mandriva 2010


0

0

На днях обновился с Mandriva 2008 на 2010. После установки частота экрана была 85 Гц, а мне нужно 100. Привычно прописал дополнительную строку modeline для нужной частоты. После этого в настройках экрана появилась частота 100Гц и ее можно выбрать. Но при загрузке ОС и запуске иксов частота опять сбрасывается на 85Гц. И после каждой загрузки нужно менять вручную на 100. В чем проблема? (на 2008 мандриве все было нормально)

Ответ на: комментарий от ANGELOS
# File generated by XFdrake (rev )

Section "Extensions"
    Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,ru(winkeys)"
    Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,compose:rwin"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "SyncMaster"
    HorizSync 30-100
    VertRefresh 50-160
    
    # 1024x768 @ 100 Hz, 81.40 kHz hsync
    Modeline "1024x768"  113.31  1024 1096 1208 1392  768 769 772 814
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI Technologies Inc"
    BoardName ""
    Driver "ati"
    Option "DPMS"
    Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    Screen "screen1"
EndSection
Alex_Crack
() автор топика
Ответ на: комментарий от Alex_Crack

Modeline «1024x768» 113.31 1024 1096 1208 1392 768 769 772 814
переименуй в
Modeline «1024x768_100» 113.31 1024 1096 1208 1392 768 769 772 814
подпрввь везде modes
Modes «1024x768_100» «1024x768» «832x624» «800x600» «640x480» «480x360» «320x240»
в Section «Monitor» добавь
Option «PreferredMode» «1024x768_100»

Novell-ch ★★★★★
()

Всегда интересовало, какого хрена чуть более чем 95% владельцев CRT вынуждены рукоблудствовать, чтобы их девайс выдавал эту несчастную сотку.

wxw ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.