source: x/installing/xinit.xml@ fea7a37

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 fea7a37 was fea7a37, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to libinput-1.1.8.
Update to ed-1.13.
Update to sg3_utils-1.42.
Tag Xorg dependencies.
Tag Xorg section but several drivers still neeed to be checked.

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

  • Property mode set to 100644
File size: 4.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 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 &lfs79_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</bridgehead>
64 <para role="required">
65 <xref linkend="xorg7-lib"/>
66 </para>
67
68 <bridgehead renderas="sect4">Required (runtime only)</bridgehead>
69 <para role="required">
70 <xref linkend="twm"/>,
71 <xref linkend="xclock"/>, and
72 <xref linkend="xterm2"/>
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/xinit"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of xinit</title>
82
83 <para>First, modify <command>startx</command>, hence the X session starts on
84 the first unused virtual terminal, which normally is vt7:</para>
85 <!--Apparently, this should not be done for systemd systems-->
86
87<screen><userinput>sed -e '/$serverargs $vtarg/ s/serverargs/: #&amp;/' \
88 -i startx.cpp</userinput></screen>
89
90 <note>
91 <para>
92 If you have already installed this package without the sed above, there
93 is no need to reinstall. Just modify the installed
94 <command>startx</command>, issuing, as the <systemitem
95 class="username">root</systemitem> user:
96 <command>sed -i '/$serverargs $vtarg/ s/serverargs/: #&amp;/'
97 /usr/bin/startx</command>
98 </para>
99 </note>
100
101 <para>Install <application>xinit</application> by running the
102 following commands:</para>
103
104<screen><userinput>./configure $XORG_CONFIG \
105 --with-xinitdir=/etc/X11/app-defaults &amp;&amp;
106make</userinput></screen>
107
108 <para>This package does not come with a test suite.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem>
111 user:</para>
112
113<screen role="root"><userinput>make install &amp;&amp;
114ldconfig</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>xinit and startx</seg>
128 <seg>None</seg>
129 <seg>None</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="startx">
139 <term><command>startx</command></term>
140 <listitem>
141 <para>initializes an X session.</para>
142 <indexterm zone="xinit startx">
143 <primary sortas="b-startx">startx</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="xinit-bin">
149 <term><command>xinit</command></term>
150 <listitem>
151 <para>is the X Window System initializer.</para>
152 <indexterm zone="xinit xinit">
153 <primary sortas="b-xinit">xinit</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.