this post was submitted on 19 Mar 2024
102 points (60.5% liked)

linuxmemes

20454 readers
565 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
[–] [email protected] 129 points 5 months ago* (last edited 5 months ago) (3 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)

[–] [email protected] 22 points 5 months ago (1 children)

You can also adjust the x dpi with .xresources, but switching to wayland is the better solution

[–] [email protected] 6 points 5 months ago (2 children)

Doesn't Gnome ignore dpi in .Xresources in favor of its own hardcoded dpi?

[–] [email protected] 5 points 5 months ago

Idk, I don't use gnome

[–] [email protected] 1 points 5 months ago

Probably, since GNOME is a poorly written piece of shit

[–] [email protected] -4 points 5 months ago

So some DEs will simulate it by scaling the apps the same way you scale a rasterized image like a PNG or JPEG

So in the end they DO fractional scaling