如何更改linux上的显示频率


1

我想将显示器的频率从60hz更改为50hz,在fedora core 9上,有人知道怎么做吗?

谢谢


什么桌面环境?
Let_Me_Be

Answers:


2

展开 监控 /etc/X11/xorg.conf的部分看起来像这样:

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30-107
        VertRefresh  48-120
EndSection

1

添加新的模式行 Monitor 部分 /etc/X11/xorg.conf 具有所需的频率。使用 cvt 生成适当的模式。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.