rpi5b
By viraniac viraniac / General purpose / 0 Comments

Raspberry Pi 5

GPU acceleration only works with MESA v23.2. In order to get them to work (Bookworm):

  1. Add ‘deb https://deb.debian.org/debian unstable main’ to the sources.list
  2. sudo apt update && sudo apt -t unstable install libegl-mesa0 libgl1-mesa-dri mesa-utils mesa-utils-bin
  3. Remove the line added in sources.list, then sudo apt update
  4. Reboot the system.