source: x/installing/x7app.xml@ 6732c094

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 6732c094 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

  • Property mode set to 100644
File size: 44.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 x7apps-download-http "http://xorg.freedesktop.org/releases/individual/app/">
8 <!ENTITY x7apps-download-ftp "ftp://ftp.x.org/pub/individual/app/">
9 <!ENTITY x7apps-md5sum "&files-anduin;/xorg/md5sums">
10 <!ENTITY x7apps-size "9.1 MB">
11 <!ENTITY x7apps-buildsize "30.7 MB">
12 <!ENTITY x7apps-time "2.9 SBU">
13
14]>
15
16<sect1 id="xorg7-app" xreflabel="Xorg Applications">
17 <?dbhtml filename="x7app.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xorg Applications</title>
25
26 <indexterm zone="xorg7-app">
27 <primary sortas="a-xorg7-app">Xorg-&xorg7-version; Applications</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xorg Applications</title>
32
33 <para>The <application>Xorg</application> applications provide the
34 expected applications available in previous X Window
35 implementations.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&x7apps-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&x7apps-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: <ulink url="&x7apps-md5sum;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download size: &x7apps-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &x7apps-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &x7apps-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <!-- Following patch is security related and should be
60 fixed for Xorg-7.2 -->
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/xload-1.0.1-setuid-1.patch"/></para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Xorg Applications Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="xbitmaps"/>,
73 <xref linkend="libpng"/>, and <xref linkend="xorg7-lib"/></para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended"><xref linkend="mesalib"/></para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><xref linkend="linux-pam"/> (only used
80 by XDM)</para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url='&blfs-wiki;/Xorg7Applications'/></para>
84
85 </sect2>
86
87 <sect2>
88 <title>Downloading Xorg Applications</title>
89
90 <para>To download the needed files using <application>wget</application>,
91 use the following commands:</para>
92
93<screen><userinput>wget &files-anduin;/xorg/app-7.1.wget &amp;&amp;
94mkdir app &amp;&amp;
95cd app &amp;&amp;
96wget -B http://xorg.freedesktop.org/releases/individual/app/ \
97 -i ../app-7.1.wget</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Xorg Applications</title>
103
104 <para>A <ulink url='http://wiki.x.org/wiki/SecurityPage'>security
105 vulnerability</ulink> has been identified in the xload package.
106 Before building this package with the commands
107 shown below, be sure to apply the supplied patches. The patch can be
108 applied with with the following command:</para>
109
110<screen><userinput>patch -Np1 -i ../xload-1.0.1-setuid-1.patch</userinput></screen>
111
112 <para>Install the applications by running the following commands for each
113 chosen package:</para>
114
115<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
116make</userinput></screen>
117
118 <para>These packages do not provide test suites.</para>
119
120 <para>Now as the <systemitem class="username">root</systemitem>
121 user:</para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>appres, atobm, bdftopcf, beforelight, bitmap, bmtoa, dga,
137 editres, fontname.sh, fontprop.sh, fonttosfnt, fslsfonts, fstobdf,
138 iceauth, ico, lbxproxy, listres, mkcfm, mkfontdir, mkfontscale,
139 oclock, proxymngr, rstart, rstartd, sessreg, setxkbmap, showfont,
140 showrgb, smproxy, startx, twm, viewres, x11perf, x11perfcomp, xauth,
141 xauth_switch_to_sun-des-1, xbiff, xcalc, xclipboard, xclock, xcmsdb,
142 xconsole, xcursorgen, xcutsel, xdbedizzy, xditview, xdm, xdmshell,
143 xdpr, xdpyinfo, xdriinfo, xedit, xev, xeyes, xfd, xfindproxy,
144 xfontsel, xfs, xfsinfo, xfwp, xgamma, xgc, xhost, xinit, xkbbell,
145 xkbcomp, xkbevd, xkbprint, xkbvleds, xkbwatch, xkill, xload, xlogo,
146 xlsatoms, xlsclients, xlsfonts, xmag, xman, xmessage, xmh, xmodmap,
147 xmore, xon, xphelloworld, xplsprinters, xpr, xprehashprinterlist,
148 xprop, xpsimplehelloworld, xpxthelloworld, xrandr, xrdb, xrefresh,
149 xrx, xset, xsetmode, xsetpointer, xsetroot, xsm, xstdcmap, xtrapchar,
150 xtrapin, xtrapinfo, xtrapout, xtrapproto, xtrapreset, xtrapstats,
151 xvidtune, xvinfo, xwd, xwininfo, and xwud</seg>
152 <seg>libxrx.{so,a} and libxrxnest.{so,a}</seg>
153 <seg>The following subdirectories of <envar>$XORG_PREFIX</envar>/:
154 lib/X11/{fs,lbxproxy,proxymgr,rstart,x11perfcomp,xdm,xedit,xinit,xsm}
155 and share/X11/{app-defaults,twm}</seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="appres-x7">
165 <term><command>appres</command></term>
166 <listitem>
167 <para>lists the X application resource database.</para>
168 <indexterm zone="xorg7-app appres-x7">
169 <primary sortas="b-appres">appres</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="atobm-x7">
175 <term><command>atobm</command></term>
176 <listitem>
177 <para>is a bitmap converter utility for the X Window System.</para>
178 <indexterm zone="xorg7-app atobm-x7">
179 <primary sortas="b-atobm">atobm</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="bdftopcf-x7">
185 <term><command>bdftopcf</command></term>
186 <listitem>
187 <para>converts an X font from Bitmap Distribution Format to Portable
188 Compiled Format.</para>
189 <indexterm zone="xorg7-app bdftopcf-x7">
190 <primary sortas="b-bdftopcf">bdftopcf</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="beforelight-x7">
196 <term><command>beforelight</command></term>
197 <listitem>
198 <para>is a screensaver.</para>
199 <indexterm zone="xorg7-app beforelight-x7">
200 <primary sortas="b-beforelight">beforelight</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="bitmap-x7">
206 <term><command>bitmap</command></term>
207 <listitem>
208 <para>is a bitmap editor utility for the X Window System.</para>
209 <indexterm zone="xorg7-app bitmap-x7">
210 <primary sortas="b-bitmap">bitmap</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="bmtoa-x7">
216 <term><command>bmtoa</command></term>
217 <listitem>
218 <para>is a bitmap converter utility for the X Window System.</para>
219 <indexterm zone="xorg7-app bmtoa-x7">
220 <primary sortas="b-bmtoa">bmtoa</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="dga-x7">
226 <term><command>dga</command></term>
227 <listitem>
228 <para>is a test program for the XFree86-DGA extension.</para>
229 <indexterm zone="xorg7-app dga-x7">
230 <primary sortas="b-dga">dga</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="editres-x7">
236 <term><command>editres</command></term>
237 <listitem>
238 <para>is a dynamic resource editor for X Toolkit
239 applications.</para>
240 <indexterm zone="xorg7-app editres-x7">
241 <primary sortas="b-editres">editres</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="fontname.sh-x7">
247 <term><command>fontname.sh</command></term>
248 <listitem>
249 <para>is a script used to generate the FONT properties.</para>
250 <indexterm zone="xorg7-app fontname.sh-x7">
251 <primary sortas="b-fontname.sh">fontname.sh</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="fontprop.sh-x7">
257 <term><command>fontprop.sh</command></term>
258 <listitem>
259 <para>is a script used to generate the various XLFD font
260 properties given an XLFD-style font name.</para>
261 <indexterm zone="xorg7-app fontprop.sh-x7">
262 <primary sortas="b-fontprop.sh">fontprop.sh</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="fonttosfnt-x7">
268 <term><command>fonttosfnt</command></term>
269 <listitem>
270 <para>wraps a bitmap font in a sfnt (TrueType) wrapper.</para>
271 <indexterm zone="xorg7-app fonttosfnt-x7">
272 <primary sortas="b-fonttosfnt">fonttosfnt</primary>
273 </indexterm>
274 </listitem>
275 </varlistentry>
276
277 <varlistentry id="fslsfonts-x7">
278 <term><command>fslsfonts</command></term>
279 <listitem>
280 <para>lists fonts served by X font server.</para>
281 <indexterm zone="xorg7-app fslsfonts-x7">
282 <primary sortas="b-fslsfonts">fslsfonts</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="fstobdf-x7">
288 <term><command>fstobdf</command></term>
289 <listitem>
290 <para>generates a BDF font from X font server.</para>
291 <indexterm zone="xorg7-app fstobdf-x7">
292 <primary sortas="b-fstobdf">fstobdf</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
296
297 <varlistentry id="iceauth-x7">
298 <term><command>iceauth</command></term>
299 <listitem>
300 <para>is the ICE authority file utility.</para>
301 <indexterm zone="xorg7-app iceauth-x7">
302 <primary sortas="b-iceauth">iceauth</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
307 <varlistentry id="ico-x7">
308 <term><command>ico</command></term>
309 <listitem>
310 <para>animates an icosahedron or other polyhedron.</para>
311 <indexterm zone="xorg7-app ico-x7">
312 <primary sortas="b-ico">ico</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="lbxproxy-x7">
318 <term><command>lbxproxy</command></term>
319 <listitem>
320 <para>is the Low Bandwidth X proxy.</para>
321 <indexterm zone="xorg7-app lbxproxy-x7">
322 <primary sortas="b-lbxproxy">lbxproxy</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="listres-x7">
328 <term><command>listres</command></term>
329 <listitem>
330 <para>lists resources in widgets.</para>
331 <indexterm zone="xorg7-app listres-x7">
332 <primary sortas="b-listres">listres</primary>
333 </indexterm>
334 </listitem>
335 </varlistentry>
336
337 <varlistentry id="mkcfm-x7">
338 <term><command>mkcfm</command></term>
339 <listitem>
340 <para>creates summaries of font metric files in CID font
341 directories.</para>
342 <indexterm zone="xorg7-app mkcfm-x7">
343 <primary sortas="b-mkcfm">mkcfm</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="mkfontdir-x7">
349 <term><command>mkfontdir</command></term>
350 <listitem>
351 <para>creates an index of X font files in a directory.</para>
352 <indexterm zone="xorg7-app mkfontdir-x7">
353 <primary sortas="b-mkfontdir">mkfontdir</primary>
354 </indexterm>
355 </listitem>
356 </varlistentry>
357
358 <varlistentry id="mkfontscale-x7">
359 <term><command>mkfontscale</command></term>
360 <listitem>
361 <para>creates an index of scalable font files for X.</para>
362 <indexterm zone="xorg7-app mkfontscale-x7">
363 <primary sortas="b-mkfontscale">mkfontscale</primary>
364 </indexterm>
365 </listitem>
366 </varlistentry>
367
368 <varlistentry id="oclock-x7">
369 <term><command>oclock</command></term>
370 <listitem>
371 <para>is a round X clock.</para>
372 <indexterm zone="xorg7-app oclock-x7">
373 <primary sortas="b-oclock">oclock</primary>
374 </indexterm>
375 </listitem>
376 </varlistentry>
377
378 <varlistentry id="proxymngr-x7">
379 <term><command>proxymngr</command></term>
380 <listitem>
381 <para>is the X proxy manager service.</para>
382 <indexterm zone="xorg7-app proxymngr-x7">
383 <primary sortas="b-proxymngr">proxymngr</primary>
384 </indexterm>
385 </listitem>
386 </varlistentry>
387
388 <varlistentry id="rstart-x7">
389 <term><command>rstart</command></term>
390 <listitem>
391 <para>is a sample implementation of a Remote Start client.</para>
392 <indexterm zone="xorg7-app rstart-x7">
393 <primary sortas="b-rstart">rstart</primary>
394 </indexterm>
395 </listitem>
396 </varlistentry>
397
398 <varlistentry id="rstartd-x7">
399 <term><command>rstartd</command></term>
400 <listitem>
401 <para>is a sample implementation of a Remote Start rsh helper.</para>
402 <indexterm zone="xorg7-app rstartd-x7">
403 <primary sortas="b-rstartd">rstartd</primary>
404 </indexterm>
405 </listitem>
406 </varlistentry>
407
408 <varlistentry id="sessreg-x7">
409 <term><command>sessreg</command></term>
410 <listitem>
411 <para>manages utmp/wtmp entries for non-init clients.</para>
412 <indexterm zone="xorg7-app sessreg-x7">
413 <primary sortas="b-sessreg">sessreg</primary>
414 </indexterm>
415 </listitem>
416 </varlistentry>
417
418 <varlistentry id="setxkbmap-x7">
419 <term><command>setxkbmap</command></term>
420 <listitem>
421 <para>sets the keyboard using the X Keyboard Extension.</para>
422 <indexterm zone="xorg7-app setxkbmap-x7">
423 <primary sortas="b-setxkbmap">setxkbmap</primary>
424 </indexterm>
425 </listitem>
426 </varlistentry>
427
428 <varlistentry id="showfont-x7">
429 <term><command>showfont</command></term>
430 <listitem>
431 <para>is a font dumper for X font server.</para>
432 <indexterm zone="xorg7-app showfont-x7">
433 <primary sortas="b-showfont">showfont</primary>
434 </indexterm>
435 </listitem>
436 </varlistentry>
437
438 <varlistentry id="showrgb-x7">
439 <term><command>showrgb</command></term>
440 <listitem>
441 <para>uncompiles an rgb color-name database.</para>
442 <indexterm zone="xorg7-app showrgb-x7">
443 <primary sortas="b-showrgb">showrgb</primary>
444 </indexterm>
445 </listitem>
446 </varlistentry>
447
448 <varlistentry id="smproxy-x7">
449 <term><command>smproxy</command></term>
450 <listitem>
451 <para>is the Session Manager Proxy.</para>
452 <indexterm zone="xorg7-app smproxy-x7">
453 <primary sortas="b-smproxy">smproxy</primary>
454 </indexterm>
455 </listitem>
456 </varlistentry>
457
458 <varlistentry id="startx-x7">
459 <term><command>startx</command></term>
460 <listitem>
461 <para>initializes an X session.</para>
462 <indexterm zone="xorg7-app startx-x7">
463 <primary sortas="b-startx">startx</primary>
464 </indexterm>
465 </listitem>
466 </varlistentry>
467
468 <varlistentry id="twm-x7">
469 <term><command>twm</command></term>
470 <listitem>
471 <para>is the Tab Window Manager for the X Window System.</para>
472 <indexterm zone="xorg7-app twm-x7">
473 <primary sortas="b-twm">twm</primary>
474 </indexterm>
475 </listitem>
476 </varlistentry>
477
478 <varlistentry id="viewres-x7">
479 <term><command>viewres</command></term>
480 <listitem>
481 <para>is a graphical class browser for Xt.</para>
482 <indexterm zone="xorg7-app viewres-x7">
483 <primary sortas="b-viewres">viewres</primary>
484 </indexterm>
485 </listitem>
486 </varlistentry>
487
488 <varlistentry id="x11perf-x7">
489 <term><command>x11perf</command></term>
490 <listitem>
491 <para>is an X11 server performance test program.</para>
492 <indexterm zone="xorg7-app x11perf-x7">
493 <primary sortas="b-x11perf">x11perf</primary>
494 </indexterm>
495 </listitem>
496 </varlistentry>
497
498 <varlistentry id="x11perfcomp-x7">
499 <term><command>x11perfcomp</command></term>
500 <listitem>
501 <para>is an X11 server performance comparison program.</para>
502 <indexterm zone="xorg7-app x11perfcomp-x7">
503 <primary sortas="b-x11perfcomp">x11perfcomp</primary>
504 </indexterm>
505 </listitem>
506 </varlistentry>
507
508 <varlistentry id="xauth-x7">
509 <term><command>xauth</command></term>
510 <listitem>
511 <para>is the X authority file utility.</para>
512 <indexterm zone="xorg7-app xauth-x7">
513 <primary sortas="b-xauth">xauth</primary>
514 </indexterm>
515 </listitem>
516 </varlistentry>
517
518 <varlistentry id="xauth_switch_to_sun-des-1-x7">
519 <term><command>xauth_switch_to_sun-des-1</command></term>
520 <listitem>
521 <para>switches the current Xserver's authentification
522 to SUN-DES-1.</para>
523 <indexterm zone="xorg7-app xauth_switch_to_sun-des-1-x7">
524 <primary sortas="b-xauth_switch_to_sun-des-1">xauth_switch_to_sun-des-1</primary>
525 </indexterm>
526 </listitem>
527 </varlistentry>
528
529 <varlistentry id="xbiff-x7">
530 <term><command>xbiff</command></term>
531 <listitem>
532 <para>is a mailbox flag for X.</para>
533 <indexterm zone="xorg7-app xbiff-x7">
534 <primary sortas="b-xbiff">xbiff</primary>
535 </indexterm>
536 </listitem>
537 </varlistentry>
538
539 <varlistentry id="xcalc-x7">
540 <term><command>xcalc</command></term>
541 <listitem>
542 <para>is a scientific calculator for X.</para>
543 <indexterm zone="xorg7-app xcalc-x7">
544 <primary sortas="b-xcalc">xcalc</primary>
545 </indexterm>
546 </listitem>
547 </varlistentry>
548
549 <varlistentry id="xclipboard-x7">
550 <term><command>xclipboard</command></term>
551 <listitem>
552 <para>is an X clipboard client.</para>
553 <indexterm zone="xorg7-app xclipboard-x7">
554 <primary sortas="b-xclipboard">xclipboard</primary>
555 </indexterm>
556 </listitem>
557 </varlistentry>
558
559 <varlistentry id="xclock-x7">
560 <term><command>xclock</command></term>
561 <listitem>
562 <para>is an analog/digital clock for X.</para>
563 <indexterm zone="xorg7-app xclock-x7">
564 <primary sortas="b-xclock">xclock</primary>
565 </indexterm>
566 </listitem>
567 </varlistentry>
568
569 <varlistentry id="xcmsdb-x7">
570 <term><command>xcmsdb</command></term>
571 <listitem>
572 <para>is the Device Color Characterization utility for the X
573 Color Management System.</para>
574 <indexterm zone="xorg7-app xcmsdb-x7">
575 <primary sortas="b-xcmsdb">xcmsdb</primary>
576 </indexterm>
577 </listitem>
578 </varlistentry>
579
580 <varlistentry id="xconsole-x7">
581 <term><command>xconsole</command></term>
582 <listitem>
583 <para>monitors system console messages with X.</para>
584 <indexterm zone="xorg7-app xconsole-x7">
585 <primary sortas="b-xconsole">xconsole</primary>
586 </indexterm>
587 </listitem>
588 </varlistentry>
589
590 <varlistentry id="xcursorgen-x7">
591 <term><command>xcursorgen</command></term>
592 <listitem>
593 <para>creates an X cursor file from a collection of PNG
594 images.</para>
595 <indexterm zone="xorg7-app xcursorgen-x7">
596 <primary sortas="b-xcursorgen">xcursorgen</primary>
597 </indexterm>
598 </listitem>
599 </varlistentry>
600
601 <varlistentry id="xcutsel-x7">
602 <term><command>xcutsel</command></term>
603 <listitem>
604 <para>interchanges between cut buffer and selection.</para>
605 <indexterm zone="xorg7-app xcutsel-x7">
606 <primary sortas="b-xcutsel">xcutsel</primary>
607 </indexterm>
608 </listitem>
609 </varlistentry>
610
611 <varlistentry id="xdbedizzy-x7">
612 <term><command>xdbedizzy</command></term>
613 <listitem>
614 <para>is a demo of DBE creating a double buffered spinning
615 scene.</para>
616 <indexterm zone="xorg7-app xdbedizzy-x7">
617 <primary sortas="b-xdbedizzy">xdbedizzy</primary>
618 </indexterm>
619 </listitem>
620 </varlistentry>
621
622 <varlistentry id="xditview-x7">
623 <term><command>xditview</command></term>
624 <listitem>
625 <para>displays ditroff output.</para>
626 <indexterm zone="xorg7-app xditview-x7">
627 <primary sortas="b-xditview">xditview</primary>
628 </indexterm>
629 </listitem>
630 </varlistentry>
631
632 <varlistentry id="xdm-x7">
633 <term><command>xdm</command></term>
634 <listitem>
635 <para>is the X Display Manager with support for XDMCP and a host
636 chooser.</para>
637 <indexterm zone="xorg7-app xdm-x7">
638 <primary sortas="b-xdm">xdm</primary>
639 </indexterm>
640 </listitem>
641 </varlistentry>
642
643 <varlistentry id="xdmshell-x7">
644 <term><command>xdmshell</command></term>
645 <listitem>
646 <para>is a simple program for running xdm from login.</para>
647 <indexterm zone="xorg7-app xdmshell-x7">
648 <primary sortas="b-xdmshell">xdmshell</primary>
649 </indexterm>
650 </listitem>
651 </varlistentry>
652
653 <varlistentry id="xdpr-x7">
654 <term><command>xdpr</command></term>
655 <listitem>
656 <para>dumps an X window directly to a printer.</para>
657 <indexterm zone="xorg7-app xdpr-x7">
658 <primary sortas="b-xdpr">xdpr</primary>
659 </indexterm>
660 </listitem>
661 </varlistentry>
662
663 <varlistentry id="xdpyinfo-x7">
664 <term><command>xdpyinfo</command></term>
665 <listitem>
666 <para>is a display information utility for X.</para>
667 <indexterm zone="xorg7-app xdpyinfo-x7">
668 <primary sortas="b-xdpyinfo">xdpyinfo</primary>
669 </indexterm>
670 </listitem>
671 </varlistentry>
672
673 <varlistentry id="xdriinfo-x7">
674 <term><command>xdriinfo</command></term>
675 <listitem>
676 <para>queries configuration information of DRI drivers.</para>
677 <indexterm zone="xorg7-app xdriinfo-x7">
678 <primary sortas="b-xdriinfo">xdriinfo</primary>
679 </indexterm>
680 </listitem>
681 </varlistentry>
682
683 <varlistentry id="xedit-x7">
684 <term><command>xedit</command></term>
685 <listitem>
686 <para>is a simple text editor for X.</para>
687 <indexterm zone="xorg7-app xedit-x7">
688 <primary sortas="b-xedit">xedit</primary>
689 </indexterm>
690 </listitem>
691 </varlistentry>
692
693 <varlistentry id="xev-x7">
694 <term><command>xev</command></term>
695 <listitem>
696 <para>prints contents of X events.</para>
697 <indexterm zone="xorg7-app xev-x7">
698 <primary sortas="b-xev">xev</primary>
699 </indexterm>
700 </listitem>
701 </varlistentry>
702
703 <varlistentry id="xeyes-x7">
704 <term><command>xeyes</command></term>
705 <listitem>
706 <para>is a a follow the mouse X demo.</para>
707 <indexterm zone="xorg7-app xeyes-x7">
708 <primary sortas="b-xeyes">xeyes</primary>
709 </indexterm>
710 </listitem>
711 </varlistentry>
712
713 <varlistentry id="xfd-x7">
714 <term><command>xfd</command></term>
715 <listitem>
716 <para>displays all the characters in an X font.</para>
717 <indexterm zone="xorg7-app xfd-x7">
718 <primary sortas="b-xfd">xfd</primary>
719 </indexterm>
720 </listitem>
721 </varlistentry>
722
723 <varlistentry id="xfindproxy-x7">
724 <term><command>xfindproxy</command></term>
725 <listitem>
726 <para>locates proxy services.</para>
727 <indexterm zone="xorg7-app xfindproxy-x7">
728 <primary sortas="b-xfindproxy">xfindproxy</primary>
729 </indexterm>
730 </listitem>
731 </varlistentry>
732
733 <varlistentry id="xfontsel-x7">
734 <term><command>xfontsel</command></term>
735 <listitem>
736 <para>provides point and click selection of X11 font names.</para>
737 <indexterm zone="xorg7-app xfontsel-x7">
738 <primary sortas="b-xfontsel">xfontsel</primary>
739 </indexterm>
740 </listitem>
741 </varlistentry>
742
743 <varlistentry id="xfs-x7">
744 <term><command>xfs</command></term>
745 <listitem>
746 <para>is the X font server.</para>
747 <indexterm zone="xorg7-app xfs-x7">
748 <primary sortas="b-xfs">xfs</primary>
749 </indexterm>
750 </listitem>
751 </varlistentry>
752
753 <varlistentry id="xfsinfo-x7">
754 <term><command>xfsinfo</command></term>
755 <listitem>
756 <para>is the X font server information utility.</para>
757 <indexterm zone="xorg7-app xfsinfo-x7">
758 <primary sortas="b-xfsinfo">xfsinfo</primary>
759 </indexterm>
760 </listitem>
761 </varlistentry>
762
763 <varlistentry id="xfwp-x7">
764 <term><command>xfwp</command></term>
765 <listitem>
766 <para>is the X firewall proxy.</para>
767 <indexterm zone="xorg7-app xfwp-x7">
768 <primary sortas="b-xfwp">xfwp</primary>
769 </indexterm>
770 </listitem>
771 </varlistentry>
772
773 <varlistentry id="xgamma-x7">
774 <term><command>xgamma</command></term>
775 <listitem>
776 <para>alters a monitor's gamma correction through the X
777 server.</para>
778 <indexterm zone="xorg7-app xgamma-x7">
779 <primary sortas="b-xgamma">xgamma</primary>
780 </indexterm>
781 </listitem>
782 </varlistentry>
783
784 <varlistentry id="xgc-x7">
785 <term><command>xgc</command></term>
786 <listitem>
787 <para>is an X graphics demo.</para>
788 <indexterm zone="xorg7-app xgc-x7">
789 <primary sortas="b-xgc">xgc</primary>
790 </indexterm>
791 </listitem>
792 </varlistentry>
793
794 <varlistentry id="xhost-x7">
795 <term><command>xhost</command></term>
796 <listitem>
797 <para>is a server access control program for X.</para>
798 <indexterm zone="xorg7-app xhost-x7">
799 <primary sortas="b-xhost">xhost</primary>
800 </indexterm>
801 </listitem>
802 </varlistentry>
803
804 <varlistentry id="xinit-x7">
805 <term><command>xinit</command></term>
806 <listitem>
807 <para>is the X Window System initializer.</para>
808 <indexterm zone="xorg7-app xinit-x7">
809 <primary sortas="b-xinit">xinit</primary>
810 </indexterm>
811 </listitem>
812 </varlistentry>
813
814 <varlistentry id="xkbbell-x7">
815 <term><command>xkbbell</command></term>
816 <listitem>
817 <para>is an XKB utility program that raises a bell event.</para>
818 <indexterm zone="xorg7-app xkbbell-x7">
819 <primary sortas="b-xkbbell">xkbbell</primary>
820 </indexterm>
821 </listitem>
822 </varlistentry>
823
824 <varlistentry id="xkbcomp-x7">
825 <term><command>xkbcomp</command></term>
826 <listitem>
827 <para>compiles an XKB keyboard description.</para>
828 <indexterm zone="xorg7-app xkbcomp-x7">
829 <primary sortas="b-xkbcomp">xkbcomp</primary>
830 </indexterm>
831 </listitem>
832 </varlistentry>
833
834 <varlistentry id="xkbevd-x7">
835 <term><command>xkbevd</command></term>
836 <listitem>
837 <para>is the XKB event daemon.</para>
838 <indexterm zone="xorg7-app xkbevd-x7">
839 <primary sortas="b-xkbevd">xkbevd</primary>
840 </indexterm>
841 </listitem>
842 </varlistentry>
843
844 <varlistentry id="xkbprint-x7">
845 <term><command>xkbprint</command></term>
846 <listitem>
847 <para>prints an XKB keyboard description.</para>
848 <indexterm zone="xorg7-app xkbprint-x7">
849 <primary sortas="b-xkbprint">xkbprint</primary>
850 </indexterm>
851 </listitem>
852 </varlistentry>
853
854 <varlistentry id="xkbvleds-x7">
855 <term><command>xkbvleds</command></term>
856 <listitem>
857 <para>shows the XKB status of keyboard LEDs.</para>
858 <indexterm zone="xorg7-app xkbvleds-x7">
859 <primary sortas="b-xkbvleds">xkbvleds</primary>
860 </indexterm>
861 </listitem>
862 </varlistentry>
863
864 <varlistentry id="xkbwatch-x7">
865 <term><command>xkbwatch</command></term>
866 <listitem>
867 <para>monitors modifier keys and LEDs.</para>
868 <indexterm zone="xorg7-app xkbwatch-x7">
869 <primary sortas="b-xkbwatch">xkbwatch</primary>
870 </indexterm>
871 </listitem>
872 </varlistentry>
873
874 <varlistentry id="xkill-x7">
875 <term><command>xkill</command></term>
876 <listitem>
877 <para>kills a client by its X resource.</para>
878 <indexterm zone="xorg7-app xkill-x7">
879 <primary sortas="b-xkill">xkill</primary>
880 </indexterm>
881 </listitem>
882 </varlistentry>
883
884 <varlistentry id="xload-x7">
885 <term><command>xload</command></term>
886 <listitem>
887 <para>is a system load average display for X.</para>
888 <indexterm zone="xorg7-app xload-x7">
889 <primary sortas="b-xload">xload</primary>
890 </indexterm>
891 </listitem>
892 </varlistentry>
893
894 <varlistentry id="xlogo-x7">
895 <term><command>xlogo</command></term>
896 <listitem>
897 <para>is the X Window System logo.</para>
898 <indexterm zone="xorg7-app xlogo-x7">
899 <primary sortas="b-xlogo">xlogo</primary>
900 </indexterm>
901 </listitem>
902 </varlistentry>
903
904 <varlistentry id="xlsatoms-x7">
905 <term><command>xlsatoms</command></term>
906 <listitem>
907 <para>lists interned atoms defined on the server.</para>
908 <indexterm zone="xorg7-app xlsatoms-x7">
909 <primary sortas="b-xlsatoms">xlsatoms</primary>
910 </indexterm>
911 </listitem>
912 </varlistentry>
913
914 <varlistentry id="xlsclients-x7">
915 <term><command>xlsclients</command></term>
916 <listitem>
917 <para>lists client applications running on a display.</para>
918 <indexterm zone="xorg7-app xlsclients-x7">
919 <primary sortas="b-xlsclients">xlsclients</primary>
920 </indexterm>
921 </listitem>
922 </varlistentry>
923
924 <varlistentry id="xlsfonts-x7">
925 <term><command>xlsfonts</command></term>
926 <listitem>
927 <para>is a server font list displayer for X.</para>
928 <indexterm zone="xorg7-app xlsfonts-x7">
929 <primary sortas="b-xlsfonts">xlsfonts</primary>
930 </indexterm>
931 </listitem>
932 </varlistentry>
933
934 <varlistentry id="xmag-x7">
935 <term><command>xmag</command></term>
936 <listitem>
937 <para>magnifies parts of the screen.</para>
938 <indexterm zone="xorg7-app xmag-x7">
939 <primary sortas="b-xmag">xmag</primary>
940 </indexterm>
941 </listitem>
942 </varlistentry>
943
944 <varlistentry id="xman-x7">
945 <term><command>xman</command></term>
946 <listitem>
947 <para>is a manual page display program for the X Window
948 System.</para>
949 <indexterm zone="xorg7-app xman-x7">
950 <primary sortas="b-xman">xman</primary>
951 </indexterm>
952 </listitem>
953 </varlistentry>
954
955 <varlistentry id="xmessage-x7">
956 <term><command>xmessage</command></term>
957 <listitem>
958 <para>displays a message or query in a window.</para>
959 <indexterm zone="xorg7-app xmessage-x7">
960 <primary sortas="b-xmessage">xmessage</primary>
961 </indexterm>
962 </listitem>
963 </varlistentry>
964
965 <varlistentry id="xmh-x7">
966 <term><command>xmh</command></term>
967 <listitem>
968 <para>sends and reads mail with an X interface to MH.</para>
969 <indexterm zone="xorg7-app xmh-x7">
970 <primary sortas="b-xmh">xmh</primary>
971 </indexterm>
972 </listitem>
973 </varlistentry>
974
975 <varlistentry id="xmodmap-x7">
976 <term><command>xmodmap</command></term>
977 <listitem>
978 <para>is a utility for modifying keymaps and pointer button
979 mappings in X.</para>
980 <indexterm zone="xorg7-app xmodmap-x7">
981 <primary sortas="b-xmodmap">xmodmap</primary>
982 </indexterm>
983 </listitem>
984 </varlistentry>
985
986 <varlistentry id="xmore-x7">
987 <term><command>xmore</command></term>
988 <listitem>
989 <para>is a plain text display program for the X Window System.</para>
990 <indexterm zone="xorg7-app xmore-x7">
991 <primary sortas="b-xmore">xmore</primary>
992 </indexterm>
993 </listitem>
994 </varlistentry>
995
996 <varlistentry id="xon-x7">
997 <term><command>xon</command></term>
998 <listitem>
999 <para>starts an X program on a remote machine.</para>
1000 <indexterm zone="xorg7-app xon-x7">
1001 <primary sortas="b-xon">xon</primary>
1002 </indexterm>
1003 </listitem>
1004 </varlistentry>
1005
1006 <varlistentry id="xphelloworld-x7">
1007 <term><command>xphelloworld</command></term>
1008 <listitem>
1009 <para>sends a test page to an Xprint printer.</para>
1010 <indexterm zone="xorg7-app xphelloworld-x7">
1011 <primary sortas="b-xphelloworld">xphelloworld</primary>
1012 </indexterm>
1013 </listitem>
1014 </varlistentry>
1015
1016 <varlistentry id="xplsprinters-x7">
1017 <term><command>xplsprinters</command></term>
1018 <listitem>
1019 <para>shows a list of Xprint printers and their attributes.</para>
1020 <indexterm zone="xorg7-app xplsprinters-x7">
1021 <primary sortas="b-xplsprinters">xplsprinters</primary>
1022 </indexterm>
1023 </listitem>
1024 </varlistentry>
1025
1026 <varlistentry id="xpr-x7">
1027 <term><command>xpr</command></term>
1028 <listitem>
1029 <para>prints an X window dump.</para>
1030 <indexterm zone="xorg7-app xpr-x7">
1031 <primary sortas="b-xpr">xpr</primary>
1032 </indexterm>
1033 </listitem>
1034 </varlistentry>
1035
1036 <varlistentry id="xprehashprinterlist-x7">
1037 <term><command>xprehashprinterlist</command></term>
1038 <listitem>
1039 <para>recomputes the list of available printers.</para>
1040 <indexterm zone="xorg7-app xprehashprinterlist-x7">
1041 <primary sortas="b-xprehashprinterlist">xprehashprinterlist</primary>
1042 </indexterm>
1043 </listitem>
1044 </varlistentry>
1045
1046 <varlistentry id="xprop-x7">
1047 <term><command>xprop</command></term>
1048 <listitem>
1049 <para>is a property displayer for X.</para>
1050 <indexterm zone="xorg7-app xprop-x7">
1051 <primary sortas="b-xprop">xprop</primary>
1052 </indexterm>
1053 </listitem>
1054 </varlistentry>
1055
1056 <varlistentry id="xpsimplehelloworld-x7">
1057 <term><command>xpsimplehelloworld</command></term>
1058 <listitem>
1059 <para>is a "Hello World"-like Xprint sample utility based on
1060 plain X11 rendering calls.</para>
1061 <indexterm zone="xorg7-app xpsimplehelloworld-x7">
1062 <primary sortas="b-xpsimplehelloworld">xpsimplehelloworld</primary>
1063 </indexterm>
1064 </listitem>
1065 </varlistentry>
1066
1067 <varlistentry id="xpxthelloworld-x7">
1068 <term><command>xpxthelloworld</command></term>
1069 <listitem>
1070 <para>is a "Hello World"-like Xprint sample utility based on the
1071 Xt toolkit.</para>
1072 <indexterm zone="xorg7-app xpxthelloworld-x7">
1073 <primary sortas="b-xpxthelloworld">xpxthelloworld</primary>
1074 </indexterm>
1075 </listitem>
1076 </varlistentry>
1077
1078 <varlistentry id="xrandr-x7">
1079 <term><command>xrandr</command></term>
1080 <listitem>
1081 <para>is a primitive command line interface to RandR
1082 extension.</para>
1083 <indexterm zone="xorg7-app xrandr-x7">
1084 <primary sortas="b-xrandr">xrandr</primary>
1085 </indexterm>
1086 </listitem>
1087 </varlistentry>
1088
1089 <varlistentry id="xrdb-x7">
1090 <term><command>xrdb</command></term>
1091 <listitem>
1092 <para>is the X server resource database utility.</para>
1093 <indexterm zone="xorg7-app xrdb-x7">
1094 <primary sortas="b-xrdb">xrdb</primary>
1095 </indexterm>
1096 </listitem>
1097 </varlistentry>
1098
1099 <varlistentry id="xrefresh-x7">
1100 <term><command>xrefresh</command></term>
1101 <listitem>
1102 <para>refreshes all or part of an X screen.</para>
1103 <indexterm zone="xorg7-app xrefresh-x7">
1104 <primary sortas="b-xrefresh">xrefresh</primary>
1105 </indexterm>
1106 </listitem>
1107 </varlistentry>
1108
1109 <varlistentry id="xrx-x7">
1110 <term><command>xrx</command></term>
1111 <listitem>
1112 <para>is an RX MIME type helper program.</para>
1113 <indexterm zone="xorg7-app xrx-x7">
1114 <primary sortas="b-xrx">xrx</primary>
1115 </indexterm>
1116 </listitem>
1117 </varlistentry>
1118
1119 <varlistentry id="xset-x7">
1120 <term><command>xset</command></term>
1121 <listitem>
1122 <para>is the user preference utility for X.</para>
1123 <indexterm zone="xorg7-app xset-x7">
1124 <primary sortas="b-xset">xset</primary>
1125 </indexterm>
1126 </listitem>
1127 </varlistentry>
1128
1129 <varlistentry id="xsetmode-x7">
1130 <term><command>xsetmode</command></term>
1131 <listitem>
1132 <para>sets the mode for an X Input device.</para>
1133 <indexterm zone="xorg7-app xsetmode-x7">
1134 <primary sortas="b-xsetmode">xsetmode</primary>
1135 </indexterm>
1136 </listitem>
1137 </varlistentry>
1138
1139 <varlistentry id="xsetpointer-x7">
1140 <term><command>xsetpointer</command></term>
1141 <listitem>
1142 <para>sets an X Input device as the main pointer.</para>
1143 <indexterm zone="xorg7-app xsetpointer-x7">
1144 <primary sortas="b-xsetpointer">xsetpointer</primary>
1145 </indexterm>
1146 </listitem>
1147 </varlistentry>
1148
1149 <varlistentry id="xsetroot-x7">
1150 <term><command>xsetroot</command></term>
1151 <listitem>
1152 <para>is the root window parameter setting utility for X.</para>
1153 <indexterm zone="xorg7-app xsetroot-x7">
1154 <primary sortas="b-xsetroot">xsetroot</primary>
1155 </indexterm>
1156 </listitem>
1157 </varlistentry>
1158
1159 <varlistentry id="xsm-x7">
1160 <term><command>xsm</command></term>
1161 <listitem>
1162 <para>is the X Session Manager.</para>
1163 <indexterm zone="xorg7-app xsm-x7">
1164 <primary sortas="b-xsm">xsm</primary>
1165 </indexterm>
1166 </listitem>
1167 </varlistentry>
1168
1169 <varlistentry id="xstdcmap-x7">
1170 <term><command>xstdcmap</command></term>
1171 <listitem>
1172 <para>is the X standard colormap utility.</para>
1173 <indexterm zone="xorg7-app xstdcmap-x7">
1174 <primary sortas="b-xstdcmap">xstdcmap</primary>
1175 </indexterm>
1176 </listitem>
1177 </varlistentry>
1178
1179 <varlistentry id="xtrapchar-x7">
1180 <term><command>xtrapchar</command></term>
1181 <listitem>
1182 <para>parses ANSI character sequences to synthesize input events
1183 to X Window servers using the XTrap server extension.</para>
1184 <indexterm zone="xorg7-app xtrapchar-x7">
1185 <primary sortas="b-xtrapchar">xtrapchar</primary>
1186 </indexterm>
1187 </listitem>
1188 </varlistentry>
1189
1190 <varlistentry id="xtrapin-x7">
1191 <term><command>xtrapin</command></term>
1192 <listitem>
1193 <para>tests the input transport to the XTrap server extension.</para>
1194 <indexterm zone="xorg7-app xtrapin-x7">
1195 <primary sortas="b-xtrapin">xtrapin</primary>
1196 </indexterm>
1197 </listitem>
1198 </varlistentry>
1199
1200 <varlistentry id="xtrapinfo-x7">
1201 <term><command>xtrapinfo</command></term>
1202 <listitem>
1203 <para>displays general XTrap configuration information.</para>
1204 <indexterm zone="xorg7-app xtrapinfo-x7">
1205 <primary sortas="b-xtrapinfo">xtrapinfo</primary>
1206 </indexterm>
1207 </listitem>
1208 </varlistentry>
1209
1210 <varlistentry id="xtrapout-x7">
1211 <term><command>xtrapout</command></term>
1212 <listitem>
1213 <para>tests the output transport from the XTrap extension to
1214 the XTrap client library.</para>
1215 <indexterm zone="xorg7-app xtrapout-x7">
1216 <primary sortas="b-xtrapout">xtrapout</primary>
1217 </indexterm>
1218 </listitem>
1219 </varlistentry>
1220
1221 <varlistentry id="xtrapproto-x7">
1222 <term><command>xtrapproto</command></term>
1223 <listitem>
1224 <para>tests the XTrap protocol between a client and server.</para>
1225 <indexterm zone="xorg7-app xtrapproto-x7">
1226 <primary sortas="b-xtrapproto">xtrapproto</primary>
1227 </indexterm>
1228 </listitem>
1229 </varlistentry>
1230
1231 <varlistentry id="xtrapreset-x7">
1232 <term><command>xtrapreset</command></term>
1233 <listitem>
1234 <para>queries the XTrap extension.</para>
1235 <indexterm zone="xorg7-app xtrapreset-x7">
1236 <primary sortas="b-xtrapreset">xtrapreset</primary>
1237 </indexterm>
1238 </listitem>
1239 </varlistentry>
1240
1241 <varlistentry id="xtrapstats-x7">
1242 <term><command>xtrapstats</command></term>
1243 <listitem>
1244 <para>configures XTrap to collect usage statistics on all core
1245 input events and requests.</para>
1246 <indexterm zone="xorg7-app xtrapstats-x7">
1247 <primary sortas="b-xtrapstats">xtrapstats</primary>
1248 </indexterm>
1249 </listitem>
1250 </varlistentry>
1251
1252 <varlistentry id="xvidtune-x7">
1253 <term><command>xvidtune</command></term>
1254 <listitem>
1255 <para>is the video mode tuner for Xorg.</para>
1256 <indexterm zone="xorg7-app xvidtune-x7">
1257 <primary sortas="b-xvidtune">xvidtune</primary>
1258 </indexterm>
1259 </listitem>
1260 </varlistentry>
1261
1262 <varlistentry id="xvinfo-x7">
1263 <term><command>xvinfo</command></term>
1264 <listitem>
1265 <para>prints out X-Video extension adaptor information.</para>
1266 <indexterm zone="xorg7-app xvinfo-x7">
1267 <primary sortas="b-xvinfo">xvinfo</primary>
1268 </indexterm>
1269 </listitem>
1270 </varlistentry>
1271
1272 <varlistentry id="xwd-x7">
1273 <term><command>xwd</command></term>
1274 <listitem>
1275 <para>dumps an image of an X window.</para>
1276 <indexterm zone="xorg7-app xwd-x7">
1277 <primary sortas="b-xwd">xwd</primary>
1278 </indexterm>
1279 </listitem>
1280 </varlistentry>
1281
1282 <varlistentry id="xwininfo-x7">
1283 <term><command>xwininfo</command></term>
1284 <listitem>
1285 <para>is a window information utility for X.</para>
1286 <indexterm zone="xorg7-app xwininfo-x7">
1287 <primary sortas="b-xwininfo">xwininfo</primary>
1288 </indexterm>
1289 </listitem>
1290 </varlistentry>
1291
1292 <varlistentry id="xwud-x7">
1293 <term><command>xwud</command></term>
1294 <listitem>
1295 <para>is an image displayer for X.</para>
1296 <indexterm zone="xorg7-app xwud-x7">
1297 <primary sortas="b-xwud">xwud</primary>
1298 </indexterm>
1299 </listitem>
1300 </varlistentry>
1301
1302 <varlistentry id="libxrx-x7">
1303 <term><filename class='libraryfile'>libxrx.{so,a}</filename></term>
1304 <listitem>
1305 <para>is the RX MIME type Netscape Navigator Plug-in.</para>
1306 <indexterm zone="xorg7-lib libxrx-x7">
1307 <primary sortas="c-libxrx">libxrx.{so,a}</primary>
1308 </indexterm>
1309 </listitem>
1310 </varlistentry>
1311
1312 <varlistentry id="libxrxnest-x7">
1313 <term><filename class='libraryfile'>libxrxnest.{so,a}</filename></term>
1314 <listitem>
1315 <para>is the RX MIME type Netscape Navigator Plug-in using
1316 Xnest.</para>
1317 <indexterm zone="xorg7-lib libxrxnest-x7">
1318 <primary sortas="c-libxrxnest">libxrxnest.{so,a}</primary>
1319 </indexterm>
1320 </listitem>
1321 </varlistentry>
1322
1323 </variablelist>
1324
1325 </sect2>
1326
1327</sect1>
Note: See TracBrowser for help on using the repository browser.