Backlight: Difference between revisions

imported>Primeos
→‎brightnessctl: Document the new systemd support (https://github.com/NixOS/nixpkgs/pull/79663)
imported>Graham33
Add info on OLED screens (which don't technically have a backlight)
Line 89: Line 89:
   };
   };
</syntaxhighlight>
</syntaxhighlight>
== OLED Screens ==
OLED screens do not have a backlight, but their perceived brightness can be changed via xrandr:
* <code>xrandr --output <output> --brightness .5</code> - dim to 50%
* <code>xrandr --output <output> --brightness 1</code> - no dimming


== See also ==
== See also ==


* [https://wiki.archlinux.org/index.php/backlight Arch Linux wiki page about the backlight]
* [https://wiki.archlinux.org/index.php/backlight Arch Linux wiki page about the backlight]