2004年12月27日
Xorg起動せず
天気:曇り時々晴れ
案の定、Xorgが起動しない。
Fatal server error:
xf86EnableIO: Failed to open /dev/io for extended I/O
現在のkernelのconfigファイルとGENERALのdiffをとってみると
device mem # Memory and kernel memory devices
device io # I/O device
が無い。
UPDATINGを検索してみると
20040801:
The /dev/mem, /dev/io /dev/(null/zero) devices are now modules,
so you may wish to add them to your kernel config file. See
GENERIC for examples.
やはりこれか。
追加してkernelをbuild。
無事、Xorgが起動するようになった。
- by Webmaster
- at 19:57
comments