Commit Graph

6 Commits

Author SHA1 Message Date
wilfried
cb0c7e1ae1 revert gtk module 2001-11-01 21:16:53 +00:00
lebel
522222d7dc use gtk module 2001-10-29 02:23:30 +00:00
lebel
f056e3b53b NO_REGRESS=Yes 2001-10-24 14:16:13 +00:00
espie
e0b8696d23 Avoid gnome. 2001-10-17 15:57:22 +00:00
naddy
5f2065c764 - Make use of new bsd.port.mk feature and replace error reporting through
.BEGIN with ERRORS.
- Sync NEED_VERSION accordingly.
ok espie@
2001-07-18 10:59:00 +00:00
lebel
abe14b2928 The xscreensaver program waits until the keyboard and mouse have
been idle for a period, and then runs a graphics demo chosen at
random. It turns off as soon as there is any mouse or keyboard
activity. It can also lock the screen (immediately, after a longer
idle period, or on demand.) xscreensaver consists of two parts:
xscreensaver itself, the (the ``driver'' or ``daemon''), which
detects idleness and does locking; and the many graphics demos that
are launched by xscreensaver.
 
Any X program that can draw on the root window can be used with
xscreensaver, regardless of how that program is written, or what
language it is written in, or what libraries it uses. The xscreensaver
daemon takes care of detecting when the user is idle, locking, and
checking passwords and all the other book-keeping; all the other
programs need to do is draw.
 
The benefit that xscreensaver has over the combination of the xlock
and xautolock programs is the ease with which new graphics hacks
can be installed.  You don't need to recompile (or even re-run) the
xscreensaver program to add a new display mode, you just change a
config file.
 
WWW: http://www.jwz.org/xscreensaver/
2001-06-20 19:16:45 +00:00