Steam: Difference between revisions
imported>Davidak Add SteamVR issues |
imported>Davidak m rearrange |
||
| Line 105: | Line 105: | ||
LD_LIBRARY_PATH=~/.steam/bin32:$LD_LIBRARY_PATH:/nix/store/pfsa... blabla ...curl-7.29.0/lib:. ./Osmos.bin32 (if you could not patchelf the game, call ld.so directly with the binary as parameter) | LD_LIBRARY_PATH=~/.steam/bin32:$LD_LIBRARY_PATH:/nix/store/pfsa... blabla ...curl-7.29.0/lib:. ./Osmos.bin32 (if you could not patchelf the game, call ld.so directly with the binary as parameter) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== SteamVR === | |||
The setcap issue at SteamVR start can be fixed with: | |||
<code>sudo setcap CAP_SYS_NICE+ep ~/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrcompositor-launcher</code> | |||
=== Known issues === | === Known issues === | ||
| Line 113: | Line 119: | ||
Note that this is already enabled with <code>programs.steam.enable = true;</code>. | Note that this is already enabled with <code>programs.steam.enable = true;</code>. | ||
[[Category:Applications]] | [[Category:Applications]] | ||