Network Users' Group ``wheel'' / Dai ISHIJIMA's Page / SL Zaurus関連 /
Zaurus with *BSD / X-Windowの起動

初版: 2005-02-03
最終更新日: 2005-02-06


X-Windowの起動


●X-Windowの起動

インストールが終わった段階で、X-Windowの設定ファイル「xorg.conf」が /etc/X11/に入っています。
	zaurus# ls /etc/X11/
	app-defaults proxymngr    twm          xkb          xsm
	fs           rc.xprint    xdm          xorg.conf
	lbxproxy     rstart       xinit        xserver
そこで、コマンドラインから、このファイルを指定してxinitを走らせると X-Windowが動きます。
	zaurus# xinit -- -config /etc/X11/xorg.conf
X-Window起動時のログは以下のとおりです。
	This is a pre-release version of the The X.Org Foundation X11.
	It is not supported in any way.
	Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
	Select the "xorg" product for bugs you find in this release.
	Before reporting bugs in pre-release versions please check the
	latest version in the The X.Org Foundation "monolithic tree" CVS
	repository hosted at http://www.freedesktop.org/Software/xorg/
	X Window System Version 6.8.1.902 (6.8.2 RC 2)
	Release Date: 12 January 2005
	X Protocol Version 11, Revision 0, Release 6.8.1.902
	Build Operating System: OpenBSD 3.6  [ELF] 
	Current Operating System: OpenBSD zaurus.wheel.gr.jp 3.6 GENERIC#4 zaurus
	Build Date: 28 January 2005
	        Before reporting problems, check http://wiki.X.Org
	        to make sure that you have the latest version.
	Module Loader present
	Markers: (--) probed, (**) from config file, (==) default setting,
	        (++) from command line, (!!) notice, (II) informational,
	        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
	(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 24 03:27:53 2005
	(++) Using config file: "/etc/X11/xorg.conf"
	Symbol xf4bppScreenInit from module /usr/X11R6/lib/modules/drivers/wsfb_drv.o is unresolved!
	Symbol xf1bppScreenInit from module /usr/X11R6/lib/modules/drivers/wsfb_drv.o is unresolved!
	The XKEYBOARD keymap compiler (xkbcomp) reports:
	> Error:            Can't find file "zaurus" for symbols include
	>                   Exiting
	>                   Abandoning symbols file "default"
	Errors from xkbcomp are not fatal to the X server

xinitの引数で/etc/X11/xorg.confを指定せずに「xinit」だけだと エラーになりました。

	zaurus# xinit

	errno: 1

	Fatal server error:
	xf86PrivilegedInit: open /dev/xf86

	Please consult the The X.Org Foundation support 
	         at http://wiki.X.Org
	 for help. 
	Please also check the log file at "/var/log/Xorg.0.log" for additional information.

	giving up.
	xinit:  Connection refused (errno 61):  unable to connect to X server
	xinit:  No such process (errno 3):  Server error.

Xが動くと、次のような画面になります。

ここで「exit」を入力するとXが終了します。