Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Oct 1999 20:56:42 -0700 (PDT)
From:      Nick Sayer <nsayer@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/syscons Makefile src/sys/modules/syscons/apm Makefile apm_saver.c
Message-ID:  <199910020356.UAA25082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nsayer      1999/10/01 20:56:42 PDT

  Modified files:
    sys/modules/syscons  Makefile 
  Added files:
    sys/modules/syscons/apm Makefile apm_saver.c 
  Log:
  Add the apm_saver syscons screen saver module.
  
  apm_saver uses the apm_display() routine from the apm system to
  "suspend" the "display" part of the machine.
  
  This is beneficial for some laptops (or other machines with
  non-traditional displays) that choke on the 'green' saver's
  effect.
  
  Another way of looking at this is that it's the same as a screen
  saver that does an 'apm -d 0' to blank the display and an 'apm -d 1'
  to bring it back. One probably ought to use these commands to make
  sure the effect will be correct before using it unattended.
  
  Revision  Changes    Path
  1.11      +2 -1      src/sys/modules/syscons/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910020356.UAA25082>