XScreenSaver-5.26
Introduction to XScreenSaver
The XScreenSaver is a modular
screen saver and locker for the X Window System. It is highly
customizable and allows the use of any program that can draw on the
root window as a display mode. The purpose of XScreenSaver is to display pretty pictures on
your screen when it is not in use, in keeping with the philosophy
that unattended monitors should always be doing something
interesting, just like they do in the movies. However, XScreenSaver can also be used as a screen
locker, to prevent others from using your terminal while you are
away.
This package is known to build and work properly using an LFS-7.5
platform.
Package Information
XScreenSaver Dependencies
Required
libglade-2.6.4 and Xorg Applications
Recommended
GLU-9.0.0
Optional
GDM, GLE and Linux-PAM-1.1.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xscreensaver
Installation of XScreenSaver
Install XScreenSaver by running
the following commands:
./configure --prefix=/usr &&
make
This package does not come with a test suite.
Now, as the root
user:
make install
Command Explanations
--with-setuid-hacks
: This switch allows
some demos to be installed setuid root
which is needed in order to ping other
hosts.
--libexecdir=/usr/lib
: This option will
put the individual screensaver programs into /usr/lib/xscreensaver
instead of /usr/libexec/xscreensaver
in accordance with the
old version of the FHS used before LFS-7.5.
Configuring XScreenSaver
Config
Files
/etc/X11/app-defaults/XScreenSaver
and ~/.xscreensaver
Linux PAM Configuration
If you have built XScreenSaver
with Linux PAM support, you need
to create PAM configuration file
to get XScreenSaver to work
correctly with BLFS.
Issue the following commands as the root
user to create the configuration file
for Linux PAM:
cat > /etc/pam.d/xscreensaver << "EOF"
# Begin /etc/pam.d/xscreensaver
auth include system-auth
account include system-account
# End /etc/pam.d/xscreensaver
EOF
Contents
Installed Programs:
xscreensaver, xscreensaver-command,
xscreensaver-demo, xscreensaver-getimage,
xscreensaver-getimage-file, xscreensaver-getimage-video,
xscreensaver-gl-helper and xscreensaver-text
Installed Libraries:
None
Installed Directories:
/usr/libexec/xscreensaver and
/usr/share/xscreensaver
Short Descriptions
xscreensaver
|
is a screen saver and locker daemon.
|
xscreensaver-command
|
controls a running xscreensaver process by
sending it client messages.
|
xscreensaver-demo
|
is a graphical front-end for setting the parameters used
by the background xscreensaver daemon.
|
xscreensaver-getimage
|
is a helper program for the xscreensaver modules
that manipulate images.
|
xscreensaver-getimage-file
|
is a helper program for the xscreensaver modules
that manipulate images.
|
xscreensaver-getimage-video
|
is a helper program for the xscreensaver modules
that manipulate images.
|
xscreensaver-gl-helper
|
is a helper program for the xscreensaver OpenGL
modules.
|
xscreensaver-text
|
prints some text to stdout, for use by screen savers.
|
Last updated on 2014-03-03 19:06:31 -0800