source: x/installing/x7app.xml@ 8d237953

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

Streamlined the commands in the Xorg sections

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

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