Bug 353032 - Add ability to set screen brightness for non-laptop displays so I can adjust to the room's lighting
Summary: Add ability to set screen brightness for non-laptop displays so I can adjust ...
Status: REPORTED
Alias: None
Product: Powerdevil
Classification: Plasma
Component: general (show other bugs)
Version: 5.4.0
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Development Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 09:20 UTC by Michael Ziegler
Modified: 2022-01-27 19:52 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ziegler 2015-09-22 09:20:39 UTC
When using a projector to work on a task with multiple people, we turn off the lights in the office so we can better see the projector's image. However my screens are configured for when the lights are on, so I'm then staring into two enormously bright displays. On a laptop, I'd simply adjust the backlight, but on desktop displays, this is cumbersome because it requires fiddling with the monitor's configuration, which usually sucks.

Googling reveals that display brightness can also be tuned in software using a command such as this:

xrandr --output HDMI1 --brightness 1.0 --output HDMI2 --brightness 1.0

Xrandr can also find out whether or not a specific display has a backlight that can be controlled. I'd love if the laptop widget would simply also be there on a desktop and adjust the brightness of all attached screens, either by adjusting the backlight or the brightness, without me even need to think about laptop or no.


Reproducible: Always
Comment 1 Martin Flöser 2016-07-20 13:10:06 UTC
Reassign to powerdevil which is responsible for screen brightness
Comment 2 Kai Uwe Broulik 2016-09-04 11:14:57 UTC
Thanks for the tip with xrandr brightness, I only knew using DDC (which I made an experimental backend for). However, PowerDevil (or Plasma in general) is currently in no way equipped to handle multiple brightness controls.
Comment 3 Patrick Silva 2018-04-04 13:42:06 UTC
good request. Currently brightness slider is available in power menu from system tray when I use a desktop computer but it does not work.