source: general/genutils/xterm.xml@ 852f5146

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 852f5146 was 852f5146, checked in by DJ Lucas <dj@…>, 15 years ago

Removed remainder of XFree86 and mono Xorg references.

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

  • Property mode set to 100644
File size: 6.8 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 xterm-download-http " ">
8 <!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
9 <!ENTITY xterm-md5sum "b767d702e1464e16802b90c2187252c6">
10 <!ENTITY xterm-size "830 KB">
11 <!ENTITY xterm-buildsize "8.0 MB">
12 <!ENTITY xterm-time "0.1 SBU">
13]>
14
15<sect1 id="xterm2" xreflabel="xterm-&xterm-version;">
16 <?dbhtml filename="xterm.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xterm-&xterm-version;</title>
24
25 <indexterm zone="xterm2">
26 <primary sortas="a-xterm2">xterm</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xterm</title>
31
32 <para><application>xterm</application> is a terminal emulator for
33 the X Window System.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&xterm-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&xterm-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &xterm-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &xterm-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &xterm-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &xterm-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">xterm Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="xorg7-lib"/></para>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional"><xref linkend="luit"/> (required in non-UTF-8 locales
64 if the user wants TrueType fonts, and always required in Chinese, Japanese,
65 and Korean locales). Configuration instructions below assume that Luit
66 is installed.</para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url='&blfs-wiki;/Xterm'/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of xterm</title>
75
76 <para>Install <application>xterm</application> by running the
77 following commands:</para>
78
79<screen><userinput>sed -i '/v0/,+1s/new:/new:kb=^?:/' termcap &amp;&amp;
80echo -e '\tkbs=\\177,' &gt;&gt;terminfo &amp;&amp;
81TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \
82 --enable-luit --enable-wide-chars \
83 --with-app-defaults=$XORG_PREFIX/share/X11/app-defaults &amp;&amp;
84make</userinput></screen>
85
86 <para>This package does not come with a test suite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem>
89 user:</para>
90
91<screen role="root"><userinput>make install &amp;&amp;
92make install-ti</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><command>sed -i ... termcap</command>,
100 <command>echo ... >>terminfo</command>: these commands modify the terminal
101 description, so that the Backspace key is expected to send the character
102 with ASCII code 127, for consistency with the Linux console.</para>
103
104 <para><parameter>TERMINFO=/usr/lib/terminfo</parameter>: This ensures
105 that the <command>xterm</command> terminfo file is installed to the
106 system terminfo database when the installation prefix is not
107 <filename class="directory">/usr</filename>.</para>
108
109 <para><parameter>--with-app-defaults=...</parameter>: Sets the location
110 for the <filename class="directory">app-defaults</filename>
111 directory.</para>
112
113 <para><parameter>--enable-luit</parameter>: Enables the luit filter for
114 translation between Unicode (used by xterm internally in the configuration
115 below) and the locale encoding. If <command>luit</command> is not found
116 in the PATH, the default of
117 <filename>/usr/X11R6/bin/luit</filename> will be used.</para>
118
119 <para><parameter>--enable-wide-chars</parameter>: Adds support for wide
120 characters.</para>
121
122 <para><command>make install-ti</command>: This command installs corrected
123 terminfo description files for use with
124 <application>xterm</application>.</para>
125
126 </sect2>
127
128 <sect2 role="configuration">
129 <title>Configuring xterm</title>
130
131 <para>There are two ways to configure xterm. You can add X resource
132 definitions to the user's <filename>~/.Xresources</filename> file, or
133 add them to the system-wide
134 <filename>$XORG_PREFIX/share/X11/app-defaults/Xterm</filename> file.</para>
135
136 <para>In order for xterm to follow the locale settings in the environment,
137 use TrueType fonts, and follow the Linux convention about the code sent by
138 the Backspace key, add the following definitions as the
139 <systemitem class="username">root</systemitem> user:</para>
140
141<screen role="root"><userinput>cat &gt;&gt; $XORG_PREFIX/share/X11/app-defaults/XTerm &lt;&lt; "EOF"
142*VT100*locale: true
143*VT100*faceName: Monospace
144*VT100*faceSize: 10
145*backarrowKeyIsErase: true
146*ptyInitialErase: true
147EOF</userinput></screen>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Programs</segtitle>
156
157 <seglistitem>
158 <seg>resize, uxterm, and xterm</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="resize">
168 <term><filename>resize</filename></term>
169 <listitem>
170 <para>prints a shell command for setting the TERM and TERMCAP
171 environment variables to indicate the current size of xterm
172 window.</para>
173 <indexterm zone="xterm2 resize">
174 <primary sortas="b-resize">resize</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="uxterm">
180 <term><filename>uxterm</filename></term>
181 <listitem>
182 <para>is a wrapper script that modifies the current locale to use UTF-8
183 and starts xterm with the proper settings.</para>
184 <indexterm zone="xterm2 uxterm">
185 <primary sortas="b-uxterm">uxterm</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="xterm-bin">
191 <term><filename>xterm</filename></term>
192 <listitem>
193 <para>is a terminal emulator for the X Window System.</para>
194 <indexterm zone="xterm2 xterm2">
195 <primary sortas="b-xterm2">xterm</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 </variablelist>
201
202 </sect2>
203
204</sect1>
Note: See TracBrowser for help on using the repository browser.