Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *************************************************
- TWEAK OPENSUSE TUMBLEWEED FOR GAMING
- *************************************************
- Update the system to the latest version
- sudo zypper ref
- sudo zypper update
- sudo zypper dup
- Install MS Fonts
- sudo zypper install fetchmsttfonts
- Decrease Swappiness to increase performances
- cat /proc/sys/vm/swappiness
- sudo nano /etc/sysctl.conf
- vm.swappiness=10
- --exit and reboot
- Activate Night light
- Go in monitor display settings, both KDE and Gnome
- will have this option
- Add some extra repositories
- sudo zypper ar http://download.opensuse.org/repositories/games/openSUSE_Tumbleweed/ games
- sudo zypper ar http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ wine
- sudo zypper addrepo --refresh https://download.nvidia.com/opensuse/tumbleweed NVIDIA
- sudo zypper ar -cfp 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman
- sudo zypper dup --allow-vendor-change
- Add the flatpak repository
- sudo zypper install flatpak
- sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- Install some packages using the YAST GUI Package Manager
- -Nvidia driver
- (kernel-firmware-nvidia
- nvidia-compute-G06
- nvidia-gfxG06-kmp-default
- nvidia-glG06
- x11-video-nvidiaG06
- nvidia-settings)
- -Wine with the required dependencies
- (wine dxvk dxvk-32bit
- wine-gecko wine-binfmt
- wine-mono wine-nine-standalone
- wine-staging wine-nine-standalone-32bit
- wine-staging-32-bit wineasio winetricks)
- -Install Feral Gamemode
- (gamemoded
- libgamemode0
- libgamemode0-32bit)
- -Mangohud and Goverlay to provide MSI Afterburner
- like performance monitoring to your games
- (mangohud goverlay)
- -Lutris and Steam to manage your games library
- Lutris --> commandprefix --> gamemoderun
- ******************************************************
Advertisement
Add Comment
Please, Sign In to add comment