diff options
Diffstat (limited to 'upstream/fedora-rawhide/man8/systemd-backlight@.service.8')
-rw-r--r-- | upstream/fedora-rawhide/man8/systemd-backlight@.service.8 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man8/systemd-backlight@.service.8 b/upstream/fedora-rawhide/man8/systemd-backlight@.service.8 new file mode 100644 index 00000000..8d42dc12 --- /dev/null +++ b/upstream/fedora-rawhide/man8/systemd-backlight@.service.8 @@ -0,0 +1,58 @@ +'\" t +.TH "SYSTEMD\-BACKLIGHT@\&.SERVICE" "8" "" "systemd 255" "systemd-backlight@.service" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +systemd-backlight@.service, systemd-backlight \- Load and save the display backlight brightness at boot and shutdown +.SH "SYNOPSIS" +.PP +systemd\-backlight@\&.service +.PP +/usr/lib/systemd/systemd\-backlight +save [backlight|leds]:DEVICE +.PP +/usr/lib/systemd/systemd\-backlight +load [backlight|leds]:DEVICE +.SH "DESCRIPTION" +.PP +systemd\-backlight@\&.service +is a service that restores the display backlight brightness at early boot and saves it at shutdown\&. On disk, the backlight brightness is stored in +/var/lib/systemd/backlight/\&. During loading, if the udev property +\fBID_BACKLIGHT_CLAMP\fR +is not set to false, the brightness is clamped to a value of at least 1 or 5% of maximum brightness, whichever is greater\&. The percentage can be adjusted by specifying a percentage (needs to be suffixed with +"%", e\&.g\&. +"30%") to the property +\fBID_BACKLIGHT_CLAMP\fR\&. +.SH "KERNEL COMMAND LINE" +.PP +systemd\-backlight +understands the following kernel command line parameter: +.PP +\fIsystemd\&.restore_state=\fR +.RS 4 +Takes a boolean argument\&. Defaults to +"1"\&. If +"0", does not restore the backlight settings on boot\&. However, settings will still be stored on shutdown\&. +.sp +Added in version 209\&. +.RE +.SH "SEE ALSO" +.PP +\fBsystemd\fR(1) |