欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

linux系统扩展多屏操作教程

程序员文章站 2022-07-03 21:03:25
一、首先直接运行xrandr命令,查看设备的相关信息: xrandr 二、设置双屏幕显示: 克隆模式: xrandr --output VGA-0 --same-as...

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

xrandr

linux系统扩展多屏操作教程

二、设置双屏幕显示:

克隆模式:

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]