source: x/installing/x7app.xml@ 2d006066

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 2d006066 was 2d006066, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Updated to Xorg-7.2 without XCB

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

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