source: x/installing/xterm.xml@ fed81c24

kde5-14686 systemd-13485
Last change on this file since fed81c24 was fed81c24, checked in by Christopher Gregory <cjg@…>, 10 years ago

Merge forgotten xterm update from trunk. Only merged changelog at time.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14593 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.5 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 "e42f09b2f59efa862367967241d56306">
10 <!ENTITY xterm-size "1.2 MB">
11 <!ENTITY xterm-buildsize "12 MB">
12 <!ENTITY xterm-time "0.2 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 &not-katamari;
36
37 &lfs76_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&xterm-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&xterm-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &xterm-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &xterm-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &xterm-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &xterm-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">xterm Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="xorg7-app"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url='&blfs-wiki;/Xterm'/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of xterm</title>
73
74 <para>Install <application>xterm</application> by running the
75 following commands:</para>
76
77<screen><userinput>sed -i '/v0/{n;s/new:/new:kb=^?:/}' termcap &amp;&amp;
78printf '\tkbs=\\177,\n' &gt;&gt; terminfo &amp;&amp;
79
80TERMINFO=/usr/share/terminfo \
81./configure $XORG_CONFIG \
82 --with-app-defaults=/etc/X11/app-defaults &amp;&amp;
83
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>printf ... >> 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/share/terminfo</parameter>: This ensures
105 that the <command>xterm</command> terminfo files are installed to the
106 system terminfo database.</para>
107
108 <para><parameter>--with-app-defaults=...</parameter>: Sets the location
109 for the <filename class="directory">app-defaults</filename>
110 directory.</para>
111
112 <para><command>make install-ti</command>: This command installs corrected
113 terminfo description files for use with
114 <application>xterm</application>.</para>
115
116 </sect2>
117
118 <sect2 role="configuration">
119 <title>Configuring xterm</title>
120
121 <para>There are two ways to configure xterm. You can add X resource
122 definitions to the user's <filename>~/.Xresources</filename> file, or
123 add them to the system-wide
124 <filename>$XORG_PREFIX/share/X11/app-defaults/Xterm</filename> file.</para>
125
126 <para>In order for xterm to follow the locale settings in the environment,
127 use TrueType fonts, and follow the Linux convention about the code sent by
128 the Backspace key, add the following definitions as the
129 <systemitem class="username">root</systemitem> user:</para>
130
131<screen role="root"><userinput>cat &gt;&gt; /etc/X11/app-defaults/XTerm &lt;&lt; "EOF"
132<literal>*VT100*locale: true
133*VT100*faceName: Monospace
134*VT100*faceSize: 10
135*backarrowKeyIsErase: true
136*ptyInitialErase: true</literal>
137EOF</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>koi8rxterm, resize, uxterm, and xterm</seg>
151 <seg>None</seg>
152 <seg>None</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="koi8rxterm">
162 <term><command>koi8rxterm</command></term>
163 <listitem>
164 <para>is a wrapper script to set up xterm with a KOI8-R locale.</para>
165 <indexterm zone="xterm2 koi8rxterm">
166 <primary sortas="b-koi8rxterm">koi8rxterm</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171
172
173 <varlistentry id="resize">
174 <term><command>resize</command></term>
175 <listitem>
176 <para>prints a shell command for setting the TERM and TERMCAP
177 environment variables to indicate the current size of xterm
178 window.</para>
179 <indexterm zone="xterm2 resize">
180 <primary sortas="b-resize">resize</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="uxterm">
186 <term><command>uxterm</command></term>
187 <listitem>
188 <para>is a wrapper script that modifies the current locale to use UTF-8
189 and starts xterm with the proper settings.</para>
190 <indexterm zone="xterm2 uxterm">
191 <primary sortas="b-uxterm">uxterm</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="xterm-bin">
197 <term><command>xterm</command></term>
198 <listitem>
199 <para>is a terminal emulator for the X Window System.</para>
200 <indexterm zone="xterm2 xterm2">
201 <primary sortas="b-xterm2">xterm</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.