source: gnome/applications/xwayland.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was 7585458, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages xwayland libepoxy libunwind libxkbcommon wayland weston

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

  • Property mode set to 100644
File size: 8.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 xwayland-download-http "&xorg-download-http;/xserver/xwayland-&xwayland-version;.tar.bz2">
8 <!ENTITY xwayland-download-ftp "&xorg-download-ftp;/xserver/xwayland-&xwayland-version;.tar.bz2">
9 <!ENTITY xwayland-md5sum "e4c70262ed89764be8f8f5d699ed9227">
10 <!ENTITY xwayland-size "5.3 MB">
11 <!ENTITY xwayland-buildsize "448 MB">
12 <!ENTITY xwayland-time "1.6 SBU">
13]>
14
15<sect1 id="xwayland" xreflabel="xwayland-&xwayland-version;">
16 <?dbhtml filename="xwayland.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xwayland-&xwayland-version;</title>
24
25 <indexterm zone="xwayland">
26 <primary sortas="a-xwayland">xwayland</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Xwayland</title>
31
32 <para>
33 The <application>Xwayland</application> provides legacy X11 support within Wayland environments.
34 </para>
35
36 <para> Please note that this is a pre-release and it is based on xorg server 1.15 code,
37 so in order for it to not interfear with your working xorg do NOT change the configure
38 line. It will install into /usr/local and be self-contained. The release of the 1.16
39 version of xorg-server will encorporate xwayland as standard.
40 </para>
41
42 &lfs75_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&xwayland-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&xwayland-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &xwayland-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &xwayland-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &xwayland-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &xwayland-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Xwayland Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="xorg7-lib"/>,
83 <xref linkend="wayland"/>,
84 <xref linkend="libepoxy"/>,
85 <xref linkend="xorg7-proto"/>, and
86 <xref linkend="xorg7-font"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para>
91 <xref linkend="acpid"/> (runtime),
92 <xref linkend="doxygen"/> (to build API documentation),
93 <xref linkend="fop"/>, (to build documentation),
94 <xref linkend="gs"/> (to build documentation), and
95 <xref linkend="xmlto"/>, (to build documentation)
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url='&blfs-wiki;/Xwayland'/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Xwayland</title>
105
106 <para>
107 Install Xwayland by running the following commands:
108 </para>
109
110<screen><userinput>./configure --enable-xwayland &amp;&amp;
111
112make</userinput></screen>
113
114 <para>
115 To test the results, issue: <command>make check</command>.
116 </para>
117
118 <para>
119 Now as the <systemitem class="username">root</systemitem>
120 user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131
132 </para>
133
134 <para>
135 The lack of the usual prefix to configure ensures that xwayland
136 gets installed to a location other than your working xorg server.
137 </para>
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>
151 cvt, dmxaddinput, dmxaddscreen, dmxinfo, dmxreconfig, dmxresize,
152 dmxrminput, dmxrmscreen, dmxtodmx, dmxwininfo, gtf, vdltodmx, X,
153 Xdmx, xdmxconfig, Xnest, Xorg, and Xvfb
154 </seg>
155 <seg>
156 several under $XORG_PREFIX/lib/xorg/modules/{,extensions,multimedia}
157 </seg>
158 <seg>
159 $XORG_PREFIX/include/xorg,
160 $XORG_PREFIX/lib/xorg,
161 $XORG_PREFIX/share/X11/xorg.conf.d, and
162 /var/lib/xkb
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="cvt-x7a">
173 <term><command>cvt</command></term>
174 <listitem>
175 <para>
176 calculates VESA CVT mode lines.
177 </para>
178 <indexterm zone="xwayland cvt-x7a">
179 <primary sortas="b-cvt">cvt</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="dmx-x7a">
185 <term><command>dmx*</command></term>
186 <listitem>
187 <para>
188 are various tools used for manipulating the dmx server.
189 </para>
190 <indexterm zone="xwayland dmx-x7a">
191 <primary sortas="b-dmx">dmx*</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="gtf-x7a">
197 <term><command>gtf</command></term>
198 <listitem>
199 <para>
200 calculates VESA GTF mode lines.
201 </para>
202 <indexterm zone="xwayland gtf-x7a">
203 <primary sortas="b-gtf">gtf</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="vdltodmx-x7a">
209 <term><command>vdltodmx</command></term>
210 <listitem>
211 <para>
212 is a tool used to convert VDL config files to DMX config
213 files.
214 </para>
215 <indexterm zone="xwayland vdltodmx-x7a">
216 <primary sortas="b-vdltodmx">vdltodmx</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="X-x7a">
222 <term><command>X</command></term>
223 <listitem>
224 <para>
225 is a symbolic link to Xorg.
226 </para>
227 <indexterm zone="xwayland X-x7a">
228 <primary sortas="b-X">X</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="Xnest-x7a">
234 <term><command>Xnest</command></term>
235 <listitem>
236 <para>
237 is a nested X server.
238 </para>
239 <indexterm zone="xwayland Xnest-x7">
240 <primary sortas="b-Xnest">Xnest</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="Xorg-x7a">
246 <term><command>Xorg</command></term>
247 <listitem>
248 <para>
249 is the X11R7 X Server.
250 </para>
251 <indexterm zone="xwayland Xorg-x7a">
252 <primary sortas="b-Xorg">Xorg</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="Xvfb-x7a">
258 <term><command>Xvfb</command></term>
259 <listitem>
260 <para>
261 is the virtual framebuffer X server for X Version 11.
262 </para>
263 <indexterm zone="xwayland Xvfb-x7a">
264 <primary sortas="b-Xvfb">Xvfb</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="xdmxconfig-x7a">
270 <term><command>xdmxconfig</command></term>
271 <listitem>
272 <para>
273 is a graphical configuration utility for the dmx server.
274 </para>
275 <indexterm zone="xwayland xdmxconfig-x7a">
276 <primary sortas="b-xdmxconfig">xdmxconfig</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 </variablelist>
282
283 </sect2>
284
285</sect1>
Note: See TracBrowser for help on using the repository browser.