blob: f235c8ac2da7c51451b786a0a446972abd54fde2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Broken scaling with gtk,gl=on on a hidpi display
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 content properly, as seen on the attached screenshot.
Switching to "-display gtk,gl=off" and "-display sdl,gl=on" makes it work fine.
|