Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1249  / 2 Years ago, wed, december 1, 2021, 4:26:19

I have a laptop with Intel integrated drivers running on battery and I would like to force the screen to remain in maximum brightness even when it's idle, for example, when reading a document without using the keyboard or touchpad.



Is there a way to temporarily set the brightness to maximum even when there is no keyboard interaction for minutes/hours?


More From » laptop

 Answers
1

See Power Management Preferences:



enter image description here



It might also be handy to put 'put computer to sleep when inactive for' to 'never'



If you want to do this as a command line switch or from a script:



gconftool-2 --set --type bool /apps/gnome-power-manager/backlight/idle_dim_battery false
gconftool-2 --set --type bool /apps/gnome-power-manager/backlight/idle_dim_battery true
gconftool-2 --set --type bool /apps/gnome-power-manager/backlight/battery_reduce false
gconftool-2 --set --type bool /apps/gnome-power-manager/backlight/battery_reduce true

[#43779] Wednesday, December 1, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
izecaptur

Total Points: 113
Total Questions: 102
Total Answers: 114

Location: Northern Mariana Islands
Member since Fri, Jan 15, 2021
3 Years ago
;