Jump to content

Enable 3D Acceleration on bullseye legacy


Miguel González
Go to solution Solved by Miguel González,

Recommended Posts

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.

Link to comment
Share on other sites

  • Solution

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines