this post was submitted on 19 Mar 2024
93 points (60.2% liked)

linuxmemes

20899 readers
654 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

My lower res, lower DPI display from my old Dell laptop looks much more sharp and crisp than the fancy pants Framework 13 high res display.

you are viewing a single comment's thread
view the rest of the comments
[–] Da_Boom@iusearchlinux.fyi 117 points 6 months ago* (last edited 6 months ago) (25 children)

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)

load more comments (21 replies)