gzzh 发表于 2003-3-19 21:10:35

如何配置显示器的刷新频率

我的配置如下:Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30.0 - 70.0
        VertRefresh50.0 - 160.0
        Option          "dpms"
EndSection

Section "Device"
        # no known options
      #BusID
        Identifier"NVIDIA GeForce 2 MX (generic)"
        Driver      "nvidia"
        VendorName"NVIDIA GeForce 2 MX (generic)"
        BoardName   "NVIDIA GeForce 2 MX (generic)"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "NVIDIA GeForce 2 MX (generic)"
        Monitor    "Monitor0"
        DefaultDepth   24
        SubSection "Display"
                Depth   24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
我装的是redhat8,安装时可以识别显示器(lg),安装了最新的显卡驱动。

llc 发表于 2003-3-20 13:07:34

正确安装了nvdia驱动的话,nvidia驱动在初试化时会自动设置刷新率为最优,也就是默认能达到的最高级别
如果你觉得还不满意,可以执行xvidtune命令来调整,具体的调整方法见精华区的"调整屏幕偏移"一文,里面有提到,方法是一样的
页: [1]
查看完整版本: 如何配置显示器的刷新频率