Skip to content

Instantly share code, notes, and snippets.

@msheiny
Created October 19, 2014 04:33
Show Gist options
  • Save msheiny/658ae6654777db8ae811 to your computer and use it in GitHub Desktop.
Save msheiny/658ae6654777db8ae811 to your computer and use it in GitHub Desktop.
NVIDIA Steam
Install the following:
* EPEL repository
* kmod-nvidia
* xorg-x11-drv-nvidia-libs.i686
You'll need to disable the SELinux boolean settings "selinuxuser_execheap" in order to run certain games (like Counter-strike GO):
Here's temporarily:
```bash
setsebool selinuxuser_execheap 1
```
Persistent through boot (not recommended)
```bash
setsebool -P selinuxuser_execheap 1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment