source: xsoft/other/xscreensaver.xml@ 124f752c

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 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 124f752c was 124f752c, checked in by Ken Moffat <ken@…>, 7 years ago

Prune the Xorg bitmap fonts and move them to a separate page. Thanks to akhiezer for noticing that my initial version accidentally dropped the Type1 Adobe Utopia font.

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

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