8

我的笔记本电脑屏幕顶部坏了,我无法查看 1600x82 矩形内的任何内容。

是否可以在 Wayland/XWayland 中转换虚拟屏幕,以便仅使用我的显示器的可见区域?

我设法使用 xrandr 在 X 中破解了一个解决方案:

#!/bin/sh

xrandr --newmode "1600x818_60.00"  107.33  1600 1688 1856 2112  818 819 822 847  -HSync +Vsync
xrandr --addmode eDP1 1600x818_60.00
xrandr --output eDP1 --fb 1600x818 --panning 1600x818 --mode 1600x818_60.00

# Yes this is hacky, but it's necessary to work around xrandr weirdness
sleep 1
xrandr --fb 1600x818 --output eDP1 --mode 1600x900 --transform 1,0,0,0,1,-82,0,0,1

但是,我也希望能够在 Wayland 中做到这一点。

4

0 回答 0