mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-04 21:12:41 -05:00
hw/asus/a16: fix minor graphic artifacts issue with amdgpu.dcdebugmask=0x200
This commit is contained in:
parent
2942bd638e
commit
2a12eb06ba
|
@ -16,6 +16,7 @@
|
|||
boot = {
|
||||
initrd.availableKernelModules = ["nvme" "sd_mod" "thunderbolt" "usb_storage" "xhci_pci"];
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
kernelParams = ["amdgpu.dcdebugmask=0x200"];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue