Search

Items tagged with: alpinelinux


Ok, I think I've got this display card under control - or so it seems. It hasn't crashed since Wednesday.

I guess this is a combo AMD RDNA3 Navi23 and KDE Plasma (+ Wayland?) bug...

I backed out all my Linux kernel command line switches for AMD GPUs and it crashed to green screen in less than a half hour. So, re-adding them stopped that from happening.

... amdgpu.dcdebugmask=0x410 amdgpu.tmz=0 amdgpu.gpu_recovery=1 amdgpu.sg_display=0 ...

And then the cursor thing is fixed <?!> by adding

KWIN_FORCE_SW_CURSOR=1

Currently this is what is set:

`cat /proc/$(pidof kwin_wayland)/environ | tr '\0' '\n' | grep KWIN` :

KWIN_DRM_NO_AMS=1
KWIN_DRM_NO_DIRECT_SCANOUT=1
KWIN_FORCE_SW_CURSOR=1

From a user experience point of view I don't see any difference with that software cursor setting.

There's another wrinkle to this that might be a factor but I can't really test around it currently. This is a multi-head machine and one screen is connected via HDMI and one is DP.

Perhaps this wouldn't be a problem if both screens were connected via the same type of connector.

Both screens are set to the same refresh frequency. But, in the display control app one reads back at 60.00 Hz while the other is 60.000 Hz. Minor thing right? But in trying to make this work I've seen references to AMD GPU weirdness in multi-head configurations where the refresh rates were different between screens. Red herring perhaps.

Anyway, don't know if there are (or will be) any people trying to make a RX 5800 XT GPU behave under Linux but this seems to be what worked for me and my dual head setup. I'll update if anything changes.

#Linux #AMD #AMDGPU #KDE #KDEPlasma #Plasma #AlpineLinux #kwin #Wayland


Back at testing whether my RDNA3 card (7800 XT) will behave itself on this system.

I'm running kernel 7.1.4 (Alpine linux-stable) so supposedly there are a bunch of fixes since 6.19 -> 7.0 -> 7.1.x.

We'll see. Last hour has been solid. No screen artifacts or horizontal aberrations on terminal or web browser windows.

When it did occasionally work adequately before it would hard crash to a green screen on one of the monitors after about 24 hours or so. Didn't matter what kernel parameters I put on the kernel cmd line.

It's kind of weird as I've been running this card in a different system (same OS, different gen CPU/mobo) successfully but it is a single head system so maybe that's the difference. Some combinations of cobbled together junk just don't work in the PC space.

Fingers crossed.

#Linux #AMD #amdgpu #RDNA3 #AlpineLinux


It took some time and effort, but the Alpine Linux riscv64 3.24 builder finally managed to churn through all the packages.

This means Alpine Linux 3.24 is imminent. Expect the first RC soon.

#AlpineLinux