更新:华硕回应称,该硬件无法支持 144Hz。对于正在搜索的各位,很抱歉带来这个坏消息。
我有一个新的华硕 F556U笔记本电脑和华硕 VG248QE显示器无法进入 144Hz 模式。它卡在 60Hz。这导致严重的眼疲劳,我愿意支付/悬赏任何能帮我解决问题的人。
1. 首字母xrandr
:
$ xrandr -q
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected (normal left inverted right x axis y axis)
1920x1080 60.05 + 59.93
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 60.00
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1368x768 60.00
1360x768 59.80 59.96
1152x864 60.00
1280x720 60.00
1024x768 60.00
1024x576 60.00
960x540 60.00
800x600 60.32 56.25
864x486 60.00
640x480 59.94
720x405 60.00
640x360 60.00
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+ 50.00 59.94 59.99
1920x1080i 60.00 50.00 59.94
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.90
1280x960 60.00
1366x768 59.79
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.08 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 75.00 66.67 60.00 59.94
720x400 70.08
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
所以HDMI2是我的显示器。
2.获取模式行:
$ cvt 1920 1080 144
# 1920x1080 143.88 Hz (CVT) hsync: 169.35 kHz; pclk: 452.50 MHz
Modeline "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
3.创建新模式:
$ xrandr --newmode "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
4.添加新模式:
$ xrandr --verbose --addmode HDMI2 "1920x1080_144.00"
到目前为止一切都很顺利...然后:
5.输出新模式:
$ xrandr --output HDMI2 --mode "1920x1080_144.00"
xrandr: Configure crtc 0 failed
在我按下 Enter 键后,屏幕关闭并重新打开,然后xrandr:配置 crtc 0 失败出现错误。
那时,这就是被转储到的内容Xorg.0.log
:
==> Xorg.0.log <==
[700593.713] (II) intel(0): switch to mode [email protected] on HDMI2 using pipe 0, position (0, 0), rotation normal, reflection none
[700593.720] (EE) intel(0): failed to set mode: Invalid argument [22]
[700593.755] (II) intel(0): switch to mode [email protected] on HDMI2 using pipe 0, position (0, 0), rotation normal, reflection none
我也尝试过xrandr --output HDMI2 --mode "1920x1080_144.00" --crtc 1
,xrandr --output HDMI2 --mode "1920x1080_144.00" --crtc 2
但那些 CRTC 也失败了。
从lspci
,我有一个英特尔集成图形控制器
00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 07)
不确定这是否重要,但我正在运行 Ubuntu Classic(Metacity 窗口管理器)。我已经xserver-xorg-video-intel
安装了该软件包。
我有不是弄乱了Xorg.conf
这台机器上的任何文件。也许下一步就是弄乱?
该显示器有可以与较旧的 NVidia 图形控制器一起使用,因此如果我必须获得 USB 控制器,并且没有其他方法可行,我愿意这样做。
任何帮助将不胜感激!
谢谢!
答案1
华硕回应:
在与我们的团队协商后,我们被告知由于笔记本电脑上集成了显卡,这是不可能的。
结束。如果你们有人要买这款笔记本电脑,请注意它不能处理 144Hz。我正在看 USB 卡,但很可能需要退货,因为 144Hz 对我和我的眼睛来说显然是必需的,但我没有意识到这一点!