i'm a total new user of ubuntu. I use ubuntu 12.04 and my laptop is DELL studio 1558. the problem is the, the minimum brightness in my laptop is still pretty bright when using the computer in dark situation. Now i've tried tints, but i want a software that actually reduces the screen brightness. There's this app called 'dimmer' for windows which was perfect for me. But I don't seem to find its linux alternative. Any suggestion?
Asked
Active
Viewed 838 times
2 Answers
2
-
yea, i did try redshift. But it just adds a color tint to the screen, and changes the white balance. I don't want to mess with the colors, just the overall brightness. any suggestions? – user163782 Jun 02 '13 at 13:21
1
Try this in terminal:
xrandr --output LVDS1 --brightness 0.9
You can change the last value as you like, eg. 0.2

Eric Carvalho
- 54,385