linux系统扩展多屏操作教程
程序员文章站
2022-07-03 21:03:25
一、首先直接运行xrandr命令,查看设备的相关信息:
xrandr
二、设置双屏幕显示:
克隆模式:
xrandr --output VGA-0 --same-as...
一、首先直接运行xrandr命令,查看设备的相关信息:
xrandr
二、设置双屏幕显示:
克隆模式:
xrandr --output VGA-0 --same-as LVDS --mode 1920x1080
扩展模式:
xrandr --output VGA-0 --right-of LVDS --auto
三、查看输入设备
xinput
四、校准触摸屏
xinput map-to-output [DEVICE-ID] [OUTPUT]
上一篇: 软件安装之-------VM虚拟机安装windows系统
下一篇: 安装MongoDB