Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 1997 00:35:19 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG
Subject:   cvs commit: src/lkm/syscons/daemon daemon_saver.c
Message-ID:  <199710260735.AAA07851@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1997/10/26 00:35:19 PDT

  Modified files:
    lkm/syscons/daemon   daemon_saver.c 
  Log:
  - The daemon might go off the screen and crashed the system if the
  screen size was changed while the screen saver was inactive. Adjust
  the positions of the daemon and the text and clip them accordingly
  each time.
  
  - Don't call set_border() too often. Some video chip may produce
  flicker.
  
  Pointed out by tony@dell.com
  
  - Don't fill the entire screen with blank char every time the saver is
  called.  Blank only the part of the screen where the daemon and the
  text was previously printed.
  
  Revision  Changes    Path
  1.7       +148 -35   src/lkm/syscons/daemon/daemon_saver.c



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