Jump to content

Backlight: Difference between revisions

From Official NixOS Wiki
imported>Samueldr
imported>Samueldr
m Adds `see also`.
Line 12: Line 12:


<tt>...</tt>
<tt>...</tt>
== See also ==
* [https://wiki.archlinux.org/index.php/backlight Arch Linux wiki page about the backlight]

Revision as of 01:51, 6 May 2018

☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.

xbacklight

xbacklight uses X to change the light settings. This can be inconvenient in some situations, e.g. for use with the services.actkbd service, which doesn't know about the X session. It, though, has an history of being more compatible with different hardware, especially newer hardware[citation needed]

light

light does not use X to change the light settings. This can be used in situations where the X service isn't available.

Using /proc/

...

See also