Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
st_lenovoideapad320server

This is an old revision of the document!


Debian Server auf IdeaPad 320 Lenovo

Ram:12gig SSD:1TB Sata-intern cpu: 4415u (2017)

Power: Idle:3W

Switch Off Backlit

Sadly, the backlit of the display is not switching off, which leads to a broken display after a while and consumes additional energy. The simplest way to fix the issue was to change the consoleblank setting at boot. This did not need any additional packages like ACPI or any extra user scripts at startup.

Verify the value used at the moment with cat /sys/module/kernel/parameters/consoleblank. The value is in seconds. The easiest way to add the parameter at boot is using the kernel command-line.

  Open /etc/default/grub
  Add consoleblank=600 to the GRUB_CMDLINE_LINUX_DEFAULT= which sets the timeout to 10 minutes (600 seconds).
      GRUB_CMDLINE_LINUX_DEFAULT="quiet consoleblank=0"
  Run sudo update-grub, and reboot.
st_lenovoideapad320server.1669213929.txt.gz · Last modified: 2022/11/23 14:32 by 10.100.0.1