-
Notifications
You must be signed in to change notification settings - Fork 1
Vaapi Fix
tomsom edited this page Jan 18, 2023
·
3 revisions
This fix will enable va-api codecs for gpu, this way video playback decoding in browsers/apps will be taken on by gpu and not cpu, thus bringing better thermals/batterylife.
Note: Remember to enable RPM Fusion repos before proceeding!
sudo su
and execute following steps:
dnf swap mesa-va-drivers mesa-va-drivers-freeworld
dnf install mesa-vdpau-drivers-freeworld
Thanks to @Okazakee for providing this article <3
Work is still in progress, though stuff has gotten better with Kernel 6.1. I you have a fix for the Audio or the S3 sleep or something entirely else regarding this project, pls let me know by opening an issue thanks :))