如何从命令行更改显示位置?


16

如何使用命令提示符进行以下显示的设置?

在此处输入图片说明

编辑:我需要将辅助显示器放置在主显示器的左侧和顶部中间位置,如上所示。

xrandr的输出是:

        Screen 0: minimum 320 x 200, current 3200 x 1567, maximum 32767 x 32767
    eDP1 connected primary 1920x1080+1280+487 (normal left inverted right x axis y axis) 345mm x 194mm
       1920x1080      60.0*+   59.9  
       1680x1050      60.0     59.9  
       1600x1024      60.2  
       1400x1050      60.0  
       1280x1024      60.0  
       1440x900       59.9  
       1280x960       60.0  
       1360x768       59.8     60.0  
       1152x864       60.0  
       1024x768       60.0  
       800x600        60.3     56.2  
       640x480        59.9  
    VGA1 disconnected (normal left inverted right x axis y axis)
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI1 disconnected (normal left inverted right x axis y axis)
    HDMI2 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 376mm x 301mm
       1280x1024      60.0*+   75.0  
       1920x1080      60.0     59.9  
       1152x864       75.0  
       1280x720       60.0     59.9  
       1024x768       75.1     60.0  
       800x600        75.0     60.3  
       640x480        75.0     60.0     59.9  
       720x400        70.1  
    VIRTUAL1 disconnected (normal left inverted right x axis y axis)

2
您可以通过“ xrandr”命令来完成。“ man xrandr”有帮助。
飞行员

编辑您的问题并添加的输出xrandr。另外,请说明您的需求。您是否期望一个屏幕高于另一个屏幕?减多少 您是否只需要一个屏幕位于另一个屏幕的右侧?
terdon


请查看我标记您的问题的欺骗。严格来说,我怀疑这是否是字面的欺骗,但是,我要发表的答案将是100%的副本。如果您不同意,请发表评论,我将删除重复标记。
Jacob Vlijm

Answers:


18

尝试这个:

xrandr --output eDPI1 --mode 1024x768 --pos 0x0 --rotate normal --output HDMI2 --mode 1366x768 --pos 1024x384 --rotate normal


11
这远远超出了严格要求。只要xrandr --output eDPI1 --pos <x>x<y>会做:)
雅各布Vlijm

5
<。<嘘,我从lxrandr复制了设置,我不知道自己在做什么
Sergiy Kolodyazhnyy 2015年

1
哈哈,你是最好的:)
Jacob Vlijm

2
@JacobVlijm我们需要更多的咖啡XD
Sergiy Kolodyazhnyy 2015年

3
我实际上将您的脚本修改为xrandr --output HDMI2 --mode 1280x1024 --pos 0x0 --rotate normal --output eDP1 --mode 1920x1080 --pos 1280x512 --rotate normal。非常感谢!
爱德华多
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.