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?
|
migrated from stackoverflow.com Mar 11 '11 at 3:39
|
Look under
|
|||||||||
|
|
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 |
|||||||
|
|
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 |
|||
|
|
|
You need to control the monitor over DDC. See http://ddccontrol.sourceforge.net/ for one program that lets you do this. |
|||
|
|
|
How to set brightness to 50%
How to increase brightness 10%
How to decrease brightness 10%
More info here |
|||
|
|
|
After searching around, I think I found a pretty good way to get this done on most laptops. The first command gets the name of your screen, something like LVDS1. If this does not work, try getting the name of your screen with
The command below sets the brightness to the maximum allowed brightness, as I noticed that just setting it to '100' does not simply work, at least not on all systems.
This worked on multiple laptops running Ubuntu 12.04. |
|||
|
|