AMD GPU: Difference between revisions
Add Sporadic Crashes |
Remove EOL configuration |
||
Line 4: | Line 4: | ||
For ordinary desktop / gaming usage, AMD GPUs are expected to work out of the box. As with any desktop configuration though, graphics acceleration does need to be enabled. | For ordinary desktop / gaming usage, AMD GPUs are expected to work out of the box. As with any desktop configuration though, graphics acceleration does need to be enabled. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
hardware.graphics = { | hardware.graphics = { | ||
enable = true; | enable = true; | ||
enable32Bit = true; | enable32Bit = true; | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||