7ecb74ae3b
GNOME automatically set scaling factor to 2 when HiDPI is detected. Unfortunately it does it also on not really HiDPI displays, making the whole UI unusably large. There is no middle ground - scaling factor must be integer, so 1.5 is not supported. Lets opt on a conservative side and fallback to scaling factor 1. Solution by @alyssais, thanks! Fixes QubesOS/qubes-issues#3108
3 lines
54 B
Plaintext
3 lines
54 B
Plaintext
[org/gnome/desktop/interface]
|
|
scaling-factor=uint32 1
|