this post was submitted on 19 Mar 2024
99 points (60.1% liked)
linuxmemes
20880 readers
5 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Let me guess... You're running an X.Org based WM/DE?
X11 Doesn't support fractional scaling properly . So some DEs will simulate it by scaling the apps the same way you scale a rasterized image like a PNG or JPEG, and as a result everything looks blurry. You'll generally also have the same issue with XWayland apps on a Wayland display.
The best way to combat this? Try to use Wayland native apps as much as possible.
2nd best? Use non fractional values for scaling (x1 or x2 instead of x1.25)
You can also adjust the x dpi with .xresources, but switching to wayland is the better solution
Doesn't Gnome ignore dpi in .Xresources in favor of its own hardcoded dpi?
Probably, since GNOME is a poorly written piece of shit