kevinjohnson7890

Tweak OpenSUSE Tumbleweed for Gaming

Jan 3rd, 2023
1,255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. *************************************************
  2. TWEAK OPENSUSE TUMBLEWEED FOR GAMING
  3. *************************************************
  4. Update the system to the latest version
  5. sudo zypper ref
  6. sudo zypper update
  7. sudo zypper dup
  8.  
  9. Install MS Fonts
  10. sudo zypper install fetchmsttfonts
  11.  
  12. Decrease Swappiness to increase performances
  13. cat /proc/sys/vm/swappiness
  14. sudo nano /etc/sysctl.conf
  15. vm.swappiness=10
  16. --exit and reboot
  17.  
  18. Activate Night light
  19. Go in monitor display settings, both KDE and Gnome
  20. will have this option
  21.  
  22. Add some extra repositories
  23.  
  24. sudo zypper ar http://download.opensuse.org/repositories/games/openSUSE_Tumbleweed/ games
  25. sudo zypper ar http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ wine
  26. sudo zypper addrepo --refresh https://download.nvidia.com/opensuse/tumbleweed NVIDIA
  27. sudo zypper ar -cfp 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman
  28. sudo zypper dup --allow-vendor-change
  29.  
  30. Add the flatpak repository
  31. sudo zypper install flatpak
  32. sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  33.  
  34. Install some packages using the YAST GUI Package Manager
  35. -Nvidia driver
  36. (kernel-firmware-nvidia
  37. nvidia-compute-G06
  38. nvidia-gfxG06-kmp-default
  39. nvidia-glG06
  40. x11-video-nvidiaG06
  41. nvidia-settings)
  42.  
  43. -Wine with the required dependencies
  44. (wine dxvk dxvk-32bit
  45. wine-gecko wine-binfmt
  46. wine-mono wine-nine-standalone
  47. wine-staging wine-nine-standalone-32bit
  48. wine-staging-32-bit wineasio winetricks)
  49. -Install Feral Gamemode
  50. (gamemoded
  51. libgamemode0
  52. libgamemode0-32bit)
  53.  
  54. -Mangohud and Goverlay to provide MSI Afterburner
  55. like performance monitoring to your games
  56. (mangohud goverlay)
  57. -Lutris and Steam to manage your games library
  58. Lutris --> commandprefix --> gamemoderun
  59. ******************************************************
Advertisement
Add Comment
Please, Sign In to add comment