source: general/genutils/xscreensaver.xml@ cacdba3a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 cacdba3a was cacdba3a, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

xscreensaver-5.27, gedit-3.12.2, gnome-calculator-3.12.2, exim-4.82.1, inputproto-2.3.1 and harfbuzz-0.9.29.

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

  • Property mode set to 100644
File size: 11.8 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 "42582268cf7db0a12836a3240c83726e">
10 <!ENTITY xscreensaver-size "8.4 MB">
11 <!ENTITY xscreensaver-buildsize "165 MB">
12 <!ENTITY xscreensaver-time "0.8 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 &lfs75_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 <ulink url="&gnome-download-http;/gdm/">GDM</ulink>,
96 <ulink url="http://linas.org/gle/">GLE</ulink> and
97 <xref linkend="linux-pam"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/xscreensaver"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of XScreenSaver</title>
107
108 <para>
109 Due to a problem in the code, <application>XScreenSaver</application>
110 fails to install, because cannot find a desktop file used for configuring
111 the application, in a DE menu. Following command creates the file:
112 </para>
113
114<screen><userinput>cat &gt; driver/screensaver-properties.desktop &lt;&lt; "EOF"
115[Desktop Entry]
116Exec=xscreensaver-demo
117Icon=xscreensaver
118Terminal=false
119Name=Screensaver
120Name[pt_BR]=Protetor de tela
121Comment=Change screensaver properties
122Comment[pt_BR]=Modificar as propriedades do protetor de tela
123Type=Application
124Categories=Settings;DesktopSettings;Security;X-XFCE;
125EOF</userinput></screen>
126
127 <para>
128 Above, we chose to include pt_BR string, and respective "Name" and
129 "Comment" values, as just an example. Those lines might either be
130 deleted or replaced to fit the user's locale string and values.
131 </para>
132
133 <para>
134 Install <application>XScreenSaver</application> by running the following
135 commands:
136 </para>
137
138<screen><userinput>LIBS=-lpthread ./configure --prefix=/usr &amp;&amp;
139sed -i 's/-std=c89//' hacks/Makefile &amp;&amp;
140make</userinput></screen>
141
142 <para>
143 This package does not come with a test suite.
144 </para>
145
146 <para>
147 Now, as the <systemitem class="username">root</systemitem> user:
148 </para>
149
150<screen role="root"><userinput>make install</userinput></screen>
151
152 </sect2>
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <para>
158 <command>LIBS=-lpthread ...</command>: This switch helps
159 <command>make</command> to find the library.
160 </para>
161
162 <para>
163 <command>sed -i ...</command>: This switch allows the correct
164 interpretation of some parts of the code as comments.
165 </para>
166
167 <para>
168 <option>--with-setuid-hacks</option>: This switch allows some demos
169 to be installed setuid <systemitem class="username">root</systemitem>
170 which is needed in order to ping other hosts.
171 </para>
172
173 <para><option>--libexecdir=/usr/lib</option>: This option
174 will put the individual screensaver programs into
175 <filename class="directory">/usr/lib/xscreensaver</filename> instead of
176 <filename class="directory">/usr/libexec/xscreensaver</filename> in
177 accordance with the old version of the FHS used before LFS-7.5.</para>
178
179 </sect2>
180
181 <sect2 role="configuration">
182 <title>Configuring XScreenSaver</title>
183
184 <sect3 id="xscreensaver-config">
185 <title>Config Files</title>
186
187 <para>
188 <filename>/etc/X11/app-defaults/XScreenSaver</filename> and
189 <filename>~/.xscreensaver</filename>
190 </para>
191
192 <indexterm zone="xscreensaver xscreensaver-config">
193 <primary sortas="e-etc-X11-app-defaults-XScreenSaver">/etc/X11/app-defaults/XScreenSaver</primary>
194 </indexterm>
195 <indexterm zone="xscreensaver xscreensaver-config">
196 <primary sortas="e-AA.xscreensaver">~/.xscreensaver</primary>
197 </indexterm>
198
199 </sect3>
200
201 <sect3>
202 <title>Linux PAM Configuration</title>
203
204 <para>
205 If you have built <application>XScreenSaver</application> with
206 <application>Linux PAM</application> support, you need to create
207 <application>PAM</application> configuration file to get
208 <application>XScreenSaver</application> to work correctly with BLFS.
209 </para>
210
211 <para>
212 Issue the following commands as the <systemitem class="username">root</systemitem>
213 user to create the configuration file for <application>Linux PAM</application>:
214 </para>
215
216<screen role="root"><userinput>cat &gt; /etc/pam.d/xscreensaver &lt;&lt; "EOF"
217<literal># Begin /etc/pam.d/xscreensaver
218
219auth include system-auth
220account include system-account
221
222# End /etc/pam.d/xscreensaver</literal>
223EOF</userinput></screen>
224
225 </sect3>
226
227 </sect2>
228
229 <sect2 role="content">
230 <title>Contents</title>
231
232 <segmentedlist>
233 <segtitle>Installed Programs</segtitle>
234 <segtitle>Installed Libraries</segtitle>
235 <segtitle>Installed Directories</segtitle>
236
237 <seglistitem>
238 <seg>
239 xscreensaver, xscreensaver-command, xscreensaver-demo, xscreensaver-getimage,
240 xscreensaver-getimage-file, xscreensaver-getimage-video,
241 xscreensaver-gl-helper and xscreensaver-text
242 </seg>
243 <seg>
244 None
245 </seg>
246 <seg>
247 /usr/libexec/xscreensaver and
248 /usr/share/xscreensaver
249 </seg>
250 </seglistitem>
251 </segmentedlist>
252
253 <variablelist>
254 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
255 <?dbfo list-presentation="list"?>
256 <?dbhtml list-presentation="table"?>
257
258 <varlistentry id="xscreensaver-prog">
259 <term><command>xscreensaver</command></term>
260 <listitem>
261 <para>
262 is a screen saver and locker daemon.
263 </para>
264 <indexterm zone="xscreensaver xscreensaver-prog">
265 <primary sortas="b-xscreensaver">xscreensaver</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="xscreensaver-command">
271 <term><command>xscreensaver-command</command></term>
272 <listitem>
273 <para>
274 controls a running <command>xscreensaver</command>
275 process by sending it client messages.
276 </para>
277 <indexterm zone="xscreensaver xscreensaver-command">
278 <primary sortas="b-xscreensaver-command">xscreensaver-command</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="xscreensaver-demo">
284 <term><command>xscreensaver-demo</command></term>
285 <listitem>
286 <para>
287 is a graphical front-end for setting the parameters used
288 by the background <command>xscreensaver</command> daemon.
289 </para>
290 <indexterm zone="xscreensaver xscreensaver-demo">
291 <primary sortas="b-xscreensaver-demo">xscreensaver-demo</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry id="xscreensaver-getimage">
297 <term><command>xscreensaver-getimage</command></term>
298 <listitem>
299 <para>
300 is a helper program for the <command>xscreensaver</command>
301 modules that manipulate images.
302 </para>
303 <indexterm zone="xscreensaver xscreensaver-getimage">
304 <primary sortas="b-xscreensaver-getimaage">xscreensaver-getimage</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="xscreensaver-getimage-file">
310 <term><command>xscreensaver-getimage-file</command></term>
311 <listitem>
312 <para>
313 is a helper program for the <command>xscreensaver</command>
314 modules that manipulate images.
315 </para>
316 <indexterm zone="xscreensaver xscreensaver-getimage-file">
317 <primary sortas="b-xscreensaver-getimaage-file">xscreensaver-getimage-file</primary>
318 </indexterm>
319 </listitem>
320 </varlistentry>
321
322 <varlistentry id="xscreensaver-getimage-video">
323 <term><command>xscreensaver-getimage-video</command></term>
324 <listitem>
325 <para>
326 is a helper program for the <command>xscreensaver</command>
327 modules that manipulate images.
328 </para>
329 <indexterm zone="xscreensaver xscreensaver-getimage-video">
330 <primary sortas="b-xscreensaver-getimaage-video">xscreensaver-getimage-video</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="xscreensaver-gl-helper">
336 <term><command>xscreensaver-gl-helper</command></term>
337 <listitem>
338 <para>
339 is a helper program for the <command>xscreensaver</command>
340 OpenGL modules.
341 </para>
342 <indexterm zone="xscreensaver xscreensaver-gl-helper">
343 <primary sortas="b-xscreensaver-gl-helper">xscreensaver-gl-helper</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="xscreensaver-text">
349 <term><command>xscreensaver-text</command></term>
350 <listitem>
351 <para>
352 prints some text to stdout, for use by screen savers.
353 </para>
354 <indexterm zone="xscreensaver xscreensaver-text">
355 <primary sortas="b-xscreensaver-text">xscreensaver-text</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
360 </variablelist>
361
362 </sect2>
363
364</sect1>
Note: See TracBrowser for help on using the repository browser.