Skip to content

FreeBSD kernel module for macbook pro backlight management

Notifications You must be signed in to change notification settings

dervishe-/ambnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ambnb

DESCRIPTION:

ambnb is a freeBSD kernel module which allow users to manage the backlight of their screen via the sysctl interface. It was originally written by Patrick Lamaiziere [email protected] in 2009. It works at least for macbookpro from 1,2 up to 4,2 (not tested for other models. I modifyied it slight a bit in order to make it usable by unpriviledged users and to move it from hw branch to dev branch.

INSTALLATION:

Retrieve the files:

git clone https://github.com/dervishe-/ambnb.git

then go to the directory and type:

make; make install

That's it... Just load the kernel module: kldload ambnb

USE:

sysctl dev.ambnb.level=value

where value is an integer from 0 to 15

About

FreeBSD kernel module for macbook pro backlight management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published