linux扩展多屏

一、首先直接运行xrandr命令,查看设备的相关信息:

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] 

猜你喜欢

转载自blog.csdn.net/gg_simida/article/details/79108292