| Summary: | Embedded display brightness cannot be changed from Plasma | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Mohn <mohn.mail> |
| Component: | Power management & brightness | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bizyaev, kde, natalie_clarius |
| Priority: | NOR | ||
| Version First Reported In: | 6.3.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mohn
2025-04-23 13:04:50 UTC
Fixed! Edit Grub: $ sudo nano /etc/default/grub Find: GRUB_CMDLINE_LINUX_DEFAULT="quiet" Edit: GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_backlight=native" Ctrl + O (Write) Ctrl + X (Exit) Update grub: $ sudo update-grub Reboot system: $ sudo reboot How edit for backlight With acpi_backlight=native, only amdgpu_bl0 appears With acpi_backlight=video, only acpi_video0 appears With acpi_backlight=vendor, no backlight controls are present at all. |