I seem to have been a little bit quick. I actually had to install the Mesa graphics drivers from Debian Backports, as they are not yet in Stable. First, add the bookworm-backports repository to your installation:
sudo nano /etc/apt/sources.list
Add to end of file: deb http://ftp.debian.org/debian bookworm-backports main
Then, update package lists:
sudo apt update
Install the Mesa graphics drivers from bookworm-repository:
sudo apt install -t bookworm-backports mesa-vulkan-drivers libgl1-mesa-dri libglx-mesa0
Happy coding!
sudo nano /etc/apt/sources.list
Add to end of file: deb http://ftp.debian.org/debian bookworm-backports main
Then, update package lists:
sudo apt update
Install the Mesa graphics drivers from bookworm-repository:
sudo apt install -t bookworm-backports mesa-vulkan-drivers libgl1-mesa-dri libglx-mesa0
Happy coding!
Statistics: Posted by tenbagger — Wed Mar 12, 2025 11:14 am