I am using Ubuntu 14.04 and I want to save my brightness level, because every time I start the computer the brightness level is at maximum.
$ ls -l /sys/class/backlight
total 0
lrwxrwxrwx 1 root root 0 Mai 4 06:50 acpi_video0 -> ../../devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
lrwxrwxrwx 1 root root 0 Mai 4 06:50 intel_backlight -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
ls -l /sys/class/backlight
for starters. – Chuck R May 04 '14 at 05:32ls -l /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
(please edit your question with this information) – Chuck R May 04 '14 at 10:39