Ubuntu 22.04.2 LTS
嗨!我有一台华硕 ROG G751JY 游戏笔记本电脑。它有一块 Nvidia 980M 显卡。它的显示器支持 100hz 刷新率(我在 Windows 中测试过)。
但是 xrandr 只输出以下内容:
z@YY:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
VGA-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 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 382mm x 215mm
1920x1080 60.02*+
HDMI-0 disconnected (normal left inverted right x axis y axis)
z@YY:~$
我有版本支持75 / 100hz的笔记本电脑。
在 Nvidia 设置中,我也只能选择“60hz”。
我发现这在 Askubuntu 上提问,并按照其步骤进行:
运行后xrandr --output DP-2 --mode 1920x1080 --rate 100
,屏幕空白一秒钟,然后恢复,并且在所有设置下仍然只有 60hz(感觉也不像 100hz)。
我正在使用 nvidia-driver-525,(535 是最新的,它破坏了 minecraft 1.8,所以我无法使用它),但即使在 535 上这个问题仍然存在。
我还尝试了以下操作:
cvt 1920 1080 100
输出:
# 1920x1080 99.90 Hz (CVT) hsync: 114.58 kHz; pclk: 302.50 MHz
Modeline "1920x1080_100.00" 302.50 1920 2072 2280 2640 1080 1083 1088 1147 -hsync +vsync
然后:
xrandr --newmode "1920x1080_100.00" 302.50 1920 2072 2280 2640 1080 1083 1088 1147 -hsync +vsync
但当我尝试时:
z@YY:~$ xrandr --verbose --addmode DP-2 "1920x1080_100.00"
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 37
Current serial number in output stream: 38
它失败了。当我尝试只做 75hz 时,它也会失败。当我尝试做 60hz 时,它也会失败。
有人能解决这个问题吗?如果没有,有人能推荐一些具有更高刷新率的外接显示器来配合系统使用吗?
提前致谢!