Glam Prestige Journal

Bright entertainment trends with youth appeal.

I recently installed ubuntu 20.10 on my laptop
Is there any way to control my laptop's built-in RGB keyboard?

1 Answer

It is not clear what you want to control specifically, but here you have a few options.

  1. As per this, appending ‘ acpi_osi=! acpi_osi=Linux’ to GRUB_CMDLINE_LINUX_DEFAULT in grub, powering off, and on again, should suffice (for an explanation of acpi_osi you may check this). I would try this first, as it is the least "invasive", although I am not sure it works for RGB configuration as mentioned, or only to control the brightness level of the backlight. You would have to test which Fn keys work, see this example.
  2. OpenRGB is very useful. See also this. There is a PPA for Ubuntu (and Linux Mint, Pop!_OS, etc.) which has the latest OpenRGB from Git. The PPA also provides an openrgb-dkms-drivers package which includes the i2c-piix4 kernel driver, so you don't have to patch the kernel in order to control the LEDs on some motherboards.
    If you need to build from source, that is explained here. Make sure to also install the Udev rules to allow USB access. The Udev rules are also required if you're using the AppImage package.
  3. tuxedo-keyboard may also be an option, check this.
  4. There are other drivers for specific keyboards (MSI SteelSeries, Roccat, Corsair, etc.), but I wouldn't think they will work.

Related:

  1. Ubuntu 18.10 Asus GL504GV fn keys (screen and kb backlight) not working

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy