Software > Operating Systems and Porting

[NEWS] Fedora 37 has arrived!

(1/6) > >>

tle:
Source: https://fedoramagazine.org/announcing-fedora-37/

To me it is a great release because many annoying issues such as stuttering graphic performance with mutter is gone. Plus many packages are now more up-to-date which really helps with getting amdgpu driver running for RDNA2-based GPU.

Having said that it sucks to know that Fedora no longer enable hardware decoding for Mesa, I have to manually revert the patch to compile my custom RPMs.

tle:
Another review from our beloved member https://www.talospace.com/2022/11/fedora-37.html

tle:
Folks, if you want to revert the codec mesa change, here how you could do it


--- Code: ---fedpkg clone -a mesa
cd mesa
git checkout origin/f37
git revert 94ef544
sudo dnf builddep mesa.spec
fedpkg local
--- End code ---

If you use ffmpeg, please also re-compile to support HEVC/H.265 code:


--- Code: ---# Install RPMFusion Free Repo first
sudo dnf install x265
fedpkg clone -a ffmpeg
cd ffmpeg
git checkout origin/f37
sudo dnf builddep ffmpeg.spec
fedpkg local --with x265
--- End code ---


Alternatively, the better way is to use RPMFusion:


--- Code: ---sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
sudo dnf swap mesa-va-drivers mesa-va-drivers-freeworld
sudo dnf swap mesa-vdpau-drivers mesa-vdpau-drivers-freeworld

--- End code ---

sharkcz:
Or you can use mesa-freeworld from RPM Fusion. It should complement the reduced mesa from Fedora.

MPC7500:
Why was hardware decoding removed as default, compatibility reasons?

Navigation

[0] Message Index

[#] Next page

Go to full version