linux系统扩展多屏操作教程
程序员文章站
2022-04-08 10:53:55
一、首先直接运行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]
上一篇: 动态SQL之内置参数_parameter的使用方法
下一篇: oraclesql数据库基础知识复习