1. Installing NVIDIA drivers
Ubuntu: https://ubuntu.com/server/docs/nvidia...
OpenSUSE: https://en.opensuse.org/SDB:NVIDIA_dr...
Fedora: https://phoenixnap.com/kb/fedora-nvid...
Arch (yeah, seriously?)
Now, this is how to install NVIDIA on Arch: Make sure your system is up to date (pacman -Syu). Install nvidia and nvidia-libgl (if you have 32 bit applications, also install lib32-nvidia-libgl). Reboot.
Confirm that driver is installed:
user@host:~$ zypper search -i nvidia*
Confirm that vulkan is installed:
user@host:~$ vulkaninfo
2. Installing Proton GE:
Download the latest release from https://github.com/GloriousEggroll/pr... and follow the instructions to get started!
Safe travels!