A python script which allow users to install drivers and programs of utility to play games on Linux
Drivers installation based on Lutris wiki
With this script you can currently install drivers for Debian, Ubuntu and Arch, more distros will be added You can install this programs:
Program | Description |
---|---|
WINE | A program that allows execute Windows programs on Linux |
Lutris | A gaming client for Linux, which allows you to install games and emulators without too much tweaking, you canvisit https://lutris.net/about/ for more info |
Steam | A platform for buy and install games, also you can chat with your friends, install and share mods on the workshop and it has more features |
GOverlay | It's an GUI for manage Linux overlays, such as MangoHUD |
MangoHUD | A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU loads and more |
Feral Gamemode | A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS and/or a game process |
ProtonGE | A custom build from Proton with some fixes for games. |
WineGE/LutrisGE | A custom build from Wine with some fixes for games made to use with Lutris. |
Heroic Games Launcher | A Native GUI Epic Games Launcher for Linux, Windows and Mac. |
More will be added in a future
- Give execution rights to
setup.sh
and execute it in order to install the dependencies:chmod +x setup.sh
- Execute the script and select your distro or distro-based
./setup.sh
- Now you can execute the python script
./GamingSetup.py
or alternativepython3 GamingSetup.py
GUI version is in the task list #17