core/hardware/nvidia: add nvidia_drm.fbdev=1 to kernel params (should help wakeup issues)
This commit is contained in:
parent
87b908311c
commit
c953ba9371
1 changed files with 4 additions and 1 deletions
|
@ -17,6 +17,9 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Nvidia/#suspendwakeup-issues
|
# https://wiki.hyprland.org/Nvidia/#suspendwakeup-issues
|
||||||
boot.kernelParams = ["nvidia.NVreg_PreserveVideoMemoryAllocations=1"];
|
boot.kernelParams = [
|
||||||
|
"nvidia_drm.fbdev=1"
|
||||||
|
"nvidia.NVreg_PreserveVideoMemoryAllocations=1"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue