Jump to content

removing 3d hardware acceleration


Dantes

Recommended Posts

I've been playing around with the 3d hardware acceleration on jammy, so I can use KODI without stuttering.

And that works fine although the KODI version is a bit outdated.

 

So I installed it doing this, under root:

 

add-apt-repository ppa:liujianfeng1994/panfork-mesa
add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
apt update
apt dist-upgrade
apt install mali-g610-firmware rockchip-multimedia-config

 

but how do I revert:

 

apt purge --yes mali-g610-firmware rockchip-multimedia-config
apt autoremove --yes
apt dist-upgrade --yes
add-apt-repository --yes --remove ppa:liujianfeng1994/panfork-mesa
add-apt-repository --yes --remove ppa:liujianfeng1994/rockchip-multimedia

 

I tried this, but its not a 100%, because I'm having issues with firefox playing videos after.

 

If anyone knows, I'm all ears ;)

Edited by Dantes
Link to comment
Share on other sites

What I did not understand was that after installing the 'hardware acceleration' it replaces ffmpeg and a bunch of libraries. All these dependencies need to be removed and that does not go as smooth as it should, but I finally found out how to do it:

 

sudo apt purge --yes mali-g610-firmware rockchip-multimedia-config
sudo apt autoremove --yes
sudo apt dist-upgrade --yes
sudo add-apt-repository --yes --remove ppa:liujianfeng1994/panfork-mesa
sudo add-apt-repository --yes --remove ppa:liujianfeng1994/rockchip-multimedia
sudo apt update --yes
sudo apt purge ffmpeg libavcodec-extra
sudo apt install --fix-broken
sudo apt autoremove
sudo apt install ffmpeg libavcodec-extra

 

Maybe someone smarter can optimize it, but hey I can play YouTube video's again ;)

 

 

 

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