While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- NVIDIA DLSS 5 has become the source of many memes as the backlash continues
- Manjaro Linux looks like it's in trouble with the release of the "Manjaro 2.0 Manifesto"
- PlayStation 3 emulator RPCS3 gets easier to use with Steam
- NVIDIA DLSS 5 announced and it's all about that AI generation
- EndeavourOS Titan released, devs comment on age verification laws
- > See more over 30 days here
- Steam client makes more moves towards 64-bit
- GustyGhost - Patreon updates
- Liam Dawe - I think I found my Discord alternative
- Pyrate - Avowed asking for C++ Visual Runtime when launching from Battle.n…
- Caldathras - Introduce Yourself!
- Kapellini - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
So, I jumped on my laptop, and made the attempt. I got one game running, but there were a few things I still had to figure out: how to grant access to GPU acceleration (add to the video group) and how to forward sound (paprefs > enable network access, PULSE_SERVER=localhost). Eventually I put together a reliable script to launch games as other users, and I didn't notice any performance impact. Going even further, I removed file permissions for "other", restricted access to UID changing programs, and I added special firewall rules for users, so I had one user for offline games without internet access and one that had internet access, with some local access restrictions.
This was fair bit of work, but I actually thought it was rather fun. And there were other benefits, like teaching me how to apply the same isolation to programs like web browsers.
Do any of you practice some form of game software isolation?
Update 03/07/15
For anyone who might have been interested, I have now posted the scripts I'm using on Github: [https://github.com/ntfwc/sudo-x](https://github.com/ntfwc/sudo-x)