https://bugzilla.kernel.org/show_bug.cgi?id=203905 m11.1l1.f64@xxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m11.1l1.f64@xxxxxxxxx --- Comment #23 from m11.1l1.f64@xxxxxxxxx --- There's a workaround here I hope it helps :) simply write this into `/etc/systemd/system/backlight-fix.service`: ``` [Unit] Description=Dummy service for attempting to start the problematic amdgpu_bl0 service [Service] Type=simple ExecStart=systemctl start systemd-backlight@backlight:amdgpu_bl0 [Install] WantedBy=multi-user.target ``` And then `sudo systemctl enable --now backlight-fix.service` Bingo!! The problem is gone -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel