source: xsoft/other/xscreensaver.xml@ 3f91926

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 3f91926 was 3f91926, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

typo

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

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