Answers:
Compiz看起来很有效。但这没有用。
因此,下面的解决方案。
First we check available modes.
$ xrandr
1440x900 59.9+* 75.0
1280x1024 75.0 60.0
Then we pick the mode, including resolution and refresh rate.
$ xrandr -s 1440x900 -r 75
Or just the refresh rate
$ xrandr -r 75
Let's see if it worked
$ xrandr
1440x900 59.9+ 75.0*
1280x1024 75.0 60.0
好的。然后,您要做的就是将命令添加到“启动应用程序”并完成。
打开您的终端并输入
sudo apt-get install compizconfig-settings-manager
然后在您的统一破折号中键入compiz,它将列出您的compiz设置管理器。打开compiz,然后在常规选项中单击“ composite”,然后取消勾选“检测刷新率”,然后可以手动设置所需的值。。
和两个已知的分辨率允许使用的刷新率 xrandr
第二行允许相对于分辨率的刷新率。因此,根据您设置的分辨率,可以使用上述方法更改刷新率。