source: xsoft/other/xscreensaver.xml@ 977a50a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 977a50a was 977a50a, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to libnotify-0.7.7.
Update to xscreensaver-5.36.
Update to ristretto-0.8.1.

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

  • Property mode set to 100644
File size: 10.3 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 " ">
9 <!ENTITY xscreensaver-md5sum "79dc3349df1fe978825991ce71a4a220">
10 <!ENTITY xscreensaver-size "10 MB">
11 <!ENTITY xscreensaver-buildsize "167 MB">
12 <!ENTITY xscreensaver-time "0.9 SBU">
13]>
14
15<sect1 id="xscreensaver" xreflabel="XScreenSaver-&xscreensaver-version;">
16 <?dbhtml filename="xscreensaver.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>XScreenSaver-&xscreensaver-version;</title>
24
25 <indexterm zone="xscreensaver">
26 <primary sortas="a-XScreenSaver">XScreenSaver</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to XScreenSaver</title>
31
32 <para>
33 The <application>XScreenSaver</application> is a modular screen saver
34 and locker for the X Window System. It is highly customizable and
35 allows the use of any program that can draw on the root window as a
36 display mode. The purpose of <application>XScreenSaver</application> is
37 to display pretty pictures on your screen when it is not in use, in
38 keeping with the philosophy that unattended monitors should always be
39 doing something interesting, just like they do in the movies. However,
40 <application>XScreenSaver</application> can also be used as a screen
41 locker, to prevent others from using your terminal while you are away.
42 </para>
43
44 &lfs7a_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&xscreensaver-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&xscreensaver-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &xscreensaver-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &xscreensaver-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &xscreensaver-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &xscreensaver-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">XScreenSaver Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="libglade"/> and
85 <xref linkend="xorg7-app"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="glu"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <phrase revision="sysv"><ulink url="&gnome-download-http;/gdm/">GDM</ulink></phrase>
96 <phrase revision="systemd"><xref linkend="gdm"/></phrase>,
97 <ulink url="http://linas.org/gle/">GLE</ulink> and
98 <xref linkend="linux-pam"/>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/xscreensaver"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of XScreenSaver</title>
108
109 <para>
110 Install <application>XScreenSaver</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>--with-setuid-hacks</option>: This switch allows some demos
134 to be installed setuid <systemitem class="username">root</systemitem>
135 which is needed in order to ping other hosts.
136 </para>
137
138 </sect2>
139
140 <sect2 role="configuration">
141 <title>Configuring XScreenSaver</title>
142
143 <sect3 id="xscreensaver-config">
144 <title>Config Files</title>
145
146 <para>
147 <filename>/etc/X11/app-defaults/XScreenSaver</filename> and
148 <filename>~/.xscreensaver</filename>
149 </para>
150
151 <indexterm zone="xscreensaver xscreensaver-config">
152 <primary sortas="e-etc-X11-app-defaults-XScreenSaver">/etc/X11/app-defaults/XScreenSaver</primary>
153 </indexterm>
154 <indexterm zone="xscreensaver xscreensaver-config">
155 <primary sortas="e-AA.xscreensaver">~/.xscreensaver</primary>
156 </indexterm>
157
158 </sect3>
159
160 <sect3>
161 <title>Linux PAM Configuration</title>
162
163 <para>
164 If <application>XScreenSaver</application> has been built with
165 <application>Linux PAM</application> support, you need to create a
166 <application>PAM</application> configuration file, to get it working
167 correctly with BLFS.
168 </para>
169
170 <para>
171 Issue the following commands as the <systemitem
172 class="username">root</systemitem> user to create the configuration
173 file for <application>Linux PAM</application>:
174 </para>
175
176<screen role="root"><userinput>cat &gt; /etc/pam.d/xscreensaver &lt;&lt; "EOF"
177<literal># Begin /etc/pam.d/xscreensaver
178
179auth include system-auth
180account include system-account
181
182# End /etc/pam.d/xscreensaver</literal>
183EOF</userinput></screen>
184
185 </sect3>
186
187 </sect2>
188
189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Programs</segtitle>
194 <segtitle>Installed Libraries</segtitle>
195 <segtitle>Installed Directories</segtitle>
196
197 <seglistitem>
198 <seg>
199 xscreensaver, xscreensaver-command, xscreensaver-demo, xscreensaver-getimage,
200 xscreensaver-getimage-file, xscreensaver-getimage-video,
201 xscreensaver-gl-helper and xscreensaver-text
202 </seg>
203 <seg>
204 None
205 </seg>
206 <seg>
207 /usr/libexec/xscreensaver and
208 /usr/share/xscreensaver
209 </seg>
210 </seglistitem>
211 </segmentedlist>
212
213 <variablelist>
214 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
215 <?dbfo list-presentation="list"?>
216 <?dbhtml list-presentation="table"?>
217
218 <varlistentry id="xscreensaver-prog">
219 <term><command>xscreensaver</command></term>
220 <listitem>
221 <para>
222 is a screen saver and locker daemon.
223 </para>
224 <indexterm zone="xscreensaver xscreensaver-prog">
225 <primary sortas="b-xscreensaver">xscreensaver</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="xscreensaver-command">
231 <term><command>xscreensaver-command</command></term>
232 <listitem>
233 <para>
234 controls a running <command>xscreensaver</command>
235 process by sending it client messages.
236 </para>
237 <indexterm zone="xscreensaver xscreensaver-command">
238 <primary sortas="b-xscreensaver-command">xscreensaver-command</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="xscreensaver-demo">
244 <term><command>xscreensaver-demo</command></term>
245 <listitem>
246 <para>
247 is a graphical front-end for setting the parameters used
248 by the background <command>xscreensaver</command> daemon.
249 </para>
250 <indexterm zone="xscreensaver xscreensaver-demo">
251 <primary sortas="b-xscreensaver-demo">xscreensaver-demo</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="xscreensaver-getimage">
257 <term><command>xscreensaver-getimage</command></term>
258 <listitem>
259 <para>
260 is a helper program for the <command>xscreensaver</command>
261 modules that manipulate images.
262 </para>
263 <indexterm zone="xscreensaver xscreensaver-getimage">
264 <primary sortas="b-xscreensaver-getimaage">xscreensaver-getimage</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="xscreensaver-getimage-file">
270 <term><command>xscreensaver-getimage-file</command></term>
271 <listitem>
272 <para>
273 is a helper program for the <command>xscreensaver</command>
274 modules that manipulate images.
275 </para>
276 <indexterm zone="xscreensaver xscreensaver-getimage-file">
277 <primary sortas="b-xscreensaver-getimaage-file">xscreensaver-getimage-file</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="xscreensaver-getimage-video">
283 <term><command>xscreensaver-getimage-video</command></term>
284 <listitem>
285 <para>
286 is a helper program for the <command>xscreensaver</command>
287 modules that manipulate images.
288 </para>
289 <indexterm zone="xscreensaver xscreensaver-getimage-video">
290 <primary sortas="b-xscreensaver-getimaage-video">xscreensaver-getimage-video</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry id="xscreensaver-gl-helper">
296 <term><command>xscreensaver-gl-helper</command></term>
297 <listitem>
298 <para>
299 is a helper program for the <command>xscreensaver</command>
300 OpenGL modules.
301 </para>
302 <indexterm zone="xscreensaver xscreensaver-gl-helper">
303 <primary sortas="b-xscreensaver-gl-helper">xscreensaver-gl-helper</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
308 <varlistentry id="xscreensaver-text">
309 <term><command>xscreensaver-text</command></term>
310 <listitem>
311 <para>
312 prints some text to stdout, for use by screen savers.
313 </para>
314 <indexterm zone="xscreensaver xscreensaver-text">
315 <primary sortas="b-xscreensaver-text">xscreensaver-text</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319
320 </variablelist>
321
322 </sect2>
323
324</sect1>
Note: See TracBrowser for help on using the repository browser.