I have a Debian Linux desktop. I want to change the screen's brightness without pressing the brightness button of my monitor. How can I do this? is this possible in command line or is there an application to be installed?
feedback
|
migrated from stackoverflow.com Mar 11 '11 at 3:39
This question came from our site for professional and enthusiast programmers.
|
You could give this solution a try:
Also, in the comments, there are some hints what to do alternatively if it doesn't work (f.e. using EDIT: As this doesn't seem to help, another user in the comments suggests to install EDIT2: And another one says if you don't have a video folder, try | |||||||
feedback
|
|
Look under
| |||||
feedback
|
|
If you don't have hardware support for changing the brightness of your monitor you could use the command xrandr together with its option flags --output and --brightness, as can be seen in my answer to a similar question on askubuntu.com | |||
|
feedback
|