小编Bor*_*per的帖子

使用平板电脑作为 Wayland 的第二台显示器

我使用以下脚本使用旧平板电脑将 VNC 连接到我的计算机,将平板电脑变成第二台显示器:

xrandr --fb 3840x1080 --output eDP-1 --panning 3840x1080+0+0/3840x1080+0+0
sleep 3
xrandr --fb 3840x1080 --output eDP-1 --panning 1920x1080+0+0/3840x1080+0+0
x11vnc -clip 1920x1080+1921+0 -nocursorshape -nocursorpos -ncache 10 -ncache_cr
xrandr --fb 1920x1080
Run Code Online (Sandbox Code Playgroud)

我不认为(任何主要)Wayland(实现)上有 xrandr 的等效项,所以我想知道是否还有其他方法可以将旧平板电脑用作第二台显示器。对不起,标题不好,我只是不知道如何措辞。

如果重要的话,我正在使用 Ubuntu 18.04。

谢谢!

linux vnc multiple-monitors wayland

6
推荐指数
1
解决办法
600
查看次数

标签 统计

linux ×1

multiple-monitors ×1

vnc ×1

wayland ×1