mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-30 10:47:50 -05:00
1.0 KiB
1.0 KiB
Kernel Parameters
- To resolve an ACPI conflict add the
acpi_enforce_resources=laxkernel parameter. - If you want to check if the kernel was loaded with this option you can execute this command from the terminal once you've rebooted:
cat /proc/cmdline.
Arch Linux
- Please see the Arch wiki for details on how to update your bootloader.
Debian/Ubuntu
- Please see the Ubuntu Documentation for Kernel Parameters for more information on updating your boot parameters.
Fedora
- On Fedora, install
grubbyand then following command:grubby --update-kernel=ALL --args="acpi_enforce_resources=lax". - For more information please refer to the Fedora docs for grubby.