[Armadillo:03926] Re: Debian-EtchでXが起動しない(armadillo-9)

email@hidden
2009年 1月 19日 (月) 01:37:22 JST


zzztakemituです。

回答ありがとうございます。

セットアップから方法をためしてみました。
使用したディスプレイは、Quixun qt-702です。
 640*480 H 31.4kHz V 60Hz

エラーも出ずに画面がでました。
しかし以下の問題があると思います。

1、左2/3しか画面がでない。
2、縦線が入る 
3、文字が読めない。特にxtermの文字
4、仕様かもしれないが、画面が白黒(グレースケール)
  画素配列がまちがっているようにも見えます。

ディスプレイの推奨は800*600だったので、変更してみました。
 800*600 H 37.8kHz V 60Hz

全画面で出ました。
しかしながら、2〜4の問題は同様です。 

あと試したのは、富士通のディスプレイで試しました。
14インチ VL-153SX 
上記同様の症状でした。

下記にxorg-confの情報を置いておきます。
なにかおかしいところはありますでしょうか?




# /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    "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-32
        VertRefresh     43-60
EndSection

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

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

Section "DRI"
        Mode    0666
EndSection


----- Original Message ----- 
送信者: yoshikazu aoyama<email@hidden>
宛先: email@hidden
日付:Friday, January, 16, 2009, 05:37 PM
件名: [Armadillo:03920] Re:Debian-EtchでXが起動しない(armadillo-9)

> 
> 
> 青山です。
> 
> 以下の手順で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 mailing list
> email@hidden
> http://lists.atmark-techno.com/cgi-bin/mailman/listinfo/armadillo
> 



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