source: x/installing/xinit.xml@ 0269d30

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0269d30 was 0269d30, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

All Xorg HTTP are broken, including an Additional Download of tigervnc.

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

  • Property mode set to 100644
File size: 3.9 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 xinit-download-http "&xorg-download-http;/app/xinit-&xinit-version;.tar.bz2">
8 <!ENTITY xinit-download-ftp "&xorg-download-ftp;/app/xinit-&xinit-version;.tar.bz2">
9 <!ENTITY xinit-md5sum "4e928452dfaf73851413a2d8b8c76388">
10 <!ENTITY xinit-size "162 KB">
11 <!ENTITY xinit-buildsize "1.9 MB">
12 <!ENTITY xinit-time "0.1 SBU">
13]>
14
15<sect1 id="xinit" xreflabel="xinit-&xinit-version;">
16 <?dbhtml filename="xinit.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xinit-&xinit-version;</title>
24
25 <indexterm zone="xinit">
26 <primary sortas="a-xinit">xinit</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xinit</title>
31
32 <para>The <application>xinit</application> package contains a usable script
33 to start the xserver.</para>
34
35 &not-katamari;
36
37 &lfs77_checked; &gcc5_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&xinit-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&xinit-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &xinit-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &xinit-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &xinit-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &xinit-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">xinit Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required (runtime only)</bridgehead>
64 <para role="required"><xref linkend="twm"/>, <xref linkend="xclock"/>, and
65 <xref linkend="xterm2"/></para>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/xinit"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of xinit</title>
74
75 <para>Install <application>xinit</application> by running the
76 following commands:</para>
77
78<screen><userinput>./configure $XORG_CONFIG \
79 --with-xinitdir=/etc/X11/app-defaults &amp;&amp;
80make</userinput></screen>
81
82 <para>This package does not come with a test suite.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem>
85 user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Programs</segtitle>
96 <segtitle>Installed Libraries</segtitle>
97 <segtitle>Installed Directories</segtitle>
98
99 <seglistitem>
100 <seg>xinit and startx</seg>
101 <seg>None</seg>
102 <seg>None</seg>
103 </seglistitem>
104 </segmentedlist>
105
106 <variablelist>
107 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
108 <?dbfo list-presentation="list"?>
109 <?dbhtml list-presentation="table"?>
110
111 <varlistentry id="startx">
112 <term><command>startx</command></term>
113 <listitem>
114 <para>initializes an X session.</para>
115 <indexterm zone="xinit startx">
116 <primary sortas="b-startx">startx</primary>
117 </indexterm>
118 </listitem>
119 </varlistentry>
120
121 <varlistentry id="xinit-bin">
122 <term><command>xinit</command></term>
123 <listitem>
124 <para>is the X Window System initializer.</para>
125 <indexterm zone="xinit xinit">
126 <primary sortas="b-xinit">xinit</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 </variablelist>
132 </sect2>
133
134</sect1>
Note: See TracBrowser for help on using the repository browser.