fix(libra): Display flickering
This commit is contained in:
parent
751b122587
commit
99d38c45c4
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelParams = [ "amdgpu.sg_display=0" ];
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelParams = [ "amdgpu.sg_display=0" "amdgpu.dcdebugmask=0x10" ];
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
Loading…
Reference in a new issue