mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
573f39fbb7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7644 af4574ff-66df-0310-9fd7-8a98e5e911e0
51 lines
2.6 KiB
XML
51 lines
2.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<chapter id="x-window-system" xreflabel="X Window System">
|
|
<?dbhtml filename="installing.html" ?>
|
|
|
|
<!--
|
|
$LastChangedBy$
|
|
$Date$
|
|
-->
|
|
|
|
<title>X Window System Environment</title>
|
|
|
|
<para>This chapter contains instructions to build and configure a graphical
|
|
user environment.</para>
|
|
|
|
<para><application>Xorg</application>-&xorg7-version; introduces a completely
|
|
autotooled build system which means that the packages build and install
|
|
using the conventional <command>configure</command>, <command>make</command>
|
|
and <command>make install</command> commands, but it requires installing
|
|
more than 100 different packages. Most large commercial distributions have
|
|
decided to use the <application>Xorg</application> package.</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg7-dummy.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg7.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7proto.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7util.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libXau.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libXdmcp.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-proto.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxcb.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcb-util.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7lib.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xbitmaps.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7app.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xcursorthemes.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7font.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xkeyboard-config.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="luit.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7server.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7driver.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xconfig-dummy.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x-setup.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x-config.xml"/>
|
|
|
|
</chapter>
|