WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

vampy/LinuxMonitorControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxMonitorControl

Linux monitor control using DDC (your monitor must support it)

Only brightness and contrast are supported.

Requires: ddcutil

Build & Run

make build

# Set brightness on all monitors
./LinuxMonitorControl -b 50

# Set brightness only on monitor 1
./LinuxMonitorControl -b 50 -d 1

# Set contrast only on monitor 1
./LinuxMonitorControl -c 50 -d 1

Build local ddcutil

See required dependencies here

make dependencies

# If build succeeds
./ddcutil/bin/ddcutil detect

About

Control your external monitor brightness on your Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published