我的查询与以下内容相同/相似设置 KDE 以裁剪笔记本电脑的屏幕以匹配外部 VGA 设备的比例
就我而言,我的屏幕分辨率为 1366 x 768,这是非标准的,但仍分辨率为 16:9,而大多数旧投影仪的分辨率为 4:3,结果图像被剪切。在这种情况下还有其他可行的方法吗?
我确实看到了在 Linux 上的窗口中查看屏幕的一部分这看起来很有希望。我虽然不明白--pos 100x100
其中共享的代码。
这是我通过 xrandr 显示的输出
$ xrandr -q
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
eDP1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1366x768 60.00*+
1360x768 59.80 59.96
1024x768 60.00
800x600 60.32 56.25
640x480 59.94
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
这也是我的 X 版本
$ X -version
X.Org X Server 1.17.2
Release Date: 2015-06-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.1.0 x86_64 Debian
Current Operating System: Linux think-debian 4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-1-amd64 root=UUID=aaafd0a1-62db-4216-80be-cf0dc016ac7c ro initrd=/install/initrd.gz ipv6.disable=1 init=/lib/systemd/systemd
Build Date: 11 August 2015 10:51:15AM
xorg-server 2:1.17.2-1.1 (http://www.debian.org/support)
Current version of pixman: 0.33.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
可以看出 xorg 是最新的,xrandr 的情况也类似。拥有 8 GB RAM,足以满足本文所需的任何需求。