source: xsoft/other/xscreensaver.xml@ 418edc0

12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 418edc0 was 69e71624, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

Update to xscreensaver-6.07.

  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[de57758]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[de57758]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[1f7519a9]7 <!ENTITY xscreensaver-download-http "https://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
[3f91926]8 <!ENTITY xscreensaver-download-ftp " ">
[69e71624]9 <!ENTITY xscreensaver-md5sum "875aaa2f8894f38cd6a888dcd237bbd3">
[f179b24]10 <!ENTITY xscreensaver-size "25 MB">
[69e71624]11 <!ENTITY xscreensaver-buildsize "267 MB">
[f179b24]12 <!ENTITY xscreensaver-time "0.3 SBU (Using parallelism=4)">
[de57758]13]>
14
15<sect1 id="xscreensaver" xreflabel="XScreenSaver-&xscreensaver-version;">
[6247293]16 <?dbhtml filename="xscreensaver.html"?>
[fc7afd0c]17
18
[6247293]19 <title>XScreenSaver-&xscreensaver-version;</title>
[fc7afd0c]20
[6247293]21 <indexterm zone="xscreensaver">
[692278d]22 <primary sortas="a-XScreenSaver">XScreenSaver</primary>
[6247293]23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to XScreenSaver</title>
[fc7afd0c]27
[1ccfcab]28 <para>
[8558044]29 The <application>XScreenSaver</application> package is a modular screen
[206e0be]30 saver and locker for the X Window System. It is highly customizable and
[1ccfcab]31 allows the use of any program that can draw on the root window as a
32 display mode. The purpose of <application>XScreenSaver</application> is
33 to display pretty pictures on your screen when it is not in use, in
34 keeping with the philosophy that unattended monitors should always be
35 doing something interesting, just like they do in the movies. However,
36 <application>XScreenSaver</application> can also be used as a screen
37 locker, to prevent others from using your terminal while you are away.
38 </para>
[fc7afd0c]39
[1bf0fac]40 &lfs120_checked;
[e36f9d90]41
[6247293]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[1ccfcab]45 <para>
46 Download (HTTP): <ulink url="&xscreensaver-download-http;"/>
47 </para>
[6247293]48 </listitem>
49 <listitem>
[1ccfcab]50 <para>
51 Download (FTP): <ulink url="&xscreensaver-download-ftp;"/>
52 </para>
[6247293]53 </listitem>
54 <listitem>
[1ccfcab]55 <para>
56 Download MD5 sum: &xscreensaver-md5sum;
57 </para>
[6247293]58 </listitem>
59 <listitem>
[1ccfcab]60 <para>
61 Download size: &xscreensaver-size;
62 </para>
[6247293]63 </listitem>
64 <listitem>
[1ccfcab]65 <para>
66 Estimated disk space required: &xscreensaver-buildsize;
67 </para>
[6247293]68 </listitem>
69 <listitem>
[1ccfcab]70 <para>
71 Estimated build time: &xscreensaver-time;
72 </para>
[6247293]73 </listitem>
74 </itemizedlist>
[fc7afd0c]75
[6247293]76 <bridgehead renderas="sect3">XScreenSaver Dependencies</bridgehead>
[fc7afd0c]77
[6247293]78 <bridgehead renderas="sect4">Required</bridgehead>
[e36f9d90]79 <para role="required">
[2eefd64f]80 <xref linkend="gtk3"/>,
[f176628]81 <xref linkend="libglade"/>, and
[1ccfcab]82 <xref linkend="xorg7-app"/>
[e36f9d90]83 </para>
[fc7afd0c]84
[57cd9b8b]85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="glu"/>
88 </para>
89
[6247293]90 <bridgehead renderas="sect4">Optional</bridgehead>
[e36f9d90]91 <para role="optional">
[206e0be]92 <xref linkend="gdm"/>,
[69e71624]93 <xref linkend="ffmpeg"/>,
[1a05a6f]94 <xref linkend="linux-pam"/>,
95 <xref linkend="mitkrb"/>, and
[75b1a338]96 <ulink url="https://linas.org/gle/">GLE</ulink>
[e36f9d90]97 </para>
[fc7afd0c]98
[6247293]99 </sect2>
[fc7afd0c]100
[6247293]101 <sect2 role="installation">
102 <title>Installation of XScreenSaver</title>
[deb7985]103
[f03e2e6c]104 <para revision="sysv">
[96923ef]105 Change a hardcoded library name, which prevents using the settings found
[f03e2e6c]106 by <command>configure</command>:
107 </para>
108
109<screen revision="sysv"><userinput>sed -i 's/-lsystemd/-lelogind/' driver/Makefile.in</userinput></screen>
110
[1ccfcab]111 <para>
112 Install <application>XScreenSaver</application> by running the following
113 commands:
114 </para>
[deb7985]115
[e14cdd5]116<screen><userinput>./configure --prefix=/usr &amp;&amp;
[6247293]117make</userinput></screen>
[fc7afd0c]118
[1ccfcab]119 <para>
120 This package does not come with a test suite.
121 </para>
[2bb13c6]122
[206e0be]123 <!-- EDITORS NOTE: Use install_prefix instead of DESTDIR -->
[1ccfcab]124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
[fc7afd0c]127
[6247293]128<screen role="root"><userinput>make install</userinput></screen>
[fc7afd0c]129
[6247293]130 </sect2>
[fc7afd0c]131
[6247293]132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
[1ccfcab]135 <para>
136 <option>--with-setuid-hacks</option>: This switch allows some demos
137 to be installed setuid <systemitem class="username">root</systemitem>
138 which is needed in order to ping other hosts.
139 </para>
[d15ff1a5]140
[6247293]141 </sect2>
[fc7afd0c]142
[6247293]143 <sect2 role="configuration">
144 <title>Configuring XScreenSaver</title>
145
146 <sect3 id="xscreensaver-config">
147 <title>Config Files</title>
[fc7afd0c]148
[1ccfcab]149 <para>
150 <filename>/etc/X11/app-defaults/XScreenSaver</filename> and
151 <filename>~/.xscreensaver</filename>
152 </para>
[fc7afd0c]153
[d15ff1a5]154 <indexterm zone="xscreensaver xscreensaver-config">
[73dd9a12]155 <primary sortas="e-etc-X11-app-defaults-XScreenSaver">/etc/X11/app-defaults/XScreenSaver</primary>
[d15ff1a5]156 </indexterm>
[6247293]157 <indexterm zone="xscreensaver xscreensaver-config">
158 <primary sortas="e-AA.xscreensaver">~/.xscreensaver</primary>
159 </indexterm>
[1ccfcab]160
161 </sect3>
162
163 <sect3>
164 <title>Linux PAM Configuration</title>
165
166 <para>
[2c1a7b7f]167 If <application>XScreenSaver</application> has been built with
168 <application>Linux PAM</application> support, you need to create a
169 <application>PAM</application> configuration file, to get it working
170 correctly with BLFS.
[1ccfcab]171 </para>
172
173 <para>
[2c1a7b7f]174 Issue the following commands as the <systemitem
175 class="username">root</systemitem> user to create the configuration
176 file for <application>Linux PAM</application>:
[1ccfcab]177 </para>
178
179<screen role="root"><userinput>cat &gt; /etc/pam.d/xscreensaver &lt;&lt; "EOF"
180<literal># Begin /etc/pam.d/xscreensaver
181
182auth include system-auth
183account include system-account
184
185# End /etc/pam.d/xscreensaver</literal>
186EOF</userinput></screen>
[fc7afd0c]187
[6247293]188 </sect3>
[fc7afd0c]189
[6247293]190 </sect2>
[fc7afd0c]191
[6247293]192 <sect2 role="content">
193 <title>Contents</title>
194
195 <segmentedlist>
196 <segtitle>Installed Programs</segtitle>
[c3c56b2]197 <segtitle>Installed Libraries</segtitle>
[6247293]198 <segtitle>Installed Directories</segtitle>
[fc7afd0c]199
[6247293]200 <seglistitem>
[1ccfcab]201 <seg>
[49887e8]202 xscreensaver, xscreensaver-command, xscreensaver-demo, and
203 xscreensaver-settings
[1ccfcab]204 </seg>
205 <seg>
[c3c56b2]206 None
207 </seg>
208 <seg>
[57cd9b8b]209 /usr/libexec/xscreensaver and
[c3c56b2]210 /usr/share/xscreensaver
[1ccfcab]211 </seg>
[6247293]212 </seglistitem>
213 </segmentedlist>
[fc7afd0c]214
[6247293]215 <variablelist>
216 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
217 <?dbfo list-presentation="list"?>
218 <?dbhtml list-presentation="table"?>
[fc7afd0c]219
[6247293]220 <varlistentry id="xscreensaver-prog">
221 <term><command>xscreensaver</command></term>
222 <listitem>
[1ccfcab]223 <para>
[4c24eb0a]224 is a screen saver and locker daemon
[1ccfcab]225 </para>
[6247293]226 <indexterm zone="xscreensaver xscreensaver-prog">
227 <primary sortas="b-xscreensaver">xscreensaver</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
[fc7afd0c]231
[6247293]232 <varlistentry id="xscreensaver-command">
233 <term><command>xscreensaver-command</command></term>
234 <listitem>
[1ccfcab]235 <para>
236 controls a running <command>xscreensaver</command>
[4c24eb0a]237 process by sending it client messages
[1ccfcab]238 </para>
[6247293]239 <indexterm zone="xscreensaver xscreensaver-command">
240 <primary sortas="b-xscreensaver-command">xscreensaver-command</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
[fc7afd0c]244
[689de0e]245 <varlistentry id="xscreensaver-demo">
246 <term><command>xscreensaver-demo</command></term>
[6247293]247 <listitem>
[1ccfcab]248 <para>
[689de0e]249 is a symlink to <command>xscreensaver-settings</command>
[1ccfcab]250 </para>
[689de0e]251 <indexterm zone="xscreensaver xscreensaver-demo">
252 <primary sortas="b-xscreensaver-demo">xscreensaver-demo</primary>
[6247293]253 </indexterm>
254 </listitem>
255 </varlistentry>
[fc7afd0c]256
[689de0e]257 <varlistentry id="xscreensaver-settings">
258 <term><command>xscreensaver-settings</command></term>
259 <listitem>
260 <para>
261 is a graphical front-end for setting the parameters used
262 by the background <command>xscreensaver</command> daemon
263 </para>
264 <indexterm zone="xscreensaver xscreensaver-settings">
265 <primary sortas="b-xscreensaver-settings">xscreensaver-settings</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
[6247293]269 </variablelist>
[deb7985]270
[6247293]271 </sect2>
[de57758]272
273</sect1>
Note: See TracBrowser for help on using the repository browser.