diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1799792')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1799792 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1799792 b/results/scraper/launchpad-without-comments/1799792 new file mode 100644 index 000000000..f235c8ac2 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1799792 @@ -0,0 +1,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. \ No newline at end of file |