source: general/genutils/xscreensaver.xml@ c3c56b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c3c56b2 was c3c56b2, checked in by Krejzi <krejzi@…>, 11 years ago

Reimplement none where nothing is installed - programs, libraries or directories.

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

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