LFSトップ | Japanese Only2010/02/14

Xorg 環境構築

はじめに

Xorg-7.5 ビルドの方針

Paco-2.0.7 (本サイトメモ), CrackLib-2.8.15 (>=2.8.13), Linux-PAM-1.1.1 (>=1.1.0), Shadow-4.1.4.2, Xorg Protocol Headers, Xorg Utilities, libXau-1.0.5, libXdmcp-1.0.3, Ed-1.4, FreeType-2.3.11, Expat-2.0.1, Pth-2.0.7, libffi-3.0.9, D-Bus-1.3.0 (>=1.2.16), PCRE-8.01 (>=8.00), attr-2.4.44, GLib-2.23.1 (>=2.22.3), bluez-4.59, Python-2.6.4, libxml2-2.7.6, Fontconfig-2.7.3, libpthread-stubs-0.3 (>=0.1), Libgpg-error-1.7, Linux Capabilities (libcap)-2.18, Libgcrypt-1.4.5, libxslt-1.1.26, xcb-proto-1.6 (>=1.5), Check-0.9.8, libxcb-1.5 (>=1.4), Xorg Libraries, Xbitmaps-1.1.0, libpng-1.2.39, LessTif-0.95.2, libdrm-2.4.14, MesaLib-7.6, freeglut-2.6.0 (>=2.4.0), Xorg Applications, xcursor-themes-1.0.2, Xorg Fonts, XML::Parser-2.34, Intltool-0.40.6, XKeyboardConfig-1.7, Luit-1.0.4, pixman-0.15.20, D-Bus GLib Bindings-0.82, PCI Utilities-3.1.4, libusb-1.0.6 (>=1.0.2), libusb-compat-0.1.3, usbutils-0.86 (>=0.84), DocBook XSL Stylesheets-1.75.2, D-Bus GObject Bindings-0.5, gobject-introspection-0.6.7 (>=0.6.5), UnZip-5.52, DocBook XML DTD-4.5, polkit-0.94, PolicyKit-0.9, ConsoleKit-0.4.1, HAL-0.5.14 (>=0.5.12), Xorg-Server-1.7.4 (>=1.7.1), Xorg Drivers
<パッケージ名>-n.n.n (>=m.m.m) の表記は、BLFS ブックにてバージョン m.m.m が掲載されているものに対し、より最新のバージョン n.n.n をビルドしたことを表わす。またボールド体によるリンクは BLFS ブックの表記と同様に、BLFS 内にはない外部リンク (外部ソフトウェア) を表わす。

Xorg-7.5 ビルドの不備(1) Xtrans

export PKG_CONFIG_PATH=$XORG_PREFIX/lib/pkgconfig:$XORG_PREFIX/share/pkgconfig

Xorg-7.5 ビルドの不備(2) vmware-drv.so エラー

Xorg: symbol lookup error: /usr/X11/lib/X11/modules/drivers/vmware_drv.so: undefined symbol: LoaderRefSymLists

さざなみフォント インストール

install -v -d -m755 /usr/share/fonts/sazanami
install -v -m644 *.ttf /usr/share/fonts/sazanami
fc-cache -v /usr/share/fonts/sazanami

Xterm-253 インストール

日本語キーボード設定

vi /etc/X11/xorg.conf
	...
	Section "InputDevice"
	        Identifier  "Keyboard0"
	        Driver      "kbd"
		Option "XkbModel" "jp106"
		Option "XkbLayout" "jp"
	EndSection
	...

最低限 Xorg の出来上がり

ベース環境

cat /etc/lfs-release
SVN-20100211


松 山 道 夫 Michio Matsuyama
michio *underscore* matsuyama *atmark* yahoo *period* co *period* jp