1、在settings->devices->display->join displays中,
在display arrangement将桌子上的左边的显示器拖到左边
2、在终端运行:
xrandr
得知所有接口对应的连接断开情况
xrandr --output DP-1 --auto --primary
设置左边的显示为主显示器
xrandr --output DP-1 --right-off HDMI-1 --auto
DP-1 和 HDMI-1为显示器的连接接口名,命令为DP-1在右边扩展到HDMI-1