ノートパソコンの解像度が16:9でプロジェクタが低いため、プロジェクタの出力が切り捨てられます。

ノートパソコンの解像度が16:9でプロジェクタが低いため、プロジェクタの出力が切り捨てられます。

私のクエリは以下と同じ/類似しています。外部VGAデバイスの割合に合わせてラップトップ画面を切り取るようにKDEを設定します。

私の場合、画面の解像度は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の状況も似ていることがわかります。 8GBのRAMがあり、この記事で必要なすべてのタスクを実行するのに十分です。

ベストアンサー1

おすすめ記事