Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx #!/bin/sh
     5         kx #
     5         kx # This file provides the command line for the setterm utility to set the
     5         kx # terminal attributes (primarily used for screen blanking and power
     5         kx # management).
     5         kx 
     5         kx # Screen blanks after 15 minutes idle time, and powers down in one hour
     5         kx # if the kernel supports APM or ACPI power management (default setting):
     5         kx /bin/setterm -blank 15 -powersave powerdown -powerdown 60
     5         kx 
     5         kx # Screen does not blank or use power management features:
     5         kx #/bin/setterm -blank 0 -powersave off -powerdown 0
     5         kx