xinit-1.4.2

xinit の概要

xinit パッケージは xserver を起動するための種々のスクリプトを提供します。

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

xinit の依存パッケージ

必須

Xorg ライブラリ

推奨 (実行時のみ)

xinit のインストール

以下のコマンドを実行して xinit をビルドします。

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

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

make install &&
ldconfig
[注記]

注記

If starting Xorg from the command line, the default instructions above start Xorg on the current virtual terminal. It may be convenient to see Xorg and associated application messages on the current virtual terminal, normally tty1, and start the graphical environment on the first available unused virtual terminal, normally tty7. To do this, set the suid bit on the Xorg application as the root user:

chmod u+s $XORG_PREFIX/bin/Xorg

At this point you can start Xorg on virtual terminal 7 with startx <client arguments> -- vt7. Now you can toggle between tty1 and tty7 with the Ctrl-Alt-F1 and Ctrl-Alt-F7 key combinations.

To automatically start Xorg on the first available virtual terminal, modify the startx script as the root user with:

sed -i '/$serverargs $vtarg/ s/serverargs/: #&/' $XORG_PREFIX/bin/startx

After this change, the virtual terminal does not need to be specified on the startx command line.

パッケージ構成

インストールプログラム: xinit, startx
インストールライブラリ: なし
インストールディレクトリ: なし

概略説明

startx

X セッションを初期化します。

xinit

X ウィンドウシステムの初期化プログラムです。