Jump to content

Lutris: Difference between revisions

41 bytes added ,  Thursday at 05:52
hardware.graphics -> hardware.opengl
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>