Hallo,
wenn ich es richtig deute brauche ich nur eine x beliebige 2 Bildschirme Einstellung per arandr speichern. Beispiel:
cat 2screen.sh #!/bin/sh xrandr --output eDP --mode 1920x1080 --pos 2111x55 --rotate normal --output HDMI-A-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DisplayPort-0 --off
und bearbeite diese entsprechend meinen Bedürfnissen?
cat dualscreen.sh #!/bin/sh xrandr --output eDP --mode 1920x1080 --pos 2133x0 --rotate normal --output HDMI-A-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DisplayPort-0 --off
Richtig?
Der "Wert" --primary erklärt sich von allein. Nur mit "--pos" : einmal 2111x55 und zur Zeit 2133x0? Woher stammen diese Werte?
xrandr --prop Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384 eDP connected 1920x1080+0+0 (normal left inverted right x axis y axis) 381mm x 214mm EDID: 00ffffffffffff000dae5a1700000000 341a01049526157802a155a556519d28 0b505400000001010101010101010101 010101010101b43b804a713834403020 35007dd61000001ab43b804a71386a42 302035007dd61000001a000000000000 00000000000000000000000000000002 000c33ff0f3c96161d4896000000005d GAMMA_LUT_SIZE: 4096 range: (0, -1) DEGAMMA_LUT_SIZE: 4096 range: (0, -1) GAMMA_LUT: 0 range: (0, 65535) CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 DEGAMMA_LUT: 0 range: (0, 65535) TearFree: auto supported: off, on, auto HDCP Content Type: HDCP Type0 supported: HDCP Type0, HDCP Type1 Content Protection: Undesired supported: Undesired, Desired, Enabled vrr_capable: 0 range: (0, 1) abm level: 0 range: (0, 4) max bpc: 16 range: (8, 16) underscan vborder: 0 range: (0, 128) underscan hborder: 0 range: (0, 128) underscan: off supported: off, on, auto scaling mode: None supported: None, Full, Center, Full aspect link-status: Good supported: Good, Bad CONNECTOR_ID: 78 supported: 78 non-desktop: 0 range: (0, 1) 1920x1080 60.01 + 40.01* 1680x1050 60.01 1280x1024 60.01 1440x900 60.01 1280x800 60.01 1280x720 60.01 1024x768 60.01 800x600 60.01 640x480 60.01 HDMI-A-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 287mm EDID: 00ffffffffffff0034a4583601010101 0015010381331d782a01f5a257529f27 0a5054bfef80b300a940950081408180 950f714f9040023a801871382d40582c 4500fe1f1100001e662150b051001b30 4070360009252100001e000000fd0037 4c1d5111000a202020202020000000fc 004d442032303333330a202020200195 020322f14f9f14131211161510050403 02070601230907018301000065030c00 1000023a80d072382d40102c4580fe1f 1100001f011d80d0721c1620102c2500 fe1f1100009f011d00bc52d01e20b828 5540fe1f1100001e8c0ad09020403120 0c405500fe1f11000018023a80187138 2d40582c4500fe1f1100001e00000044 GAMMA_LUT_SIZE: 4096 range: (0, -1) DEGAMMA_LUT_SIZE: 4096 range: (0, -1) GAMMA_LUT: 0 range: (0, 65535) CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 DEGAMMA_LUT: 0 range: (0, 65535) TearFree: auto supported: off, on, auto HDCP Content Type: HDCP Type0 supported: HDCP Type0, HDCP Type1 Content Protection: Undesired supported: Undesired, Desired, Enabled vrr_capable: 0 range: (0, 1) max bpc: 8 range: (8, 16) underscan vborder: 0 range: (0, 128) underscan hborder: 0 range: (0, 128) underscan: off supported: off, on, auto scaling mode: None supported: None, Full, Center, Full aspect link-status: Good supported: Good, Bad CONNECTOR_ID: 85 supported: 85 non-desktop: 0 range: (0, 1) 1920x1080 60.00 + 50.00 59.94* 1600x1200 60.00 1680x1050 59.88 1400x1050 59.95 1280x1024 75.02 60.02 1440x900 74.98 59.90 1280x960 60.00 1360x768 60.02 1280x800 60.00 1152x864 75.00 1280x720 60.00 50.00 59.94 1024x768 75.03 70.07 60.00 832x624 74.55 800x600 72.19 75.00 60.32 56.25 720x576 50.00 720x480 60.00 59.94 640x480 75.00 72.81 66.67 60.00 59.94 720x400 70.08 DisplayPort-0 disconnected (normal left inverted right x axis y axis) GAMMA_LUT_SIZE: 4096 range: (0, -1) DEGAMMA_LUT_SIZE: 4096 range: (0, -1) GAMMA_LUT: 0 range: (0, 65535) CTM: 0 DEGAMMA_LUT: 0 range: (0, 65535) TearFree: auto supported: off, on, auto subconnector: Unknown supported: Unknown, VGA, DVI-D, HDMI, DP, Wireless, Native HDCP Content Type: HDCP Type0 supported: HDCP Type0, HDCP Type1 Content Protection: Undesired supported: Undesired, Desired, Enabled vrr_capable: 0 range: (0, 1) max bpc: 8 range: (8, 16) underscan vborder: 0 range: (0, 128) underscan hborder: 0 range: (0, 128) underscan: off supported: off, on, auto scaling mode: None supported: None, Full, Center, Full aspect link-status: Good supported: Good, Bad CONNECTOR_ID: 90 supported: 90 non-desktop: 0 range: (0, 1) tuxracer@kubuntu:~/.screenlayout$
und noch: Obgleich beide Bildschirme prima 1:1 funzzen, kann ich per vokoscreen oder spectacle keine Aufnahme von beiden screens erstellen, auch wenn diese Option angeboten wird.
Danke