Lutris: Difference between revisions
imported>Asbachb No edit summary |
imported>Zyansheep provide more info |
||
Line 1: | Line 1: | ||
Lutris is a video game preservation platform that you can use to play or emulate pretty much any game you want. | |||
== Known Issues == | == Known Issues == | ||
=== Icons does not appear === | === Icons does not appear === | ||
Line 5: | Line 7: | ||
=== Vulkan not found on startup === | === Vulkan not found on startup === | ||
This warning may be cosmetic for some people. See this open [https://github.com/NixOS/nixpkgs/issues/69037#issuecomment-547899845 issue] | |||
=== Epic Game Store === | === Epic Game Store === |
Revision as of 23:52, 18 August 2022
Lutris is a video game preservation platform that you can use to play or emulate pretty much any game you want.
Known Issues
Icons does not appear
You have to install a compatible icon theme. For example, you can install the adwaita-icon-theme
available as gnome3.adwaita-icon-theme
in Nixpkgs.
Vulkan not found on startup
This warning may be cosmetic for some people. See this open issue
Epic Game Store
If you're running a 64bit environment you need to ensure that you enable 32bit support in your configuration.nix
:
hardware.opengl.driSupport32Bit = true