Skip to content

martin-mueller/screenbrightness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenbrightness addon for Cinnamon Desktop (Linux Mint) Desktop - Taskbar

Quick Description

I wrote this to control the brightness of an external lcd - monitor from my notebook. It is just a wrapper to control ddcci-tool from the taskbar with a popup- Slider. Basically, it does:

ddcci-tool -r 0x10 -w brightness_in_% /dev/i2c-1

OR xrandr --output VGA1 --brightness [0-1]

You should change "/dev/i2c-1" to your device.

Language : Javascript

Version: still alpha

Installation

from https://github.com/ddccontrol/ddccontrol

sudo apt install ddccontrol gddccontrol ddccontrol-db i2c-tools

(old) Method 1 (only one supported for 0.0.1?):

download ddci-tool http://jaffar.cs.msu.su/oleg/ddcci/

  • the fedory binary worked for me in mint 16 cinnamon edition http://jaffar.cs.msu.su/oleg/ddcci/ddcci-tool
  • install the tool in a reachable path, i.e, /usr/bin
  • do modprobe i2c-dev or add i2c-dev to /etc/modules to make it permanent
  • give your user rw - access to the i2c -dev by adding them to the group i2c: usermod -Ga i2c YourUsername

Method 2

  • using the "newer" sourceforge version, named ddccontrol, rather than ddcci-tool

installing ddccontrol

set LD_LIBRARY_PATH environment variable : export LD_LIBRARY_PATH="/usr/local/lib

Method 3 -- NOT YET IPLEMENTED! -- (xrandr software brightness/gamma (?))

  • this will be the default fallback, if no ddc/ci - control - shell tool is detected

DEVELOPERS

plz. take a look athe issues https://github.com/martin-mueller/screenbrightness/issues?labels=question&state=open

Monitor detection

Useful local files

~/.config/monitors.xml

links

About

External monitor brightness applet for Cinnamon Desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published