[Armadillo:03892] Debian-EtchでXが起動しない

email@hidden
2009年 1月 12日 (月) 20:39:36 JST


zzztakemituです。

Howtoにある方法を行ってみましたが、xが起動しません。
以下のようなメッセージがでます。
なにかご存知のかた、いらっしゃいますか?
<http://armadillo.atmark-techno.com/howto/debian-x-window>

試したことは、
#mknod /dev/fb0 c 0 0をしてみたが,同様のログがでて、
Xが起動しません。
以前に、debian-sargeのころは、問題なくdebianマークがでて
起動していたのに、うまくいかないものですね。

---Xのlog----------
debian:~# startx
hostname: Unknown host
xauth:  creating new authority file /root/.serverauth.1219
xauth: (argv):1:  bad display name "debian:0" in "list" command
xauth: (stdin):1:  bad display name "debian:0" in "add" command

X: warning; process set to priority -1 instead of requested priority 0

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.12.3-a9-14 #1 Thu Jun 19 12:30:29 JSlBuild Date: 
02 June 2008
        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: Thu Jan 13 18:06:43 2000
(==) Using config file: "/etc/X11/xorg.conf"
(EE) open /dev/fb0: No such device or address
(EE) No devices detected.

Fatal server error:
no screens found
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
xauth: (argv):1:  bad display name "debian:0" in "remove" command
debian:~#

debian-etch〜Xをインストールした手順

1. Debianのイメージとカーネルイメージをあらかじめ用意する
<http://armadillo.atmark-techno.com/filebrowser/armadillo-9/debian>
 debian-etch-a9-1.tgz
 debian-etch-a9-2.tgz
 debian-etch-a9-3.tgz
 debian-etch-a9-4.tgz
 debian-etch-a9-5.tgz
<http://armadillo.atmark-techno.com/filebrowser/armadillo-9/image>
 linux-2.6.12.3-a9-14.bin.gz

2. Armadillo-9にCFを刺しジャンパーピンをオープンで起動
3. ログイン
login: root
password: root
4. パーティションの設定
# fdisk /dev/hdc
hdc: hdc1

Command (m for help): d
Selected partition 1

Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-992, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-992, default 992): 992

Command (m for help): t
Selected partition 1
Hex code (type L to list codes): 83

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
hdc: hdc1
hdc: hdc1
Syncing disks.
5. パーティションの初期化
# mke2fs -O none /dev/hdc1
6. CFと転送ファイル用のramfsをマウント
# mount /dev/hdc1 /mnt
# mount -t ramfs none /home/ftp/pub
# chmod 777 /home/ftp/pub
7. CFにDebianのイメージファイルをFTPクライアントで/home/ftp/pubにアップロード→Telnetクラ
イアントで展開削除をファイルの数だけ繰り返す。
# gzip -cd /home/ftp/pub/debian-etch-a9-1.tgz | (cd /mnt; tar xf -)
# rm /home/ftp/pub/debian-etch-a9-1.tgz
# gzip -cd /home/ftp/pub/debian-etch-a9-2.tgz | (cd /mnt; tar xf -)
# rm /home/ftp/pub/debian-etch-a9-2.tgz
# gzip -cd /home/ftp/pub/debian-etch-a9-3.tgz | (cd /mnt; tar xf -)
# rm /home/ftp/pub/debian-etch-a9-3.tgz
# gzip -cd /home/ftp/pub/debian-etch-a9-4.tgz | (cd /mnt; tar xf -)
# rm /home/ftp/pub/debian-etch-a9-4.tgz
# gzip -cd /home/ftp/pub/debian-etch-a9-5.tgz | (cd /mnt; tar xf -)
# rm /home/ftp/pub/debian-etch-a9-5.tgz

8. FTPクライアントで/home/ftp/pubにカーネルイメージをアップロードし/mnt/boot/にコピー
# cp /home/ftp/pub/Image.gz /mnt/boot/Image.gz
9. CFのアンマウント後電源を切る
# umount /mnt
10. CFからブート

11.  x-window-systemのインストール
#apt-get update
#apt-get install xfonts-base
#apt-get install jfbterm

#apt-get install x-window-system-core

12.vi /etc/X11/xorg.confは変更していませんが
掲載しておきます。

X Window System Version 7.1.1
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "fbdev"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

以上です。





armadillo メーリングリストの案内