Brightness Controller
This is version 2 of Brightness Controller. Please note that it is compatible with python2 only. It supports an arbitrary number of displays!
If you like this, do not forget to give us a Star! People already did!
Installation via PPA
Thanks to package maintainer @apandada1, we have PPA repository For Ubuntu and likewise users:
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt-get update
sudo apt-get install brightness-controllerManual Installation
First, install pyside.
sudo apt-get install python-pysideSomtimes it is not enough to install and integrate pyside, so you might also try installing pyside using pip.
pip install pysideNext, download the latest zip file from here.
Extract it and open a terminal. Change directory to the Brightness folder. Next type this command:
python src/init.pyAchean also created a detailed tutorial on how to install it in Debian based on his experience. You can find it here.
Features
The following features are implemented:
- Brightness Control
- Saving color profile
- Loading color profile
We are working on the following features:
- Auto-loading of color and brightness settings
- Checking for update
It should be mentioned that through color profile Red, Green and Blue color ratios are changed in the screen.
Dependencies
There are several dependencies:
- python-pyside
- xrandr support in your system
- python2
Bugs
Please test v2. Reporting bugs is appreciated.
Can I have just brightness sliders - For Four displays?
We got you covered! Try version 1.2.3/simpler version of Brightness Controller.

To install, simply do this:
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt-get update
sudo apt-get install brightness-controller-simpleFurther details are available here
