I use spectrwm so I want to be able to adjust the screen brightness using command line tools. However, none seem to be working. The odd thing is that if I run Unity and access the "Brightness" settings through the normal UI, the brightness correctly changes.
Tried:
- 'xbacklight -get' returns nothing.
- 'xbacklight -set' does nothing.
- 'xrandr -brightness' changes the contrast, but not the brightness.
I am using a Toshiba Tecra P5, running Ubuntu 14.04.
dpkg --get-selections | egrep xbacklight
return for you ? – Cbhihe Aug 09 '15 at 16:03xbacklight -get
does not produce any result either. Just tried. The problem is well known and has also affected KDE desktops until version 4.10.1 included. It was later fixed in KDE. Apparently this is not the case for Gnome desktops. It is not clear what the problem is. I would suggest going to the developers' page and reporting. Good luck ! – Cbhihe Aug 09 '15 at 19:47spectrwm
... on top of Unity 7.2.5 ? Did you recently upgrade yr Nvidia graphics driver.? Do you use graphics acceleration ? Try turning that off if it is the case. If you don't get any result from that, try this solution by Rogier Mulders: http://askubuntu.com/questions/162317/screen-brightness-not-working. There is a lot you can look at on line, including on AU. This has either to do with Nvidia drivers or with X11 implementation in conjunction with Nvidia and xbacklight. HTH. Let us know and good luck. – Cbhihe Aug 10 '15 at 09:46