Ubuntu – find display brightness controls in Lubuntu

12.04displaylubuntu

I'm looking for a control to be able to change my standard display brightness in Lubuntu. I've tried How do I set default display brightness? but my system settings does not include a Screen option.

I've also tried Power Manager, Monitor Settings and Screensaver under Preferences and couldn't spot anything to control this option. The function key mappings (this is a laptop) work to change the brightness, but I'm looking for a UI option as the laptop is physically set up to be mouse-based (keyboard is hard to access with how we've got it set up).

Best Answer

I tried the xrandr --output VGA1 --brightness 0.9 command from Lubuntu running on my netbook(Samsung NC110, Intel Atom N455 1.66Ghz RAM 2GB). This could only produce terminal's retort of “xrandr: Need crtc to set gamma on.”
Afterwards I kept searching on the web and found out about the “xbacklight -inc XX” command, which solved my problem. The XX stands for % you want increased(-inc) or decreased(-dec), so the actual command that I used was xbacklight -dec 40 since my monitor was too bright.

P.S.- I still would like to know how to give others with answers written feedback (other than just clicking on a "Yes" or "No") on this site, as with most of the Linux realm, user friendliness is a luxury rarely found. Currently I only understand how to provide answers.

Related Question