我使用 TeamViewer 连接到 Ubuntu 主机。目前它的分辨率是800x600. 我想将其分辨率更改为1024x768,但出现此错误:
xrandr: Configure crtc 0 failed
Run Code Online (Sandbox Code Playgroud)
命令是:
xrandr --output Virtual1 --mode 1024x768
Run Code Online (Sandbox Code Playgroud)
我已经搜索了解决方案,但没有找到任何解决方案。
结果为xrandr --verbose:
Screen 0: minimum 1 x 1, current 800 x 600, maximum 8192 x 8192
Virtual1 connected primary 800x600+0+0 (0x4f) normal (normal left inverted right x axis y axis) 0mm x 0mm
Identifier: 0x47
Timestamp: 351902893
Subpixel: horizontal rgb
Gamma: 1.0:1.0:1.0
Brightness: 1.0
Clones:
CRTC: 0
CRTCs: 0
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000 …Run Code Online (Sandbox Code Playgroud) $ xrandr
VGA1 connected 1024x768+1366+0 (normal left inverted right x axis y axis) 0mm x 0mm
Run Code Online (Sandbox Code Playgroud)
我不明白 1366 中的数字1024x768+1366+0代表什么。我可以改变它的价值吗?
Windows 用户在这里,跳上 Ubuntu 火车。目前使用14.04. 我有一台用于观看电影等的电视,通过 HDMI 连接。我想完成以下行为,但我还没有弄清楚
只有修改设置我才能实现,但它非常手动。我错过了什么吗?
非常感谢!