Ubuntu笔记本双屏的切换
Ubuntu 笔记本双屏的切换
#操作系统/Linux
同屏
xrandr --output eDP-1 --same-as DP-2 --auto
分屏
xrandr --output eDP-1 --right-of DP-2 --auto
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
#操作系统/Linux
同屏
xrandr --output eDP-1 --same-as DP-2 --auto
分屏
xrandr --output eDP-1 --right-of DP-2 --auto