diff options
Diffstat (limited to 'hosts/toaster/amdgpu-sg-fix.nix')
| -rw-r--r-- | hosts/toaster/amdgpu-sg-fix.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/toaster/amdgpu-sg-fix.nix b/hosts/toaster/amdgpu-sg-fix.nix new file mode 100644 index 0000000..b67bd57 --- /dev/null +++ b/hosts/toaster/amdgpu-sg-fix.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + boot.kernelParams = [ "amdgpu.sg_display=0" ]; +} |
