source: xsoft/other/xscreensaver.xml@ f176628

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 f176628 was f176628, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to gdk-pixbuf-2.42.0
Add gdk-pixbuf-xlib to the book and update IceWM and XScreenSaver to list gdk-pixbuf-xlib as dependencies

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

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