红联Linux门户
Linux帮助

fedora8 屏幕刷新率的问题 急!!

发布时间:2007-11-23 08:40:27来源:红联作者:fghron
才安的fedora8 屏幕刷新率默认60,不可调,怎么回事阿 怎么解决, 谢谢了 !
文章评论

共有 7 条评论

  1. Stickalso 于 2007-11-23 10:46:19发表:

    如果显卡兼容得不够去动xorg.conf容易连界面都进不去的

  2. 奶茶dsk 于 2007-11-23 10:33:23发表:

    装好显卡驱动后就可以调了,先别改xorg.conf............

  3. Linux_MD 于 2007-11-23 10:13:22发表:

    你在Section ''Device"前面加上
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Monitor Model"
    HorizSync 30.0 - 96.0
    VertRefresh 50.0 - 190.0
    Option "DPMS"
    EndSection

    试一试

  4. fghron 于 2007-11-23 09:27:19发表:

    为什么我的xorg.conf是这样的 ?
    # org configuration created by livna-config-display
    rg configuration created by livna-config-display

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"
    ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath "/usr/lib/xorg/modules"
    EndSection

    Section "ServerFlags"
    Option "AIGLX" "on"
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    Section "Files"
    ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath "/usr/lib/xorg/modules"
    EndSection

    Section "ServerFlags"
    Option "AIGLX" "on"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us+inet"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    Option "AddARGBGLXVisuals" "True"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection

    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

  5. Linux_MD 于 2007-11-23 08:56:38发表:

    fedora的XF86Config就是/etc/X11/xorg.conf

  6. Linux_MD 于 2007-11-23 08:53:32发表:

    修改XF86Config是最有用的方法。对于不能识别的显示器,可以修改我用{}括起来的部分。
    代码:

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Samsung SyncMaster 750(M)s(T)"
    DisplaySize 320 240
    { HorizSync 30.0 - 96.0
    VertRefresh 50.0 - 190.0 }
    Option "dpms"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    改完XF86Config以后,就进入"系统设置"->"显示"中,配置相应的项,若没有可选的,就重新起动几次X-Window,然后再进入"首选项"->"屏幕分辨率"中调节,若不能和"显示"中的匹配,就重新起动几次X-Window,直到达到效果,

  7. ddwfish 于 2007-11-23 08:43:41发表:

    驱动装好没?