小编Ulf*_*lfW的帖子

使用 2560x1440 显示器时出现 Xrandr 错误

我在英特尔高清图形适配器上有一个 2560x1440 显示器。由于 Intel HD 默认无法驱动高于 1920x1200 的显示器,因此我在 Ubuntu 12.04 中使用了以下技巧(源自https://plus.google.com/+LinusTorvalds/posts/HQsCY7ErAL4):

xrandr --newmode "2560x1440"  222.52  2560 2720 2992 3424  1440 1441 1444 1477  -HSync +Vsync
xrandr --addmode HDMI1 2560x1440
xrandr --output HDMI1 --mode 2560x1440
Run Code Online (Sandbox Code Playgroud)

模式行是使用找到的

gtf 2560 1440 44
Run Code Online (Sandbox Code Playgroud)

在 Ubuntu 14.04 中,这不再起作用:当我尝试切换到 2560x1440 模式时

xrandr: Configure crtc 0 failed
Run Code Online (Sandbox Code Playgroud)

对应的 Xorg.log 条目:

[  1067.430] (II) intel(0): switch to mode 2560x1440@40.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1067.824] (EE) intel(0): failed …
Run Code Online (Sandbox Code Playgroud)

xrandr xorg resolution intel-hd 14.04

5
推荐指数
1
解决办法
4379
查看次数

标签 统计

14.04 ×1

intel-hd ×1

resolution ×1

xorg ×1

xrandr ×1