blob: cb81a19067349a7ab667d166d3147d03de413a31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
GTK display does not support host scale factor
In the GNOME desktop environment, for HiDPI displays there is support to upscale everything.
This can be set in "System Settings -> Displays -> Scale".
I believe this affects GDK in the same way as setting the "GDK_SCALE" environment variable does.
When launching `qemu-system-x86_64 ... -display gtk`, this scale factor seems to get lost; the result is that the host window is upscaled and doubled in size, while the guest appears only in the bottom left corner of the UI.
|