Bus*_*s42 10 xrandr multiple-monitors display-resolution ubuntu-mate desktop-icons
所以,我已经阅读了几个问题 - 有答案和没有答案 - 尽管这与其他问题类似,但我没有发现我遇到的问题有什么特别之处。这是一个由三部分组成的问题,我认为它们都与 erego 相关,因为它们被视为一个问题。
我使用的是带有 VGA 输出的旧 VAIO 笔记本电脑(因此需要为我的外部显示器创建合适的分辨率)并运行 Ubuntu MATE 16.04。
这是一个屏幕截图:
这是我的脚本:随意使用它。它可能对有显示配置问题的人有用。
#!/bin/bash
xrandr --auto
cvt 1920 1080
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode VGA1 1920x1080_60.00
xrandr --output VGA1 --mode 1920x1080_60.00
xrandr --output VGA1 --rotate right
xrandr --output LVDS1 --pos 0x1281 --output VGA1 --pos 1281x0
xrandr --auto
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
16166 次 |
最近记录: |