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.

  • Da_Boom@iusearchlinux.fyi
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    4 months ago

    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)

    • iiGxC@slrpnk.net
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

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

    • jg1i@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      edit-2
      4 months ago

      Let me guess… You’re running an X.Org based WM/DE?

      Na, using Wayland with Gnome 45. 1.25x scale actually looks less blurry than 2x. (Putting aside that 2x is ridiculously large.)

      The best way to combat this?

      Is to buy a laptop with a regular DPI display and avoid this class of bugs altogether. This way I can keep using Discord and 1Password.

      • Fal@yiffit.net
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        Also kde is way better about this than gnome. Especially kde 6.

        Discord is blurry because it’s an electron app, and electron isn’t native Wayland. You can make it work with --enable-features=UseOzonePlatform --ozone-platform=wayland