fix(libra): Display flickering

This commit is contained in:
Jalil David Salamé Messina 2024-01-23 20:20:03 +01:00
parent 751b122587
commit 99d38c45c4
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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;