source: general/genutils/xscreensaver.xml@ dc2f5ad

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dc2f5ad was dc2f5ad, checked in by Larry Lawrence <larry@…>, 19 years ago

fix MD5 Sum label

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3198 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
8 <!ENTITY xscreensaver-download-ftp "ftp://ftp.fu-berlin.de/unix/X11/graphics/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
9 <!ENTITY xscreensaver-md5sum " ">
10 <!ENTITY xscreensaver-size "4.2 MB">
11 <!ENTITY xscreensaver-buildsize "90 MB">
12 <!ENTITY xscreensaver-time "0.97 SBU">
13]>
14
15<sect1 id="xscreensaver" xreflabel="XScreenSaver-&xscreensaver-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="xscreensaver.html"?>
21<title>XScreenSaver-&xscreensaver-version;</title>
22
23<sect2>
24<title>Introduction to <application>XScreenSaver</application></title>
25
26<para>The <application>XScreenSaver</application> is a modular screen
27saver and locker for the X Window System. It is highly customizable and
28allows the use of any program that can draw on the root window as a
29display mode. The purpose of <application>XScreenSaver</application> is
30to display pretty pictures on your screen when it is not in use, in
31keeping with the philosophy that unattended monitors should always be
32doing something interesting, just like they do in the movies. However,
33<application>XScreenSaver</application> can also be used as a screen
34locker, to prevent others from using your terminal while you are
35away.</para>
36
37
38<sect3><title>Package information</title>
39<itemizedlist spacing="compact">
40<listitem><para>Download (HTTP): <ulink url="&xscreensaver-download-http;"/></para></listitem>
41<listitem><para>Download (FTP): <ulink url="&xscreensaver-download-ftp;"/></para></listitem>
42<listitem><para>Download MD5 sum: &xscreensaver-md5sum;</para></listitem>
43<listitem><para>Download size: &xscreensaver-size;</para></listitem>
44<listitem><para>Estimated disk space required: &xscreensaver-buildsize;</para></listitem>
45<listitem><para>Estimated build time: &xscreensaver-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application>XScreenSaver</application> dependencies</title>
49<sect4><title>Required</title>
50<para>
51<xref linkend="bc"/> and
52<xref linkend="libglade"/> (alternatively
53<xref linkend="lesstif"/> but not recommended)
54</para>
55</sect4>
56
57<sect4><title>Optional</title>
58<para>
59<xref linkend="libjpeg"/>,
60<ulink url="http://linas.org/gle/">GLE</ulink>,
61<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
62<ulink url="http://www.ibiblio.org/pub/Linux/games/amusements/fortune/fortune-mod-9708.tar.gz">fortune-mod</ulink>,
63<ulink url="http://www.jwz.org/xdaliclock/">XDaliClock</ulink>,
64<xref linkend="yelp"/>,
65<xref linkend="Linux_PAM"/> and
66<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> or
67<xref linkend="heimdal"/> or
68<xref linkend="mitkrb"/>
69</para>
70</sect4>
71</sect3>
72
73</sect2>
74
75<sect2>
76<title>Installation of <application>XScreenSaver</application></title>
77
78<para><application>XScreenSaver</application> makes some poor choices
79where to put all the files if GNOME is installed. To get around this,
80run the following command and see an optional configure switch
81described later below.</para>
82
83<screen><userinput><command>sed -i -e "s,@GNOME_DATADIR@,$GNOME_PREFIX/share," driver/Makefile.in</command></userinput></screen>
84
85<para>Install <application>XScreenSaver</application> by running the following
86commands:</para>
87
88<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
89make &amp;&amp;
90make install</command></userinput></screen>
91
92</sect2>
93
94<sect2>
95<title>Command explanations</title>
96
97<para><option>--with-setuid-hacks</option>:
98This switch allows some demos to be installed setuid root which is
99needed in order to ping other hosts.
100</para>
101
102<para><option>--with-configdir=/usr/lib/xscreensaver/config</option>:
103If GNOME is installed, you can use this switch to put the
104configuration files in a single directory rather than spreading them
105all over the disk.</para>
106
107</sect2>
108
109<sect2>
110<title>Configuring <application>XScreenSaver</application></title>
111
112<sect3><title>Config files</title>
113<para><filename>~/.xscreensaver</filename></para>
114</sect3>
115
116</sect2>
117
118<sect2>
119<title>Contents</title>
120
121<para>The <application>XScreenSaver</application> package contains
122<command>xscreensaver</command>,
123<command>xscreensaver-command</command>,
124<command>xscreensaver-demo</command>,
125<command>xscreensaver-getimage</command>,
126<command>xscreensaver-getimage-file</command>,
127<command>xscreensaver-getimage-video</command>,
128<command>xscreensaver-gl-helper</command> and
129<command>screensaver-properties-capplet</command>.</para>
130
131</sect2>
132
133<sect2><title>Description</title>
134
135<sect3><title>xscreensaver</title>
136<para><command>xscreensaver</command> is a screen saver and
137locker daemon.</para></sect3>
138
139<sect3><title>xscreensaver-command</title>
140<para><command>xscreensaver-command</command> program controls a running
141<command>xscreensaver</command> process by sending it client
142messages.</para></sect3>
143
144<sect3><title>xscreensaver-demo</title>
145<para><command>xscreensaver-demo</command> is a graphical
146front-end for setting the parameters used by the background
147<command>xscreensaver</command> daemon.</para></sect3>
148
149<sect3><title>xscreensaver-getimage, xscreensaver-getimage-file,
150xscreensaver-getimage-video</title>
151<para>These are helper programs for the <command>xscreensaver</command>
152hacks that manipulate images.</para></sect3>
153
154<sect3><title>xscreensaver-gl-helper</title>
155<para><command>xscreensaver-gl-helper</command> is a helper program for
156the <command>xscreensaver</command> OpenGL hacks.</para></sect3>
157
158</sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.