-
|
So i was able to install KDE Plasma (and even compiled plasma bigscreen for a more remote friendly ui) on my s905x3 box, but the hardware acceleration doesnt work (as mentioned in the readme) but is there any ways that i could get it to work for the sake of a more reliable usage? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Try to build latest mesa and wayland/xwayland my config for mesa:
just export $MESA_PREFIX to your desired location before runnung config |
Beta Was this translation helpful? Give feedback.
Try to build latest mesa and wayland/xwayland
I've got s905w2 (with the same mali-g31 video) and it's working for me.
my config for mesa:
meson setup /build/mesa --prefix="$MESA_PREFIX" --buildtype=release -Dplatforms=wayland,x11 -Dglx=dri -Degl=enabled -Dgbm=enabled -Dgles1=disabled -Dgles2=enabled -Dopengl=true -Dvulkan-drivers=panfrost -Dgallium-drivers=panfrost,zink -Dtools=panfrost,zink -Dbuild-tests=false -Dvulkan-beta=true -Dvideo-codecs=alljust export $MESA_PREFIX to your desired location before runnung config