source: x/installing/xinit.xml@ d09eb9b

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 d09eb9b was d09eb9b, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Fix starting X with startx or sddm ... Part 2. ▪ sddm-0.12.0 ▪ xinit-1.3.4 ▪ ConsoleKit2-1.0.0 ▪ lxde-common-0.99.0 ▪ LXQt Desktop Final Instructions ▪ xfce4-session-4.12.1 ▪ Starting KDE4

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

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