[Armadillo:03920] Re: Debian-EtchでXが起動しない(armadillo-9)
yoshikazu aoyama
email@hidden
2009年 1月 16日 (金) 17:37:26 JST
青山です。
以下の手順でDebian-EtchでXが起動する事を確認しました。
(ウインドウマネージャはwindow makerを使用)
確認に使用した環境は以下になります。
---
userland:debian(http://armadillo.atmark-techno.com/filebrowser/armadillo-9/debian)
kernel:v2.6.12.3-a9-14
ディスプレイ:Mitsubishi RDT153LM
---
- debianのセットアップ
http://armadillo.atmark-techno.com/howto/debian-setup
- CFからdebianを起動して、
# apt-get update
# apt-get install xfonts-base
# apt-get install jfbterm
# apt-get install x-window-system-core
- xserver-xorgの初期設定で解像度を聞かれるので640x480のみチェックする。
# apt-get install wmaker
# mknod /dev/fb0 c 29 0
# mkdir /dev/input
# mknod /dev/input/mice c 13 63
# vi /etc/X11/xorg.confで以下を変更
-------
Section "Module"
..
#Load "glx" <--- コメントアウト
..
Section "Screen"
..
DefaultDepth 16 <--- depthを16bitに変更
-------
# startx
でwindow markerが起動します。
/etc/X11/xorg.confの設定は
# dpkg-reconfigure xserver-xorg
でも可能です。
armadillo メーリングリストの案内