grembo/intel_backlight_fbsd
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
======================================================================== !!! This repo only exists for historic purposes, it's not maintained !!! !!! and issues won't be resolved here. !!! !!! Please check this fork and report issues there: !!! !!! !!! !!! https://github.com/FreeBSDDesktop/intel_backlight_fbsd !!! !!! !!! ======================================================================== This is part of FreeBSD ports. Please install from ports: cd /usr/ports/graphics/intel-backlight make install clean or from packages: pkg install intel-backlight This allows to control the backlight level on certain Intel(R) GPUs, including i915. This has been taken from intel-gpu-tools which can be found here: http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/ Originally ported to FreeBSD by "emmex" of the FreeBSD forums. Build: pkg install libpciaccess libdrm make make install (this installs intel_backlight setuid root, so any user can execute it). Usage: $ intel_backlight current backlight value: 30% (281/937) $ intel_backlight 50 current backlight value: 15% (141/937) set backlight to 50% (469/937) $ intel_backlight incr current backlight value: 50% (469/937) set backlight to 51% (478/937) $ intel_backlight incr current backlight value: 51% (478/937) set backlight to 60% (562/937) $ intel_backlight incr current backlight value: 60% (562/937) set backlight to 70% (656/937) $ intel_backlight decr current backlight value: 70% (656/937) set backlight to 60% (562/937) $ intel_backlight decr current backlight value: 60% (562/937) set backlight to 51% (478/937) The included example allows adjusting brightness automatically based on the input of the isl driver (currently not part of standard FreeBSD). Usage: ./isl_backlight.sh &
About
Control intel backlight on FreeBSD
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published