Skip to content

Commit

Permalink
ga401: disable hardware.nvidia.powerManagement.enable
Browse files Browse the repository at this point in the history
  • Loading branch information
LostAttractor authored and mergify[bot] committed Feb 1, 2024
1 parent 80223ac commit 83ce590
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions asus/zephyrus/ga401/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
];

hardware.nvidia = {
# PCI-Express Runtime D3 Power Management is enabled by default on this laptop
# But it can fix screen tearing & suspend/resume screen corruption in sync mode
modesetting.enable = lib.mkDefault true;
# Enable DRM kernel mode setting
powerManagement.enable = lib.mkDefault true;
# This will also cause "PCI-Express Runtime D3 Power Management" to be enabled by default
modesetting.enable = lib.mkDefault true;

dynamicBoost.enable = true;

Expand Down

0 comments on commit 83ce590

Please sign in to comment.