diff options
Diffstat (limited to 'results/classifier/gemma3:12b/graphic/1799792')
| -rw-r--r-- | results/classifier/gemma3:12b/graphic/1799792 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/graphic/1799792 b/results/classifier/gemma3:12b/graphic/1799792 new file mode 100644 index 00000000..246a3137 --- /dev/null +++ b/results/classifier/gemma3:12b/graphic/1799792 @@ -0,0 +1,13 @@ + +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 |