Miguel González Posted September 28, 2023 Posted September 28, 2023 Hello everyone, I have been searching on the net trying to find a way to activate 3d acceleration since i want to use Jellyfin on my orange pi 5. After searching I found the option for ubuntu but not for bullseye, unfortunately I'm using bullseye due to OMV which won't work on ubuntu to use for my media server. Is there any way to turn on the 3d acceleration on Debian? I mean it should be possible since technically Ubuntu is based on Debian. but i was wondering if there are any steps that I need to follow. 0 Quote
Solution Miguel González Posted October 3, 2023 Author Solution Posted October 3, 2023 Unfortunately I have only found this way to obtain the necessary driver that Liu Jiang Feng made for ubuntu but on Debian, its not perfect since you cant update it like any regular file, but it appears to be working. sudo apt install devscripts build-essential equivs v4l-utils if necessary for installing v4l-utils due to error sudo apt --fix-broken install dget --extract --allow-unauthenticated https://launchpad.net/~liujianfeng1994/+archive/ubuntu/panfork-mesa/+files/mali-g610-firmware_1.0.2_source.changes ignore curl(22) 404 error cd mali-g610-firmware-1.0.2 sudo mk-build-deps --install --remove dpkg-buildpackage --build=binary --no-sign cd sudo dpkg -i mali-g610-firmware_1.0.2_all.deb dget --extract --allow-unauthenticated https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia/+files/rockchip-multimedia-config_1.0.0-3+jammy_source.changes ignore curl(22) 404 error cd rockchip-multimedia-config-1.0.0 sudo mk-build-deps --install --remove dpkg-buildpackage --build=binary --no-sign cd sudo dpkg -i rockchip-multimedia-config_1.0.0-3+jammy_all.deb 0 Quote
Miguel González Posted October 3, 2023 Author Posted October 3, 2023 if anyone finds a more efficient way to do this or something else, please let me know. Those instructions were written by me so if they are not exactly clear I'm truly sorry, I'm new to this. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.