Bug 207833
Summary: | Brightness control not working on ASUS TUF FA506IU (AMD Ryzen 7 4800H / Nvidia GTX 1660 Ti) | ||
---|---|---|---|
Product: | Drivers | Reporter: | julen.pardo |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | high | CC: | alexdeucher, antonyjr000, dragonn, filip.hejsek |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 5.6.12-1 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
julen.pardo
2020-05-21 17:46:38 UTC
Does it work better after closing lid and reopen it? (the system goes suspend) I have an ASUS Zephyrus G14 with similar specs and this is the case, after closing lid and suspending when I wake up the system brightness control works good. (In reply to Mateusz from comment #1) > Does it work better after closing lid and reopen it? (the system goes > suspend) > I have an ASUS Zephyrus G14 with similar specs and this is the case, after > closing lid and suspending when I wake up the system brightness control > works good. Not really, it's the same. Actually I just get a blackscreen and I need to shut it down :) But I've discovered something interesting. If I first boot into the Windows partition and then reboot into the Linux one, the brightness control works fine. Fixed with this patch: https://patchwork.freedesktop.org/patch/367486/ (In reply to Alex Deucher from comment #3) > Fixed with this patch: > https://patchwork.freedesktop.org/patch/367486/ Does not work now in Linux kernel version 5.11-rc6(which is the latest mainline kernel at the time of writing). I got similar spec laptop(Lenovo Legion 5) with AMD Ryzen 7 4800H with Radeon Grpahics and NVIDIA GTX 1650 Ti dGPU. When using amdgpu kernel driver, the backlight is registered at /sys/class/backlight/amdgpu_bl0 Now the problem is /sys/class/backlight/amdgpu_bl0/actual_brightness is stuck at 311 and brightness control does not work at all. I've tried a lot of workaround and even booted with the mainline kernel but brightness control does not work. Only Fedora Workstation 32 with Linux kernel 5.6.6 has brightness control working for AMD Ryzen 7 4800H APU which has the Renoir Graphics. I have no idea why amd guys would break a already fixed issue in kernel 5.6.6, I've tried all versions of the kernel but none works other than Fedora Workstation 32 with Linux Kernel 5.6.6 This seems like a duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=203905 (with more info at https://bugzilla.opensuse.org/show_bug.cgi?id=1180749). Could you try with the latest kernel and amdgpu.aux_backlight=0? If that fixes the problem and there are no other problems, this bug can probably be closed in favor of the other bug. Sorry, the correct option is amdgpu.backlight=0, not amdgpu.aux_backlight=0 (it was changed) |