我正在尝试使用我的超宽显示器,但问题是我的分辨率不可用。
我尝试从这里重新创建步骤:
cvt 2560 1080 60
显示如下内容:
# 2560x1080 59.98 Hz (CVT) hsync: 67.17 kHz; pclk: 230.00 MHz Modeline "2560x1080_60.00" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync
我运行下一个命令来使用 xrandr 创建新的模式行:
randr --newmode "2560x1080_60.00" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync
我在笔记本电脑(ThinkPad T430)上运行 Ubuntu,通过 VGA(别笑,笔记本电脑没有 HDMI,我需要使用适配器)连接到 LG 显示器 - 它被检测为 VGA-1 xrandr
- 我添加了新模式:
xrandr --addmode VGA-1 "2560x1080_60.00"
我设置了输出:
xrandr --output VGA-1 --mode "2560x1080_60.00"
我收到与链接帖子非常相似的错误:
结果xrandr --output VGA-1 --mode "2560x1080_60.00"
:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 139 (RANDR)
Minor opcode of failed request: 21 (RRSetCrtcConfig)
Value in failed request: 0x0
Serial number of failed request: 22
Current serial number in output stream: 22
我不知道哪里出了问题(或者甚至可能存在问题 - 是 VGA 连接受到某种限制,还是操作系统出了问题?)。如果有更多的显示空间,学习 AWS 会容易得多。