有没有办法改变 Ubuntu 中的屏幕刷新率?

有没有办法改变 Ubuntu 中的屏幕刷新率?

因此,我知道这个问题之前已经有人问过:“我如何改变刷新率?”

我浏览了几个论坛令人厌烦,并且响应总是使用 xrandr (嗯。)

当我运行 xrandr 时,我得到以下信息:

daniel@ZaphodU:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080      60.0 +  144.0*   120.0     99.9     84.9  
   1680x1050      60.0  
   1440x900       59.9  
   1280x1024      75.0     60.0  
   1280x960       60.0  
   1280x800       59.8  
   1280x720       60.0  
   1152x864       75.0  
   1024x768       75.0     70.1     60.0  
   800x600        75.0     72.2     60.3     56.2  
   640x480        75.0     59.9  
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

一切看起来都很好,但是假设我想将刷新率设置为 120.0 Hz:

daniel@ZaphodU:~$ xrandr -s 1920x1080 -r 120.0
Rate 120.0 Hz not available for this size

如果我想在 1280x1024 时更改为 60 Hz 该怎么办?

daniel@ZaphodU:~$ xrandr -s 1280x1024 -r 60.0
Rate 60.0 Hz not available for this size

我已经尝试了列出的所有分辨率和刷新率,但没有一个可用的!

那么我如何实际更改刷新率?我的显示器华硕 VG248Q根据制造商网站,可以达到 50~144 Hz(V)。我的显卡是Zotac GeForce GTX 970 4GB AMP!Extreme Core 版. 两者通过显示器附带的 DVI 电缆连接。

我同时启动了 Ubuntu 14.04 LTS 和 Windows 10,Windows 在 60 HZ、100 HZ、120 HZ 和 144Hz 下运行都没有问题。甚至还有一个简单的界面可以更改此设置。

那么,有没有办法改变 Ubuntu 中的刷新率?

答案1

你尝试过这个吗?

xrandr --output DVI-I-1 --mode 1920x1080 --rate 120.0

相关内容