mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
lavaridge: disable AMDGPU adaptive backlight management
This commit is contained in:
parent
3b4444542b
commit
20cdfa3251
|
@ -13,6 +13,7 @@
|
||||||
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod"];
|
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod"];
|
||||||
boot.initrd.kernelModules = [];
|
boot.initrd.kernelModules = [];
|
||||||
boot.kernelModules = ["kvm-amd" "amd-gpu"];
|
boot.kernelModules = ["kvm-amd" "amd-gpu"];
|
||||||
|
boot.kernelParams = ["amdgpu.abmlevel=0"];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = [];
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
|
|
Loading…
Reference in a new issue