Lutris: Difference between revisions

Klinger (talk | contribs)
m added to category:gaming
hardware.graphics -> hardware.opengl
 
Line 33: Line 33:
If you're running a 64bit environment you need to ensure that you enable 32bit support in your <code>configuration.nix</code>:
If you're running a 64bit environment you need to ensure that you enable 32bit support in your <code>configuration.nix</code>:
<code>
<code>
hardware.opengl.driSupport32Bit = true
hardware.hardware.enable32Bit = true # hardware.opengl.driSupport32Bit in 24.05
</code>
</code>