Felhasználói eszközök

Eszközök a webhelyen


linux_disable_con_blank

Különbségek

A kiválasztott változat és az aktuális verzió közötti különbségek a következők.

Összehasonlító nézet linkje

Előző változat mindkét oldalonElőző változat
linux_disable_con_blank [2025/05/12 20:45] – eltávolítva - külső szerkesztés (Ismeretlen dátum) 127.0.0.1linux_disable_con_blank [2025/05/12 20:45] (aktuális) – ↷ Page name changed from linux to linux_disable_con_blank admin
Sor 1: Sor 1:
 +==== Disable screen blanking on text console ====
 +
 +To verify what timeout the kernel uses (in seconds) for virtual console blanking via
 +
 +<code>$ cat /sys/module/kernel/parameters/consoleblank</code>
 +
 +To change that timeout (in minutes, 0 means disable blanking)
 +
 +<code>$ setterm -blank VALUE</code>
 +
 +You can give more parameters to setterm
 +
 +<code>$ setterm -blank 0 -powersave off</code>
 +
 +To permanently/automatically disable virtual console blanking on startup you can either
 +
 +  * add the consoleblank=0 kernel parameter to the kernel command line
 +  * add the setterm -blank 0 command to an rc-local or equivalent startup script
 +  * add the setterm output to /etc/issue since /etc/issue is output on every virtual console ''setterm -blank 0 >> /etc/issue''
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki