https://bugs.kde.org/show_bug.cgi?id=356864

--- Comment #10 from OlafLostViking <olaf.the.lost.vik...@gmail.com> ---
> Could you run xrandr before and after resizing the VM window and diff the 
> change?

Sure thing (using Neon):

# after booting in a VM window with 1280x720, internal resolution 1280x720
after login
$ xrandr > xrandr.before
$ qdbus org.kde.KWin /KWin supportInformation > qdbus.before
# increasing VM window size, no touching internal settings
$ xrandr > xrandr.bigger
$ qdbus org.kde.KWin /KWin supportInformation > qdbus.bigger
# decreasing VM window size, no touching internal settings
$ xrandr > xrandr.smaller
$ qdbus org.kde.KWin /KWin supportInformation > qdbus.smaller
$ diff xrandr.before xrandr.bigger 
3c3
<    1280x720      59.86*+
---
>    1512x893      59.84 +
13a14
>    1280x720      59.86* 
$ diff xrandr.before xrandr.smaller
3c3
<    1280x720      59.86*+
---
>    1064x664      59.86 +
13a14
>    1280x720      59.86* 
$ diff qdbus.before qdbus.bigger 
$ diff qdbus.before qdbus.smaller

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to