From 5c33ef7aff09d443f3bc93824343c1e792d32e2f Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 10 Jan 2025 22:24:32 +0100 Subject: [PATCH] back to stock amdgpu config --- hosts/toaster/amd.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/toaster/amd.nix b/hosts/toaster/amd.nix index 81f74c4..01eb155 100644 --- a/hosts/toaster/amd.nix +++ b/hosts/toaster/amd.nix @@ -4,10 +4,6 @@ boot.kernelParams = [ # use new amd pstate driver "amd_pstate=active" - # try to fix weird flickering - "amdgpu.sg_display=0" - # some weird amd PSR shit... - "amdgpu.dcdebugmask=0x10" ]; # hardware.graphics = {