Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 13989  / 3 Years ago, thu, august 12, 2021, 12:08:10

I want one where it reduces the screen's brightness, either by time or on demand (I don't mind). I have onboard Intel graphics. I don't want it to be like Redshift where it changes the screen's hue.


More From » 11.04

 Answers
4

On a computer with Ubuntu 11.04 and onboard Intel graphics this works for me:



$ xrandr | grep connected | cut -f1 -d" "
VGA1


Use the output name found (in this case "VGA1") and adjust the brightness



$ xrandr --output VGA1 --brightness 0.7


Note, that the xrandr man page has this to say about the --brightness flag:




However, this is a software only modification, if your hardware has support to actually change the brightness, you will probably prefer to use xbacklight.



[#44979] Friday, August 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anatta

Total Points: 326
Total Questions: 128
Total Answers: 96

Location: Jordan
Member since Sun, Jun 26, 2022
2 Years ago
anatta questions
Sun, Jul 17, 22, 07:13, 2 Years ago
Sun, Jun 6, 21, 12:17, 3 Years ago
Sat, Jun 12, 21, 20:43, 3 Years ago
Thu, Jan 13, 22, 20:49, 2 Years ago
Sat, Jun 5, 21, 05:39, 3 Years ago
;