我有一台 P2415Q Dell,它一直运行良好。但今天早上它莫名其妙地开始以 30Hz 刷新,我似乎无法将其设置回 60Hz(nvidia-settings 中没有高于 30Hz 的选项)。
xrandr 显示其刷新率为 '30+'
Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DP-4.8 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 527mm x 296mm
3840x2160 30.0*+
xorg.conf 中的部分进一步支持了这一点:
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL P2415Q"
HorizSync 30 - 140.0
VertRefresh 30 - 76.0
我已经尝试过概述的(黑客)解决方案这里但它不起作用。而且我确信当我第一次让它工作时我不需要做任何涉及的事情。
我也尝试过强制将其设置为 60Hz
xrandr --output DP-4.8 --rate 60
但那也不起作用。
我已经更换了驱动程序,然后又将其改回 GTX960 推荐的驱动程序,但问题仍然存在。
有小费吗?