{"id":20324265,"url":"https://github.com/silentgameplays/simple-fedora-setup","last_synced_at":"2025-08-25T07:11:09.728Z","repository":{"id":133226649,"uuid":"487260264","full_name":"silentgameplays/Simple-Fedora-Setup","owner":"silentgameplays","description":"Simple Fedora Setup for Gaming and multimedia stuff","archived":false,"fork":false,"pushed_at":"2022-12-09T08:32:40.000Z","size":35,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T07:02:40.105Z","etag":null,"topics":["fedora","gaming","linux","multimedia","tutorial"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silentgameplays.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-30T11:32:42.000Z","updated_at":"2025-03-07T12:47:44.000Z","dependencies_parsed_at":"2023-11-06T03:00:08.809Z","dependency_job_id":null,"html_url":"https://github.com/silentgameplays/Simple-Fedora-Setup","commit_stats":null,"previous_names":["silentgameplays/simple-fedora-setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/silentgameplays/Simple-Fedora-Setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FSimple-Fedora-Setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FSimple-Fedora-Setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FSimple-Fedora-Setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FSimple-Fedora-Setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silentgameplays","download_url":"https://codeload.github.com/silentgameplays/Simple-Fedora-Setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FSimple-Fedora-Setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272020835,"owners_count":24859901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fedora","gaming","linux","multimedia","tutorial"],"created_at":"2024-11-14T19:33:16.745Z","updated_at":"2025-08-25T07:11:09.682Z","avatar_url":"https://github.com/silentgameplays.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple-Fedora-Setup\nsimple Fedora Setup for Gaming and multimedia stuff\nAfter point and click install.\n# 1. Optimizing DNF config for faster downloads and usage go to terminal:\n* sudo nano /etc/dnf/dnf.conf\n# Add some lines or copy/paste withouth the (*):\n* [main]\n* gpgcheck=1\n* installonly_limit=3\n* clean_requirements_on_remove=True\n* best=False\n* skip_if_unavailable=True\n* fastestmirror=True\n* max_parallel_downloads=10\n* defaultyes=True\n# Ctrl+O,Ctrl+X\n* sudo dnf update\n# 2. Enabling RPM repos free and non-free:\n * sudo dnf install \\\n  https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm\n\n * sudo dnf install \\\n  https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm\n  \n * sudo dnf update --refresh\n * sudo dnf upgrade --refresh -y\n  \n # 3. Installing NVIDIA drivers with other stuff:\n * sudo dnf install akmod-nvidia xorg-x11-drv-nvidia-cuda vulkan-tools vulkan-headers vulkan-loader vulkan-validation-layers\n # 4. installing codecs and other dependencies for playing videos:\n * sudo dnf install gstreamer1-plugins-{bad-\\*,good-\\*,base} gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel\n * sudo dnf install lame\\* --exclude=lame-devel\n * sudo dnf group upgrade --with-optional Multimedia\n * sudo dnf install x265 x264 wavpack xvidcore faad2 faad2-libs mpg123\n * sudo dnf install rpmfusion-free-release-tainted\n * sudo dnf install libdvdcss\n * sudo dnf install \\*-firmware\n * sudo dnf update \n * sudo dnf upgrade\n * sudo dnf groupupdate sound-and-video\n # 5. Installing multimedia players and stuff.\n * sudo dnf install mpv vlc celluloid dragon\n # Installing meson will be required by some apps like nvfbc OBS plugin and celluloid.\n * sudo dnf install meson\n # 6.(Optional) Installing stuff for gaming:\n * sudo dnf install steam lutris wine\n # 7.(Optional) Installing OBS Studio for recording the screen and other utilities:\n * sudo dnf install obs-studio shotcut kdenlive gimp krita kate \n * sudo dnf install ktorrent fragments transmission\n * sudo dnf install python3 git\n # 8.(Work in progress) NVFBC plugin for OBS Studio:\n # Get nvidia-patch: https://github.com/keylase/nvidia-patch\n # Extract and go to the folder\n # Open in terminal\n * sudo ./patch-fbc.sh\n # Get obs-nvfbc: https://gitlab.com/fzwoch/obs-nvfbc\n # Extract and go to folder\n # Open in terminal in case you have installed them,ninja build seems to be installed by default:\n * sudo dnf install meson ninja-build cmake\n * sudo dnf install mesa-libGL-devel mesa-libGLU-devel\n * meson build\n * ninja -C build\n # Go back to GUI and copy nvfbc.so\n # Enable hidden files and fodlers\n # Go to /home/user/.config/obs-studio\n # Create the following folders plugins-\u003envfbc-\u003ebin-\u003e64bit\n # paste nvfbc.so into 64bit\n # Go to OBS Studio and add the NvFBC Source to your scene\n # 9 Adding flatpak after the install for proprietary stuff:\n * flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n \n Ok you are good to use Fedora for gaming and watching videos properly!Congrats!\n \n # YouTube tutorial on howto:\n https://youtu.be/qbpNY3WB98Q\n\n #silentgamepls\n\n \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentgameplays%2Fsimple-fedora-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilentgameplays%2Fsimple-fedora-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentgameplays%2Fsimple-fedora-setup/lists"}