xinit-1.4.0

Introduction to xinit

The xinit package contains a usable script to start the xserver.

This package is not a part of the Xorg katamari and is provided only as a dependency to other packages or for testing the completed Xorg installation.

This package is known to build and work properly using an LFS-8.3 platform.

Package Information

xinit Dependencies

Required

Xorg Libraries

Recommended (runtime only)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xinit

Installation of xinit

First, modify startx, hence the X session starts on the first unused virtual terminal, which normally is vt7:

sed -e '/$serverargs $vtarg/ s/serverargs/: #&/' \
    -i startx.cpp
[Note]

Note

If you have already installed this package without the sed above, there is no need to reinstall. Just modify the installed startx, issuing, as the root user: sed -i '/$serverargs $vtarg/ s/serverargs/: #&/' $XORG_PREFIX/bin/startx

Install xinit by running the following commands:

./configure $XORG_CONFIG --with-xinitdir=/etc/X11/app-defaults &&
make

This package does not come with a test suite.

Now, as the root user:

make install &&
ldconfig

Contents

Installed Programs: xinit and startx
Installed Libraries: None
Installed Directories: None

Short Descriptions

startx

initializes an X session.

xinit

is the X Window System initializer.

Last updated on 2018-08-17 18:17:43 -0700