Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for automatically dimming screen after inactivity #168

Open
hanaral opened this issue Jan 7, 2021 · 1 comment · May be fixed by #257
Open

Support for automatically dimming screen after inactivity #168

hanaral opened this issue Jan 7, 2021 · 1 comment · May be fixed by #257

Comments

@hanaral
Copy link

hanaral commented Jan 7, 2021

Problem

The OS should be aware that laptops do in fact, have finite amount of battery life, and that human beings are (generally) incapable of bothering to suspend or close the lid of their laptops. On macOS, inactivity will cause the screen to dim by about 40%(not sure how correct that is), which not only saves energy but also shows that the computer is going to sleep just by looking at the device. For whatever reason this isn't commonplace in open source OSes, so instead in elementary OS, the user gets a notification that;

  • Doesn't go away
  • Requires you to walk up to the computer and read what its tiny text says, since apparently inactivity = using the device
  • Requires you to disable all "other" notifications if you have had enough of it

Proposal

The device should dim its display by at least 40% after a minute or so of inactivity. The display can then turn off entirely whenever the default/user set timout is.

Edit: So apparently the gnome-settings-daemon already has settings for this, and they are all disabled except for the low power one. This could possibly even be reimplemented in the elementary settings-daemon with nice ramp ups/downs between idle and active brightnesses.

Prior Art

Watch a MacBook fall asleep

@danrabbit I want to give whoever implements this $15, is there any way apart from a direct PayPal transfer?

@hanaral hanaral changed the title Actual auto-screen-dimming support Support for automatically dimming screen after inactivity Jan 7, 2021
@hanaral hanaral changed the title Support for automatically dimming screen after inactivity [$15 Bounty] Support for automatically dimming screen after inactivity Jan 12, 2021
@hanaral hanaral changed the title [$15 Bounty] Support for automatically dimming screen after inactivity [$10 Bounty] Support for automatically dimming screen after inactivity Jan 21, 2021
@danirabbit danirabbit changed the title [$10 Bounty] Support for automatically dimming screen after inactivity Support for automatically dimming screen after inactivity Feb 13, 2024
@danirabbit
Copy link
Member

There is a idle-dim key in GSD settings, we're just not connecting to it, so this is pretty trivial

@danirabbit danirabbit self-assigned this Feb 13, 2024
@danirabbit danirabbit linked a pull request Feb 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants