From 3523044a29ed5e1a1b4b1bdd09e4ec6688dfc2aa Mon Sep 17 00:00:00 2001 From: LC Date: Tue, 22 Jun 2021 10:08:54 +0000 Subject: [PATCH] Update README.md - Add an instruction for updating grub for users on Fedora. - Improve formatting. - Related to this issue - https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/1534 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c2d1f115..bbcdd962 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,14 @@ There have been two instances of hardware damage in OpenRGB's development and we - https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/OpenRGB-Kernel-Patch * Some Gigabyte/Aorus motherboards have an ACPI conflict with the SMBus controller. - Add `acpi_enforce_resources=lax` to your kernel command line and reboot. The controller should now show up. + - On Fedora, install `grubby` and then execute this. + ``` + grubby --update-kernel=ALL --args="acpi_enforce_resources=lax" + ``` + - 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 + ``` * You'll have to enable user access to your SMBus if you don't run as root. - List all SMBus controllers: `sudo i2cdetect -l` - Note the number for PIIX4, I801, and NCT6775 controllers.