Benutzer-Werkzeuge

Webseiten-Werkzeuge


content:linux_fedora
This version is outdated by a newer approved version.DiffThis version (2026/04/10 12:36) is a draft.
Approvals: 0/1
The Previously approved version (2026/02/14 18:05) is available.Diff

Dies ist eine alte Version des Dokuments!


Linux: Fedora- Client

here are some basics for setting up Fedora. Actual Version: 43

Useful Docs also: https://github.com/devangshekhawat/Fedora-43-Post-Install-Guide

Graphics

Out of the Box there are not all multimedia codecs installed.

To use h264 and vlc, you need to:

sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1
sudo dnf install vlc
sudo dnf install python-vlc

For AMD

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

Wichtig: Der default Radeon-Treiber sollte ersetzt werden durch den AMDGPU- treiber, siehe hier: AMDGPU

oder so:

root@pc-000700080009:~# sudo nano /etc/default/grub

An die Kernelzeile (GRUB_CMDLINE_LINUX) in die Parameter anhängen:

radeon.si_support=0 amdgpu.si_support=1 radeon.cik_support=0 amdgpu.cik_support=1

Dann Update von Grub:

root@pc-000700080009:~# sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Konfiguration der Umgebungsvariabeln:

Dieser Treiber unterstützt VA-API von Haus aus:
Wichtig ist, dass keine (!) Kompatibilitäts- Layer zwischen VDPAU ind VA-API installiert werden. Es darf daher nur libvdpau installiert sein:

root@pc-000700080009:/etc# dnf list --installed | grep vdpau
libvdpau.x86_64                                      1.5-10.fc43

Keine:

libva-vdpau-driver

libvdpau-va-gl

Testen der Schnittstellen

VA-API

root@pc-000700080009:/etc# vainfo
Trying display: wayland
Trying display: x11
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib64/dri-nonfree/r600_drv_video.so
libva info: Trying to open /usr/lib64/dri-freeworld/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Mesa Gallium driver 25.3.6 for AMD CAICOS (DRM 2.51.0 / 6.19.11-200.fc43.x86_64, LLVM 21.1.8)

Intel

dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
dnf install libavcodec-freeworld --allowerasing
dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
dnf install intel-media-driver --allowerasing

NVIDIA

to say it like a wise man did: fuck you nvidia

Fragmentation/Snapshotting

If you like BTRF because of its powerful Features and Snapshots, you need to set up BTRFs Assistant.

Annoying Plasmoids

like weather and such:

sudo dnf remove kdeplasma-addons

Akonadi

i don't like those tools. Make your machine slow by scanning files and such… so remove it:

sudo dnf remove akonadi-server
content/linux_fedora.1775817362.txt.gz · Zuletzt geändert: von obel1x

Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki