Lines Matching +full:default +full:- +full:brightness
36 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
62 interface has to be enabled explicitly, as it may alter the default action of
73 by default, a value representing all possible keypress events on the specific
80 .Bl -tag -width "subsystem" -offset indent -compact
95 .Bl -tag -width "subsystem" -offset indent -compact
127 Fn + Home (Brightness up)
129 Fn + End (Brightness down)
158 .Bl -tag -width indent
160 (read-only)
165 (read-only)
186 .Bl -tag -width indent-two -compact
218 Fn + Home (Brightness up)
220 Fn + End (Brightness down)
237 (read-only)
242 .Bl -tag -width indent-two -compact
264 Brightness Up/Down Button
269 Current brightness level of the display.
282 (read-only)
286 Default is automatic mode.
302 .Bl -tag -width indent-two -compact
312 ~6400 RPM (Full-speed, unthrottled)
315 (read-only)
320 (read-only)
328 .Bl -enum -compact
338 Built-in battery
342 Built-in battery
353 Events are specified as a whitespace-separated list of event code in
355 Note that the event maybe handled twice (e.g., Brightness up/down) if ACPI BIOS
362 .Bl -tag -width ".Pa /dev/led/thinklight"
374 .Bd -literal -offset indent
385 .Bd -literal -offset indent
388 if [ "$1" = "" -o "$2" = "" ]
406 LEVEL=`sysctl -n dev.acpi_${OEM}.0.bluetooth`
417 LEVEL=`sysctl -n dev.acpi_${OEM}.0.lcd_brightness`
420 ${CALC} | ${CUT} -d . -f 1`
421 MESSAGE="brightness level ${PERCENT}%"
424 LEVEL=`sysctl -n dev.acpi_${OEM}.0.thinklight`
433 LEVEL=`sysctl -n dev.acpi_${OEM}.0.volume`
436 ${CALC} | ${CUT} -d . -f 1`
440 LEVEL=`sysctl -n dev.acpi_${OEM}.0.mute`
449 LEVEL=`sysctl -n dev.acpi_ibm.0.mic_led`
450 if [ $LEVEL -eq 0 ]; then
454 if [ $LEVEL -eq 1 ]; then
463 if [ -p ${DISPLAY_PIPE} ]
471 0x10 (Brightness up) and 0x11 (Brightness down) are handled by
473 .Bd -literal -offset indent
479 .Bd -literal -offset indent
494 .An -nosplit