我在 macbook(带 HiDPI 显示器)上使用 Linux Mint Cinnamon,主显示器看起来不错,但第二个(不是 HiDPI 显示器)很糟糕......通过使用xrandr
我强迫它缩放 2倍:
xrandr --output HDM-1 --scale 2x2
Run Code Online (Sandbox Code Playgroud)
现在看起来不错,但指针被限制在不到显示器的一半(我无法将其移动到右边缘)。所以我试图指定一个平移:
xrandr --output HDM-1 --panning widthXheight
Run Code Online (Sandbox Code Playgroud)
现在我可以正确移动光标,但是一旦我定义了平移,主监视器就会被镜像...... WTF??我不想镜像主显示器,而是要多一个……我该怎么办?
附:此外,指针在第二台显示器上显得很大
更新:
具有相关输出的完整命令是:
检索监视器信息:
xrandr
Run Code Online (Sandbox Code Playgroud)
打印:
Screen 0: minimum 320 x 200, current 4800 x 1800, maximum 8192 x 8192
eDP-1 connected primary 2880x1800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
2880x1800 60.0*+
1920x1200 59.9
1920x1080 60.0
1600x1200 59.9
1680x1050 60.0
1400x1050 60.0
1280x1024 59.9
1280x960 59.9
1152x864 60.0
1024x768 …
Run Code Online (Sandbox Code Playgroud)