> My laptop's 13" screen has a native resolution of 3200x1800 which
> makes everything crazy small on-screen.  Is there a good method for
> telling Xorg or xfce4 to compensate, or should I one-at-a-time my
> applications?  I can adjust the resolution down but it makes the
> colors look weird.


After some more research, it turns out this is a pretty well-known
problem on the Linux desktop (it's called HiDPI) without a good
solution... except for this:

https://forums.linuxmint.com/viewtopic.php?t=159064
https://bugs.freedesktop.org/show_bug.cgi?id=94816

The solution is to patch xrandr with the capability to do nearest
neighbor filtering and run xrandr like this:

xrandr --output eDP1 --mode "3200x1800" --scale "0.5x0.5"

It works great.

- Grant

Reply via email to