source: general/genutils/xscreensaver.xml@ d0151ee

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 d0151ee was d0151ee, checked in by Randy McMurchy <randy@…>, 16 years ago

Fixed broken download URLs in various package instructions

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

  • Property mode set to 100644
File size: 11.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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 "&gentoo-ftp-repo;/xscreensaver-&xscreensaver-version;.tar.gz"> -->
9 <!ENTITY xscreensaver-download-http "&sources-anduin-http;/x/xscreensaver-&xscreensaver-version;.tar.gz">
10 <!ENTITY xscreensaver-download-ftp "&sources-anduin-ftp;/x/xscreensaver-&xscreensaver-version;.tar.gz">
11 <!ENTITY xscreensaver-md5sum "367b0397132102faf43e71e27bbdc181">
12 <!ENTITY xscreensaver-size "5.4 MB">
13 <!ENTITY xscreensaver-buildsize "129 MB">
14 <!ENTITY xscreensaver-time "1.1 SBU">
15]>
16
17<sect1 id="xscreensaver" xreflabel="XScreenSaver-&xscreensaver-version;">
18 <?dbhtml filename="xscreensaver.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>XScreenSaver-&xscreensaver-version;</title>
26
27 <indexterm zone="xscreensaver">
28 <primary sortas="a-xscreensaver">Xscreensaver</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to XScreenSaver</title>
33
34 <para>The <application>XScreenSaver</application> is a modular screen
35 saver and locker for the X Window System. It is highly customizable and
36 allows the use of any program that can draw on the root window as a
37 display mode. The purpose of <application>XScreenSaver</application> is
38 to display pretty pictures on your screen when it is not in use, in
39 keeping with the philosophy that unattended monitors should always be
40 doing something interesting, just like they do in the movies. However,
41 <application>XScreenSaver</application> can also be used as a screen
42 locker, to prevent others from using your terminal while you are
43 away.</para>
44
45 <para>There may be a more recent release available from the
46 <application>XScreenSaver</application> home page. You can check
47 <ulink url="http://www.jwz.org/xscreensaver/"/> and probably use the
48 existing BLFS instructions. Note that versions other than the one shown
49 in the download URLs have not been tested in a BLFS environment.</para>
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>Download (HTTP): <ulink url="&xscreensaver-download-http;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download (FTP): <ulink url="&xscreensaver-download-ftp;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download MD5 sum: &xscreensaver-md5sum;</para>
61 </listitem>
62 <listitem>
63 <para>Download size: &xscreensaver-size;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated disk space required: &xscreensaver-buildsize;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated build time: &xscreensaver-time;</para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">XScreenSaver Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required"><xref linkend="bc"/> and
77 <xref linkend="libglade"/> (alternatively
78 <xref linkend="lesstif"/> but not recommended)</para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional"><xref linkend="libjpeg"/>,
82 <xref linkend="libgnome"/>,
83 <ulink url="http://linas.org/gle/">GLE</ulink>,
84 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
85 <ulink url="http://www.jwz.org/xdaliclock/">XDaliClock</ulink>,
86 <xref linkend="linux-pam"/>,
87 <xref linkend="mitkrb"/> (built with Kerberos V4 backwards compatibility), and
88 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and
89 <xref linkend="heimdal"/> (Kerberos authentication requires having Kerberos
90 V4 and V5 on the system)</para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/xscreensaver"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of XScreenSaver</title>
99
100 <!-- Apparently, this issue is now fixed
101 <para><application>XScreenSaver</application> makes some poor choices
102 where to put all the files if <application>GNOME</application> is installed.
103 To get around this, run the following command and see an optional configure
104 switch described later below.</para>
105
106<screen><userinput>sed -i -e "s,@GNOME_DATADIR@,$GNOME_PREFIX/share," driver/Makefile.in</userinput></screen>
107 -->
108
109 <para>Install <application>XScreenSaver</application> by running the following
110 commands:</para>
111
112 <!-- sed -i 's,\xc3\xb6,oe,' hacks/flow.man -->
113
114<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
115make</userinput></screen>
116
117 <para>This package does not come with a test suite.</para>
118
119 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <!-- <para><command>sed -i 's,\xc3\xb6,oe,' hacks/flow.man</command>: This
129 command replaces the UTF-8 encoded character <quote>&ouml;</quote>
130 with its ASCII equivalent <quote>oe</quote> in one of the installed
131 manual pages. Without this, <application>Man-DB</application> would
132 interpret these two bytes as ISO-8859-1, resulting in
133 the wrong <quote>&Atilde;&para;</quote> characters.</para> -->
134
135 <para><option>--with-setuid-hacks</option>: This switch allows some
136 demos to be installed setuid <systemitem class="username">root</systemitem>
137 which is needed in order to ping other hosts.</para>
138
139 <para><option>--enable-locking</option>: This switch provides support for
140 locking the display.</para>
141
142 <!-- Not required any longer
143 <para><option>-with-configdir=/usr/lib/xscreensaver/config</option>:
144 If <application>GNOME</application> is installed, you can use this
145 switch to put the configuration files in a single directory rather than
146 spreading them all over the disk.</para>
147 -->
148
149 </sect2>
150
151 <sect2 role="configuration">
152 <title>Configuring XScreenSaver</title>
153
154 <sect3 id="xscreensaver-config">
155 <title>Config Files</title>
156
157 <para><filename>/etc/X11/app-defaults/XScreenSaver</filename>,
158 <filename>~/.xscreensaver</filename> and
159 <filename>/etc/pam.d/xscreensaver</filename> or
160 <filename>/etc/pam.conf</filename></para>
161
162 <indexterm zone="xscreensaver xscreensaver-config">
163 <primary sortas="e-etc-X11-app-defaults-XScreenSaver">.../app-.../XScreenSaver</primary>
164 </indexterm>
165 <indexterm zone="xscreensaver xscreensaver-config">
166 <primary sortas="e-AA.xscreensaver">~/.xscreensaver</primary>
167 </indexterm>
168 <indexterm zone="xscreensaver xscreensaver-config">
169 <primary sortas="e-etc-pam.d-xscreensaver">/etc/pam.d/xscreensaver</primary>
170 </indexterm>
171 <indexterm zone="xscreensaver xscreensaver-config">
172 <primary sortas="e-etc-pam.conf">/etc/pam.conf</primary>
173 </indexterm>
174
175 </sect3>
176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
188 <seg>xscreensaver, xscreensaver-command, xscreensaver-demo, xscreensaver-getimage,
189 xscreensaver-getimage-file, xscreensaver-getimage-video, xscreensaver-gl-helper,
190 and xscreensaver-text</seg>
191 <seg>None</seg>
192 <seg>/usr/lib/xscreensaver and /usr/share/xscreensaver</seg>
193 </seglistitem>
194 </segmentedlist>
195
196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
200
201 <varlistentry id="xscreensaver-prog">
202 <term><command>xscreensaver</command></term>
203 <listitem>
204 <para>is a screen saver and locker daemon.</para>
205 <indexterm zone="xscreensaver xscreensaver-prog">
206 <primary sortas="b-xscreensaver">xscreensaver</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="xscreensaver-command">
212 <term><command>xscreensaver-command</command></term>
213 <listitem>
214 <para>controls a running <command>xscreensaver</command>
215 process by sending it client messages.</para>
216 <indexterm zone="xscreensaver xscreensaver-command">
217 <primary sortas="b-xscreensaver-command">xscreensaver-command</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="xscreensaver-demo">
223 <term><command>xscreensaver-demo</command></term>
224 <listitem>
225 <para>is a graphical front-end for setting the parameters used
226 by the background <command>xscreensaver</command> daemon.</para>
227 <indexterm zone="xscreensaver xscreensaver-demo">
228 <primary sortas="b-xscreensaver-demo">xscreensaver-demo</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="xscreensaver-getimage">
234 <term><command>xscreensaver-getimage</command></term>
235 <listitem>
236 <para>is a helper program for the <command>xscreensaver</command>
237 modules that manipulate images.</para>
238 <indexterm zone="xscreensaver xscreensaver-getimage">
239 <primary sortas="b-xscreensaver-getimaage">xscreensaver-getimage</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
244 <varlistentry id="xscreensaver-getimage-file">
245 <term><command>xscreensaver-getimage-file</command></term>
246 <listitem>
247 <para>is a helper program for the <command>xscreensaver</command>
248 modules that manipulate images.</para>
249 <indexterm zone="xscreensaver xscreensaver-getimage-file">
250 <primary sortas="b-xscreensaver-getimaage-file">xscreensaver-getimage-file</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="xscreensaver-getimage-video">
256 <term><command>xscreensaver-getimage-video</command></term>
257 <listitem>
258 <para>is a helper program for the <command>xscreensaver</command>
259 modules that manipulate images.</para>
260 <indexterm zone="xscreensaver xscreensaver-getimage-video">
261 <primary sortas="b-xscreensaver-getimaage-video">xscreensaver-getimage-video</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="xscreensaver-gl-helper">
267 <term><command>xscreensaver-gl-helper</command></term>
268 <listitem>
269 <para>is a helper program for the <command>xscreensaver</command>
270 OpenGL modules.</para>
271 <indexterm zone="xscreensaver xscreensaver-gl-helper">
272 <primary sortas="b-xscreensaver-gl-helper">xscreensaver-gl-helper</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="xscreensaver-text">
278 <term><command>xscreensaver-text</command></term>
279 <listitem>
280 <para>prints some text to stdout, for use by screen savers.</para>
281 <indexterm zone="xscreensaver xscreensaver-text">
282 <primary sortas="b-xscreensaver-text">xscreensaver-text</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286 </variablelist>
287
288 </sect2>
289
290</sect1>
Note: See TracBrowser for help on using the repository browser.