Skip to main content
added 12 characters in body
Source Link
Mat
  • 54.9k
  • 11
  • 164
  • 143

The only permanent solution is to add "consoleblank=0"consoleblank=0 to the kernel command-line. You can view the value (which defaults to 600 seconds) at /sys/module/kernel/parameters/consoleblank in:

/sys/module/kernel/parameters/consoleblank

(note that the file is read-only). The only way to change the value of consoleblank is to reboot with the new kernel command-line option.

The only permanent solution is to add "consoleblank=0" to the kernel command-line. You can view the value (which defaults to 600 seconds) at /sys/module/kernel/parameters/consoleblank (note that the file is read-only). The only way to change the value of consoleblank is to reboot with the new kernel command-line option.

The only permanent solution is to add consoleblank=0 to the kernel command-line. You can view the value (which defaults to 600 seconds) in:

/sys/module/kernel/parameters/consoleblank

(note that the file is read-only). The only way to change the value of consoleblank is to reboot with the new kernel command-line option.

Source Link
amcnabb
  • 282
  • 2
  • 7

The only permanent solution is to add "consoleblank=0" to the kernel command-line. You can view the value (which defaults to 600 seconds) at /sys/module/kernel/parameters/consoleblank (note that the file is read-only). The only way to change the value of consoleblank is to reboot with the new kernel command-line option.