A side note.
From /usr/bin/labwc-pi
Apparently WLR_RENDERER=pixman enables software rendering if the board is not a Pi 4 and not a Pi 5 :
https://github.com/RPi-Distro/raspi-con ... onfig#L126
I was curious to know what it was. ![Razz :P]()
From /usr/bin/labwc-pi
Code:
if raspi-config nonint is_pi && ! raspi-config nonint gpu_has_mmu ; then export WLR_RENDERER=pixmanfihttps://github.com/RPi-Distro/raspi-con ... onfig#L126
Code:
gpu_has_mmu() { if is_pifour || is_pifive ; then return 0 else return 1 fi}Statistics: Posted by manu2007 — Sun Jun 15, 2025 12:37 am