3

I just moved from Windows to Ubuntu, but I cannot get the keyboard backlight to work at all. On Windows there was a specific program for controlling the backlight. I have searched for days now without luck. Anyone got a solution?

I am using Ubuntu 18.04

Zanna
  • 70,465
  • @Fabby this is not a duplicate. This is a gaming laptop and it has a non-standard keyboard backlight. – kagronick Dec 25 '19 at 02:30
  • @kagronick That was more than a year ago and the duplicate votes have expired. Comment removed. ;-) – Fabby Dec 25 '19 at 09:29

3 Answers3

2

There is a simple way for solving that, but it works only if you're dual booting.

First, boot into Windows, set the backlight as you want, then restart the computer the backlight will still be on. I've searched a lot and this seems the only way of doing it I've found that works for me.

Zanna
  • 70,465
  • Hi Ahmed, since the person asking the question doesn't have dual boot, this isn't really an answer to their question. – Hee Jin May 03 '18 at 16:17
2

I made a software that controls the Lenovo Legion Y720 keyboard backlight.

https://github.com/Izurii/Lenovo-Y720-KB-LED-Driver

It's made for Linux and right now it's working with Ubuntu 20.04

Lenovo Y720 KB Controller Releases

You can download and run the latest AppImage and change the keyboard settings or you can download de DEB package and install using sudo dpkg -i package-name.deb in a terminal, the software starts at login so you don't need to open every time you restart your PC, and the global hotkey Fn+space (the same used in Lenovo Nerve Center) is working.

Zanna
  • 70,465
1

Press fn+spacebar to change between different modes, for me there's three:

  • off
  • normal on
  • blazing sun on

Works on my Lenovo Y730. Hope it works.

Thomas
  • 11