source: general/genutils/xscreensaver.xml@ c60dae5b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 c60dae5b was c60dae5b, checked in by Randy McMurchy <randy@…>, 17 years ago

Modified the XScreenSaver instructions so that a UTF-8 encoded manual page is not installed

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

  • Property mode set to 100644
File size: 10.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/xscreensaver-&xscreensaver-version;.tar.gz">
9 <!ENTITY xscreensaver-md5sum "174b6a7cebd892c1a6c2d56bf5ac5af6">
10 <!ENTITY xscreensaver-size "4.9 MB">
11 <!ENTITY xscreensaver-buildsize "113.6 MB">
12 <!ENTITY xscreensaver-time "1.1 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>The <application>XScreenSaver</application> is a modular screen
33 saver and locker for the X Window System. It is highly customizable and
34 allows the use of any program that can draw on the root window as a
35 display mode. The purpose of <application>XScreenSaver</application> is
36 to display pretty pictures on your screen when it is not in use, in
37 keeping with the philosophy that unattended monitors should always be
38 doing something interesting, just like they do in the movies. However,
39 <application>XScreenSaver</application> can also be used as a screen
40 locker, to prevent others from using your terminal while you are
41 away.</para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&xscreensaver-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&xscreensaver-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &xscreensaver-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &xscreensaver-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &xscreensaver-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &xscreensaver-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">XScreenSaver Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="bc"/> and
69 <xref linkend="libglade"/> (alternatively
70 <xref linkend="lesstif"/> but not recommended)</para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"> <xref linkend="libjpeg"/>,
74 <ulink url="http://linas.org/gle/">GLE</ulink>,
75 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
76 <ulink url="http://www.jwz.org/xdaliclock/">XDaliClock</ulink>,
77 <xref linkend="linux-pam"/>,
78 <xref linkend="mitkrb"/> (built with Kerberos V4 backwards compatibility), and
79 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and
80 <xref linkend="heimdal"/> (Kerberos authentication requires having Kerberos
81 V4 and V5 on the system)</para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/xscreensaver"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of XScreenSaver</title>
90
91 <!-- Apparently, this issue is now fixed
92 <para><application>XScreenSaver</application> makes some poor choices
93 where to put all the files if <application>GNOME</application> is installed.
94 To get around this, run the following command and see an optional configure
95 switch described later below.</para>
96
97<screen><userinput>sed -i -e "s,@GNOME_DATADIR@,$GNOME_PREFIX/share," driver/Makefile.in</userinput></screen>
98 -->
99
100 <para>Install <application>XScreenSaver</application> by running the following
101 commands:</para>
102
103<screen><userinput>sed -i 's,\xc3\xb6,oe,' hacks/flow.man &amp;&amp;
104./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
105make</userinput></screen>
106
107 <para>This package does not come with a test suite.</para>
108
109 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para><command>sed -i 's,\xc3\xb6,oe,' hacks/flow.man</command>: This
119 command is used to remove UTF-8 encoding from one of the installed
120 manual pages.</para>
121
122 <para><option>--with-setuid-hacks</option>: This switch allows some
123 demos to be installed setuid <systemitem class="username">root</systemitem>
124 which is needed in order to ping other hosts.</para>
125
126 <para><option>--enable-locking</option>: This switch provides support for
127 locking the display.</para>
128
129 <!-- Not required any longer
130 <para><option>-with-configdir=/usr/lib/xscreensaver/config</option>:
131 If <application>GNOME</application> is installed, you can use this
132 switch to put the configuration files in a single directory rather than
133 spreading them all over the disk.</para>
134 -->
135
136 </sect2>
137
138 <sect2 role="configuration">
139 <title>Configuring XScreenSaver</title>
140
141 <sect3 id="xscreensaver-config">
142 <title>Config Files</title>
143
144 <para><filename>/etc/X11/app-defaults/XScreenSaver</filename>,
145 <filename>~/.xscreensaver</filename> and
146 <filename>/etc/pam.d/xscreensaver</filename> or
147 <filename>/etc/pam.conf</filename></para>
148
149 <indexterm zone="xscreensaver xscreensaver-config">
150 <primary sortas="e-etc-X11-app-defaults-XScreenSaver">.../app-.../XScreenSaver</primary>
151 </indexterm>
152 <indexterm zone="xscreensaver xscreensaver-config">
153 <primary sortas="e-AA.xscreensaver">~/.xscreensaver</primary>
154 </indexterm>
155 <indexterm zone="xscreensaver xscreensaver-config">
156 <primary sortas="e-etc-pam.d-xscreensaver">/etc/pam.d/xscreensaver</primary>
157 </indexterm>
158 <indexterm zone="xscreensaver xscreensaver-config">
159 <primary sortas="e-etc-pam.conf">/etc/pam.conf</primary>
160 </indexterm>
161
162 </sect3>
163
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
171 <segtitle>Installed Libraries</segtitle>
172 <segtitle>Installed Directories</segtitle>
173
174 <seglistitem>
175 <seg>xscreensaver, xscreensaver-command, xscreensaver-demo, xscreensaver-getimage,
176 xscreensaver-getimage-file, xscreensaver-getimage-video, xscreensaver-gl-helper,
177 and xscreensaver-text</seg>
178 <seg>None</seg>
179 <seg>/usr/lib/xscreensaver and /usr/share/xscreensaver</seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="xscreensaver-prog">
189 <term><command>xscreensaver</command></term>
190 <listitem>
191 <para>is a screen saver and locker daemon.</para>
192 <indexterm zone="xscreensaver xscreensaver-prog">
193 <primary sortas="b-xscreensaver">xscreensaver</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="xscreensaver-command">
199 <term><command>xscreensaver-command</command></term>
200 <listitem>
201 <para>controls a running <command>xscreensaver</command>
202 process by sending it client messages.</para>
203 <indexterm zone="xscreensaver xscreensaver-command">
204 <primary sortas="b-xscreensaver-command">xscreensaver-command</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="xscreensaver-demo">
210 <term><command>xscreensaver-demo</command></term>
211 <listitem>
212 <para>is a graphical front-end for setting the parameters used
213 by the background <command>xscreensaver</command> daemon.</para>
214 <indexterm zone="xscreensaver xscreensaver-demo">
215 <primary sortas="b-xscreensaver-demo">xscreensaver-demo</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="xscreensaver-getimage">
221 <term><command>xscreensaver-getimage</command></term>
222 <listitem>
223 <para>is a helper program for the <command>xscreensaver</command>
224 modules that manipulate images.</para>
225 <indexterm zone="xscreensaver xscreensaver-getimage">
226 <primary sortas="b-xscreensaver-getimaage">xscreensaver-getimage</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="xscreensaver-getimage-file">
232 <term><command>xscreensaver-getimage-file</command></term>
233 <listitem>
234 <para>is a helper program for the <command>xscreensaver</command>
235 modules that manipulate images.</para>
236 <indexterm zone="xscreensaver xscreensaver-getimage-file">
237 <primary sortas="b-xscreensaver-getimaage-file">xscreensaver-getimage-file</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="xscreensaver-getimage-video">
243 <term><command>xscreensaver-getimage-video</command></term>
244 <listitem>
245 <para>is a helper program for the <command>xscreensaver</command>
246 modules that manipulate images.</para>
247 <indexterm zone="xscreensaver xscreensaver-getimage-video">
248 <primary sortas="b-xscreensaver-getimaage-video">xscreensaver-getimage-video</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="xscreensaver-gl-helper">
254 <term><command>xscreensaver-gl-helper</command></term>
255 <listitem>
256 <para>is a helper program for the <command>xscreensaver</command>
257 OpenGL modules.</para>
258 <indexterm zone="xscreensaver xscreensaver-gl-helper">
259 <primary sortas="b-xscreensaver-gl-helper">xscreensaver-gl-helper</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="xscreensaver-text">
265 <term><command>xscreensaver-text</command></term>
266 <listitem>
267 <para>prints some text to stdout, for use by screen savers.</para>
268 <indexterm zone="xscreensaver xscreensaver-text">
269 <primary sortas="b-xscreensaver-text">xscreensaver-text</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273 </variablelist>
274
275 </sect2>
276
277</sect1>
Note: See TracBrowser for help on using the repository browser.