Still happening in QEMU 5.1.0
** Changed in: qemu
Status: Incomplete => New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1799792
Title:
Broken scaling with gtk,gl=on on a hidpi display
St
Public bug reported:
Tested on QEMU 3.0.0 on Arch Linux.
I'm using a hidpi screen, and therefore use those environment variables
in order to have GTK+ apps properly scaled:
GDK_SCALE=2
GDK_DPI_SCALE=0.5
However, QEMU, when launched with "-display gtk,gl=on" option, doesn't
scale the window cont
Without that, window effects in KWin get suspended as soon as any
qemu-sdl window becomes visible. While the SDL default makes sense
for games, it's not really suitable for QEMU.
Signed-off-by: Sebastian Krzyszkowiak
---
ui/sdl2.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ui/s