小编Ser*_*gaI的帖子

如何在 Ubuntu 12.04 中为 LCD 添加显示分辨率?xrandr 问题

我是 Ubuntu 的新手。我已经安装了 Ubuntu 12.04 并且在尝试为我的 LCD 显示器设置正确的分辨率时被卡住了。

LCD 的原始分辨率为 1920x1080

这是来自的输出xrandr

$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 720, maximum 4096 x 4096
LVDS1 connected 1280x720+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1280x720 60.0*+
800x600 60.3 56.2 
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
Run Code Online (Sandbox Code Playgroud)

然后我创建新的模式行:

$ cvt 1920 1080 60
1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" …
Run Code Online (Sandbox Code Playgroud)

display graphics intel-graphics display-resolution

56
推荐指数
2
解决办法
20万
查看次数