Skip to main content

Switch GPU driver

ROCK 5 series uses Panthor GPU driver by default in Debian 12 (Bookworm) version, you can follow the tutorial to switch GPU driver according to your needs.

DriverOpenGLOpenGL ESOpenCL
Mali
Panthor

Use Rockchip's proprietary xorg-xserver version

Add /etc/apt/preferences.d/mali file with the following contents:

Package: *xserver*
Pin: release a=rk3588-bookworm
Pin-Priority: 1001

Package: *xserver*
Pin: release a=rk3588s2-bookworm
Pin-Priority: 1001

Then refer to System Upgrade Using rsetup to reinstall Rockchip proprietary packages.

Installing the Mali User Level Driver

sudo apt-get update
sudo apt-get install libmali-valhall-g610-g13p0-x11-gbm

Enable Mali GPU Overlay

Refer to Overlay opening tutorial,enable Enable Arm Mali GPU driver Overlay.

Reboot system

sudo reboot