Benutzer-Werkzeuge

Webseiten-Werkzeuge


content:linux_fedora
This version is outdated by a newer approved version.DiffThis version (2026/04/07 15:34) 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

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.1775568881.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