Default brightness on Ubuntu

I’ve looked a bit, but there doesn’t seem to be a stable solution yet. (there’s a bug report, so it might get fixed). My solution:

  1. cat /sys/class/backlight/intel_backlight/brightness when brightness was at desired level for startup
  2. in /etc/rc.local, echo this value back to that file.

This is not portable (default is 456 now…), but hey, it works :)

Comments are closed.