summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/graphic/1799792
blob: 246a313762566b92dba6edaa604986cb6e7ee996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.