A screen saver and locker for the X Window System
The xscreensaver program waits until the keyboard and mouse have been
idle for a period of time, 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.
The xscreensaver package consists of two parts: the screensaver and 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, 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 graphic hacks can be
installed. You do not need to recompile (or even re-run) the
xscreensaver program to add a new display mode, you just change a
config file.
- Developed at X11:Utilities
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/xscreensaver && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
xscreensaver-5.29.tar.gz | 0008774562 8.37 MB | |
xscreensaver-background.patch | 0000000651 651 Bytes | |
xscreensaver-data-extra.list | 0000001798 1.76 KB | |
xscreensaver-data.list | 0000000414 414 Bytes | |
xscreensaver-default-screensaver.patch | 0000003723 3.64 KB | |
xscreensaver-fireworkx-man.patch | 0000000525 525 Bytes | |
xscreensaver-ignore-no-pwent-password.patch | 0000000742 742 Bytes | |
xscreensaver-mansuffix.patch | 0000000976 976 Bytes | |
xscreensaver-slideshow-dri-detect.patch | 0000002030 1.98 KB | |
xscreensaver-webcollage-dictpath.patch | 0000000427 427 Bytes | |
xscreensaver.changes | 0000038107 37.2 KB | |
xscreensaver.pamd | 0000000165 165 Bytes | |
xscreensaver.spec | 0000009144 8.93 KB |
Revision 45 (latest revision is 79)
- update to 5.29 * Updated webcollage for recent changes. * Fixed some compilation problems and intermittent crashes. * New hacks, tessellimage and projectiveplane. * Added support for pthreads, because Dave Odell is a madman. * X11: Don't assume Suspend = 0 implies “No DPMS”. * Minor updates to boxed and klein. * Fixed possible crash in apple2, noseguy, xmatrix, shadebobs. * Fixed possible crash in OSX preferences. * Plugged some leaks.
Comments 1
XScreenSaver 5.40 has been released: https://www.jwz.org/xscreensaver/xscreensaver-5.40.tar.gz