Alt text: A line plot with 2 axis (confidence vs competence) referencing the Dunning-Kruger effect with various distro logos placed at different points on the line. Starts with mint/ubuntu near (0,0) and progressing through multiple distros to end up with opensuse/fedora at what it calls “the plateau of sustainability”

  • v3ctors@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    6 days ago
    
    ##### RPM Fusion & Terra  
    sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm  
    # https://github.com/terrapkg/packages  
    sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release  
    sudo dnf group upgrade core  
    sudo dnf4 group install core  
    
    ##### firmware  
    sudo fwupdmgr refresh --force  
    sudo fwupdmgr get-devices # Lists devices with available updates.  
    sudo fwupdmgr get-updates # Fetches list of available updates.  
    sudo fwupdmgr update  
    
    ##### appimage  
    sudo dnf install -y fuse fuse-libs  
    sudo flatpak install it.mijorus.gearlever  
    
    ##### graphics_drivers  
    # https://rpmfusion.org/Howto/NVIDIA  
    ### nvidia  
    sudo dnf install -y akmod-nvidia  
    sudo dnf install -y --skip-unavailable xorg-x11-drv-nvidia-cuda  
    sudo dnf mark user akmod-nvidia  
    sudo dnf mark user xorg-x11-drv-nvidia-cuda  
    sudo dnf install -y --skip-unavailable vulkan  
    sudo dnf install -y --skip-unavailable xorg-x11-drv-nvidia-cuda-libs  
    modinfo -F version nvidia  
    reboot  
    lsmod | grep nouveau  
    sudo lspci -vnn  
    #look for your gpu, and see what module is in use.  Should be nvidia :)  
    
    ##### Media Codecs  
    sudo dnf4 group install multimedia  
    sudo dnf swap 'ffmpeg-free' 'ffmpeg' --allowerasing # Switch to full FFMPEG.  
    sudo dnf upgrade @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin # Installs gstreamer components. Required if you use Gnome Videos and other dependent applications.  
    sudo dnf group install -y sound-and-video # Installs useful Sound and Video complementary packages.  
    
    ##### H/W Video Decoding with VA-API  
    sudo dnf install -y --skip-unavailable ffmpeg-libs libva libva-utils  
    
    ##### OpenH264 for Firefox  
    sudo dnf install -y --skip-unavailable openh264 gstreamer1-plugin-openh264 mozilla-openh264  
    sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1  
    # After this enable the OpenH264 Plugin in Firefox's settings.  
    
    ##### gaming  
    sudo dnf install -y steam lutris gamemode goverlay meson gcc pkgconf  
    sudo flatpak install bottles Proton-GE protontricks Heroic ludusavi  
    
    protonup-qt (flatpak)  
    # get from https://flathub.org/apps/net.davidotek.pupgui2/install  
    # would not install from cli from flathub for some reason :eyeroll: