source: general/genutils/xscreensaver.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 5.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/X11/graphics/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
9 <!ENTITY xscreensaver-md5sum "3ef2b585cd1185a9f277d53f24e13142">
10 <!ENTITY xscreensaver-size "4.2 MB">
11 <!ENTITY xscreensaver-buildsize "90 MB">
12 <!ENTITY xscreensaver-time "0.98 SBU">
13]>
14
15<sect1 id="xscreensaver" xreflabel="XScreenSaver-&xscreensaver-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="xscreensaver.html"?>
21<title>XScreenSaver-&xscreensaver-version;</title>
22
23<sect2>
24<title>Introduction to <application>XScreenSaver</application></title>
25
26<para>The <application>XScreenSaver</application> is a modular screen
27saver and locker for the X Window System. It is highly customizable and
28allows the use of any program that can draw on the root window as a
29display mode. The purpose of <application>XScreenSaver</application> is
30to display pretty pictures on your screen when it is not in use, in
31keeping with the philosophy that unattended monitors should always be
32doing something interesting, just like they do in the movies. However,
33<application>XScreenSaver</application> can also be used as a screen
34locker, to prevent others from using your terminal while you are
35away.</para>
36
37
38<sect3><title>Package information</title>
39<itemizedlist spacing="compact">
40<listitem><para>Download (HTTP):
41<ulink url="&xscreensaver-download-http;"/></para></listitem>
42<listitem><para>Download (FTP):
43<ulink url="&xscreensaver-download-ftp;"/></para></listitem>
44<listitem><para>Download MD5 sum: &xscreensaver-md5sum;</para></listitem>
45<listitem><para>Download size: &xscreensaver-size;</para></listitem>
46<listitem><para>Estimated disk space required:
47&xscreensaver-buildsize;</para></listitem>
48<listitem><para>Estimated build time:
49&xscreensaver-time;</para></listitem></itemizedlist>
50</sect3>
51
52<sect3><title><application>XScreenSaver</application> dependencies</title>
53<sect4><title>Required</title>
54<para>
55<xref linkend="bc"/> and
56<xref linkend="libglade"/> (alternatively
57<xref linkend="lesstif"/> but not recommended)
58</para>
59</sect4>
60
61<sect4><title>Optional</title>
62<para>
63<xref linkend="libjpeg"/>,
64<ulink url="http://linas.org/gle/">GLE</ulink>,
65<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
66<ulink url="http://www.ibiblio.org/pub/Linux/games/amusements/fortune/fortune-mod-9708.tar.gz">fortune-mod</ulink>,
67<ulink url="http://www.jwz.org/xdaliclock/">XDaliClock</ulink>,
68<xref linkend="yelp"/>,
69<xref linkend="Linux_PAM"/> and
70<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> or
71<xref linkend="heimdal"/> or
72<xref linkend="mitkrb"/>
73</para>
74</sect4>
75</sect3>
76
77</sect2>
78
79<sect2>
80<title>Installation of <application>XScreenSaver</application></title>
81
82<para><application>XScreenSaver</application> makes some poor choices
83where to put all the files if GNOME is installed. To get around this,
84run the following command and see an optional configure switch
85described later below.</para>
86
87<screen><userinput><command>sed -i -e "s,@GNOME_DATADIR@,$GNOME_PREFIX/share," driver/Makefile.in</command></userinput></screen>
88
89<para>Install <application>XScreenSaver</application> by running the following
90commands:</para>
91
92<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
93make &amp;&amp;
94make install</command></userinput></screen>
95
96</sect2>
97
98<sect2>
99<title>Command explanations</title>
100
101<para><option>--with-setuid-hacks</option>:
102This switch allows some demos to be installed setuid root which is
103needed in order to ping other hosts.
104</para>
105
106<para><option>--with-configdir=/usr/lib/xscreensaver/config</option>:
107If GNOME is installed, you can use this switch to put the
108configuration files in a single directory rather than spreading them
109all over the disk.</para>
110
111</sect2>
112
113<sect2>
114<title>Configuring <application>XScreenSaver</application></title>
115
116<sect3><title>Config files</title>
117<para><filename>~/.xscreensaver</filename></para>
118</sect3>
119
120</sect2>
121
122<sect2>
123<title>Contents</title>
124
125<para>The <application>XScreenSaver</application> package contains
126<command>xscreensaver</command>,
127<command>xscreensaver-command</command>,
128<command>xscreensaver-demo</command>,
129<command>xscreensaver-getimage</command>,
130<command>xscreensaver-getimage-file</command>,
131<command>xscreensaver-getimage-video</command>,
132<command>xscreensaver-gl-helper</command> and
133<command>screensaver-properties-capplet</command>.</para>
134
135</sect2>
136
137<sect2><title>Description</title>
138
139<sect3><title>xscreensaver</title>
140<para><command>xscreensaver</command> is a screen saver and
141locker daemon.</para></sect3>
142
143<sect3><title>xscreensaver-command</title>
144<para><command>xscreensaver-command</command> program controls a running
145<command>xscreensaver</command> process by sending it client
146messages.</para></sect3>
147
148<sect3><title>xscreensaver-demo</title>
149<para><command>xscreensaver-demo</command> is a graphical
150front-end for setting the parameters used by the background
151<command>xscreensaver</command> daemon.</para></sect3>
152
153<sect3><title>xscreensaver-getimage, xscreensaver-getimage-file,
154xscreensaver-getimage-video</title>
155<para>These are helper programs for the <command>xscreensaver</command>
156hacks that manipulate images.</para></sect3>
157
158<sect3><title>xscreensaver-gl-helper</title>
159<para><command>xscreensaver-gl-helper</command> is a helper program for
160the <command>xscreensaver</command> OpenGL hacks.</para></sect3>
161
162</sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.