Hello, I use since 2017 a trick to have a full hd screen (1920x1080) on a hd (large, 1366x728 on 15.6") display. On Intel driver it works perfectly in 15.1 plasma. I just did a fresh install of 15.2. This don't work anymore correctly on kde/plasma, not at all in wayland. This last way may be normal, the display identification seems to have changed. I want to say first than all this shouldn't be necessary if only the kde setup allowed to have *smaller* display in it's config, when it allows only *bigger* display. my goal is only to have less vasted place from any decoration... It works perfectly with icewm and xfce, so I could live with it like this, but I really like all the kde setups :-) To get this goal, I run xrandr, crating first a 1920x1080 definition, creating a VIRTUAL1 (or 2) screen, them making VIRTUAL fit the LCD screen. script is as shown: xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr --addmode VIRTUAL1 1920x1080_60.00 xrandr --fb 1920x1080_60.00 --dpi 96 --output eDP1 --pos 0x0 --scale-from 1920x1080 --same-as VIRTUAL1 xrandr --output HDMI2 --pos 1920x0 last line only needed in 15.2/xfce. Blank lines added for clarity * why is this script working in 15.1 and not in 15.2? * what should it be in wayland? thanks jdd -- http://dodin.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org