I have a Lenovo 14aPH8 (Ideapad 5 gen 8?) which has a high DPI Screen with an AMD 7840HS (780m iGPU).

It’s giving a bunch of memory corruption when on youtube in fullscreen, or before I reduce the resolution of a fullscreen application (Assetto Corsa Competizione is the only I’ve tried so far) from the native resolution to 1080p.

I previously RMA’d the Laptop due to similar artifacts on Pop!OS, and they confirmed the entire motherboard was replaced. However, the artifacts didn’t go away so I tried KDE Neon which thankfully didn’t have the same issues, until I tried gaming and youtube.On X11, the issues are gone, but as a fan of fractional scaling and touchscreen gestures I’m still using Wayland.

While this could be a hardware issue (I can’t confirm as the laptop is so new not many people have it, let alone on linux) I’m sure this is software related because it only happens on X11, and I’ve also seem similar reports by nVidia users on Wayland.

Anyone able to signpost me if this isn’t something KDE devs can investigate? I know a lot of them are active within the Wayland space so I thought asking here would be a good idea :)


EDIT: Looks like there’s some upstream bug in the DRM with variable refresh rates and/or adaptive sync. Disabling it in KDE’s settings seems to sort the problem in Youtube/games. Can’t say the same for anyone else tho

  • @SteveTech
    link
    15 months ago

    Yeah that’s not normal, is there anything appearing in dmesg? Probably do dmesg | grep -i amdgpu to filter out the other stuff.

    Otherwise maybe try a different desktop environment and create a bug report if it is KDE specific, or create one anyway and someone smarter than me should be able to work it out.

    • @[email protected]OP
      link
      fedilink
      25 months ago

      Gonna try Kubuntu for the hell of it, but just partitioned some space for Cinnamon and it doesn’t have any of the issues at least in the X11 session (Updated the kernel too since Cinnamon likes to ship 5.15 which just barely works for this iGPU)

      The Wayland session is janky af for Cinnamon anyway, but did notice that scrubbing a fullscreen YT video didn’t really show any artifacting there. Then again, this could just be because their wayland implementation is very immature since most of the desktop was a blurry mess of jank.

    • @[email protected]OP
      link
      fedilink
      2
      edit-2
      5 months ago

      Oooh maybe this is related, since my display is 144hz and turning the screen freq. to 96Hz stops the artifacting on Youtube… https://gitlab.freedesktop.org/drm/amd/-/issues/2967

      Oh! Looks like adaptive sync might be the source. Disabled it and the artifacts disappear entirely. Set it to Always and the jank returns. Wahoo!

      Gotta try in games to confirm

      EDIT: Yup. ACC had less jank. I think VRR must be broken upstream (mentioned in that issue tracker)