fix(libra): Reenable dcdebugmask
Issues are still pressent when removing it
This commit is contained in:
parent
7056481bce
commit
831ddea6a9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# boot.kernelParams = [ "amdgpu.sg_display=0" "amdgpu.dcdebugmask=0x10" ];
|
||||
boot.kernelParams = [ "amdgpu.dcdebugmask=0x10" ]; # Fixes graphical issues
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
Loading…
Reference in a new issue