I have a Lenovo Legion 5 15IMH05H with a NVIDIA GeForce RTX 2060 6GB GDDR6/Intel Corporation UHD Graphics (rev 05) and an Intel Processor.
After dual booting windows and Ubuntu 20.04, I encountered a few issues with changing the display brightness. The brightness keys or slider don't work on Ubuntu, but they have no problem on windows. I managed to change the brightness by installing the brightness controller app but it is not a perfect solution.
I found an intel_backlight
folder in /sys/class/backlight
and I tried changing the GRUB several times adding acpi_backlight = vendor
, none
or video
after quick splash.
I also tried editing files in /usr/share/X11/xorg.conf.d
, like for example the 10-nvidia.conf
and I tried creating a 20/80-intel.conf
file, but nothing has worked so far.
It is perhaps worth noting that with intel.conf
solutions, sometimes vertical green lines appear on the background and the fonts become all blurry or missing. I had to use Timeshift to return it to normal.
Here are some of the tutorials I have followed, with none working:
- https://itsfoss.com/fix-brightness-ubuntu-1310/
- https://www.debugpoint.com/2016/10/2-ways-fix-laptop-brightness-problem-ubuntu-linux/
- Brightness problem Ubuntu 18.04 LTS
If anyone has found another fix for the Legion 5 or faced a similar issues, please advise.