{"id":20324274,"url":"https://github.com/silentgameplays/linux-mint-simple-setup-for-gaming","last_synced_at":"2025-03-04T10:20:58.956Z","repository":{"id":51651126,"uuid":"467039217","full_name":"silentgameplays/Linux-Mint-Simple-Setup-For-Gaming","owner":"silentgameplays","description":"Linux Mint Setup for Gaming","archived":false,"fork":false,"pushed_at":"2022-12-09T08:29:05.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T14:14:00.727Z","etag":null,"topics":["linux","linux-mint","tutorial"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/c/SilentGamePLS/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-07T10:06:07.000Z","updated_at":"2023-03-12T22:49:32.000Z","dependencies_parsed_at":"2023-01-25T21:15:31.335Z","dependency_job_id":null,"html_url":"https://github.com/silentgameplays/Linux-Mint-Simple-Setup-For-Gaming","commit_stats":null,"previous_names":["silentgameplays/linux-mint-simple-setup-for-gaming"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FLinux-Mint-Simple-Setup-For-Gaming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FLinux-Mint-Simple-Setup-For-Gaming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FLinux-Mint-Simple-Setup-For-Gaming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentgameplays%2FLinux-Mint-Simple-Setup-For-Gaming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silentgameplays","download_url":"https://codeload.github.com/silentgameplays/Linux-Mint-Simple-Setup-For-Gaming/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241827453,"owners_count":20026687,"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","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":["linux","linux-mint","tutorial"],"created_at":"2024-11-14T19:33:18.380Z","updated_at":"2025-03-04T10:20:58.935Z","avatar_url":"https://github.com/silentgameplays.png","language":null,"readme":"# Linux-Mint-Setup-for-Gaming\nLinux Mint simple Setup for Gaming/Multimedia stuff\n# Formatting the SSD/HDD properly before installing Linux Mint or any other Linux distribution or operating system,use Live USB:\n* sudo cfdisk /dev/sda \n* sudo cfdisk /dev/nvme0n1\n* Delete everything you see then Write\u003e\u003eYes\n# Wipping the partition schemes \n* sudo wipefs -a /dev/sda\n* sudo wipefs /dev/nvme0n1\n# Deleting everything properly so no forencisc recovery is possible\n* sudo shred -f -v /dev/sda\n* sudo shred -f -v /nvme0n1\n# Also this works but it does not show the process:\n* sudo shred /dev/sda\n* sudo shred /dev/nvme0n1\n# 1. Install Linux Mint\n\n# 2. Install Latest Kernel in the Update Manager\u003eView\u003eKernels section\n\n# 3. Update system and restart using GUI or Terminal:\n * sudo apt update\n * sudo apt upgrade\n  \n# 4. Install NVIDIA Drivers in the Driver Manager and Restart.\n\n# 5. Install additions to NVIDIA drivers in the terminal:\n * sudo apt install libvulkan-dev vulkan-tools vulkan-validationlayers vulkan-validationlayers-dev\n * sudo apt update\n * sudo apt upgrade\n# Or check for latest and greatest and install the full blown NVIDIA Driver package:\n* sudo add-apt-repository ppa:graphics-drivers/ppa \u0026\u0026 sudo apt-get upgrade\n* apt search nvidia-driver\n* sudo apt install nvidia-driver-510 nvidia-settings vulkan-tools libvulkan-dev vulkan-validationlayers vulkan-validationlayers-dev\n* sudo apt update\n* sudo apt upgrade\n\n# 6. Install dependencies and apps like sdl2,mingw64,wine-installer,additional,codecs x264,x265,libxvidcore4,flv,mpg123,ffmpeg:\n* sudo apt install fizmo-sdl2 libsdl2-2.0-0 libsdl2-dev libsdl2-gfx-1.0-0 libsdl2-gfx-dev libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libsdl2-net-2.0-0\n* sudo apt install mingw-w64 gcc-9-locales wine-installer wine64 flvmeta mencoder mjpegtools x265 x264 mpv mpg123 libxvidcore4 ffmpeg fluidsynth\n* sudo apt update\n* sudo apt upgrade\n\n# 7. Install dxvk:\n* sudo apt install dxvk\n* sudo apt update\n* sudo apt upgrade\n\n# 8. Install Lutris:\n* sudo add-apt-repository ppa:lutris-team/lutris\n* sudo apt update\n* sudo apt upgrade\n* sudo apt install lutris\n* sudo apt update\n* sudo apt upgrade\n\n# 9.(Optional) Install obs-studio,shotcut,vlc\n* sudo apt install obs-studio shotcut vlc mpv kdenlive\n\n# (Optional) Install Glourious Eggroll Proton GE the easy way:\n * Download the latest release here: https://github.com/GloriousEggroll/proton-ge-custom/releases\n * Extract,enable hidden files and folders \n * Create a folder in your /home/user/config/.steam/root/compatibilitytools.d if it does not exist.\n * Copy/paste the extracted GE folder into /home/user/config/.steam/root/compatibilitytools.d\n * Restart Steam,enjoy the custom GE build\n\n# 10.Install NVIDIA Shadowplay(same quality as Geforce Experience) with OBS-Studio on Linux Mint (depricated in obs-studio version 28):\n# If you really want to use this feature,then use the 27 version of obs-studio it is shipped with Linux Mint 21\n* sudo apt-hold 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 \n* sudo apt-get install libgl-dev libobs-dev meson ninja-build\n* meson build\n* ninja -C build\n# Go back to GUI and copy nvfbc.so\n# Enable hidden files and fodlers in View\u003eShow Hidden Files\n# Launch OBS Studio at least once.\n# Go to /home/user/.config/obs-studio\n# NB!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\n# Check my tutorial video on how to\nhttps://youtu.be/5IRIbQQuJW4\n\n# Enjoy silentgamepls \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentgameplays%2Flinux-mint-simple-setup-for-gaming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilentgameplays%2Flinux-mint-simple-setup-for-gaming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentgameplays%2Flinux-mint-simple-setup-for-gaming/lists"}