VR: Difference between revisions
Show how to enable nvenc/GPU encoding |
Removed the default configuration for WiVRn as it might cause problems and the moderator on the Linux VR Adventures said it's better to use no config: https://discord.com/channels/1065291958328758352/1225819663024259082/1435000987248230504 |
||
| Line 151: | Line 151: | ||
package = (pkgs.wivrn.override { cudaSupport = true; }); | package = (pkgs.wivrn.override { cudaSupport = true; }); | ||
# | # You should use the default configuration (which is no configuration), as that works the best out of the box. | ||
# However, if you need to configure something see https://github.com/WiVRn/WiVRn/blob/master/docs/configuration.md for configuration opteins andhttps://mynixos.com/nixpkgs/option/services.wivrn.config.json for an example configuration. | |||
};|name=configuration.nix|lang=nix}} | |||
<translate> | <translate> | ||