1

I have ubuntu 20.04. Brightness not workiing, it is at 100% by default. Edited the grub file in all possible ways, still not working. Installed brightness controller but still not working. My machine is an acer swift 3, running on ryzen 5 4500u with vega 6 graphics. Pls give me a soln. My eyes r hurting real bad

PS; UPDATE YOUR KERNEL GUYS. IT FINALLY WORKS FOR ME. https://askubuntu.com/a/1281948/1158910

1 Answers1

3

Brightness control of new Ryzen GPUs is properly supported by Linux kernels starting with the 5.8 version.

This version will get into Ubuntu 20.04 with a HWE stack.

Currently you can install the 5.8 kernel by running

sudo apt install linux-generic-hwe-20.04-edge

You will run the 5.8 kernel after a reboot.

Pilot6
  • 92,041