linux 通过命令行控制桌面显示
Summary
我这里使用的i3wm 窗口管理器. 所以,操作的话,基本是靠命令来完成的 现在我需要使用多个显示器,就用到了xrandr这个工具
可用显示器展示
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38> xrandr
eDP-1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 276mm x 155mm
1366x768 60.11*+
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 59.98
800x450 59.95 59.82
640x512 60.02
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
640x400 59.88 59.98
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected primary (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
多显示器使用无非两种,一种镜像复制,还有就是扩展
镜像
1
xrandr --output eDP-1 --output DP-2 --same-as eDP-1 --auto
扩展
一般来说扩展用的比较多一点儿,所以多说几句
1
xrandr --output eDP-1 --output DP-2 --right-of eDP-1
最后
推荐 i3wm 窗口管理器
有三点好处:
1
2
31,启动快,轻量级,可塑性强,非常方便定制.
2,逼格够,看起来就是一个纯命令使用环境,你懂得,所有软件的开启都是命令.
3,使用方便,其他桌面环境(如gnome)可以使用的软件,一个也不少的都可以使用,非常符合,linux命令操作思想