
Wrote a tool to control monitor brightness on FreeBSD
Wrote this for personal use but maybe somebody will find it useful (especially if backlight(8) doesn't work and the xrandr method is unavailable).
https://github.com/tseli0s/freeddc
Before using it, you must kldload iic. More instructions and warnings in the README. Also I am not terribly familiar with this interface, so code reviews are more than welcome.