相关疑难解决方法(0)

无法更改分辨率:“xrandr:配置 crtc 0 失败”

我使用 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 display screen teamviewer display-resolution

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

xrandr 的输出显示 1024x768+1366+0;这是什么意思,我可以改变它吗?

$ 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代表什么。我可以改变它的价值吗?

xrandr screen

4
推荐指数
1
解决办法
4536
查看次数

如何在连接外屏时自动关闭内屏?

Windows 用户在这里,跳上 Ubuntu 火车。目前使用14.04. 我有一台用于观看电影等的电视,通过 HDMI 连接。我想完成以下行为,但我还没有弄清楚

  • 在 HDMI 连接上,不要在我的笔记本电脑上显示任何内容,只在电视上显示(自动)
  • 在 HDMI 断开连接时,显示我的笔记本电脑

只有修改设置我才能实现,但它非常手动。我错过了什么吗?

非常感谢!

display hdmi

4
推荐指数
1
解决办法
3058
查看次数

标签 统计

display ×2

screen ×2

xrandr ×2

display-resolution ×1

hdmi ×1

teamviewer ×1