[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:51900] インストールにおけるXの設定



tamakiといいます。

長南さんのアドバイスで新しいスレッドを立てることにしました。

マシンのスペック。
HITACHI FLORA330 PC7DK-1
CPU:            Pentium 3
チップセット:   SiS630
メモリ:         512MB
ハードディスク: 13.5GB
(グラフィックカードはわかりません)

ディスプレイ装置
HITACHI PC-DC7102
仕様
同期周波数 水平 30-70kHz
            垂直 50-160Hz
解像度   水平1280ドットまで
      垂直1024ラインまで
プリセットモード 解像度   垂直周波数  水平周波数   備考
 5       800*600      85.0Hz        53.7kHz        SVGA
  6              1024*768     60.0Hz        48.4kHz        XGA
  7              1024*768     75.0Hz        60.0kHz        XGA
  8              1024*768     85.0Hz        68.7kHz        XGA 


jigdoを使い「debian-40r6-i386-CD-1」をダウンロードし、
このCDでインストールしました。
ひと通りのインストールが完了して、再起動すると
「Xが正しくセットアップされていない」というエラーメッセージが出ました。

以下はエラーメッセージです。
Failed to start the X server (your graphical interface).
It is likely that it is not set up correctly.
Would you like to view the X server output to diagnose the problem?

「Debian JP Project - Debian GNU/Linux クイックインストール解説(Etch編)」
http://www.debian.or.jp/using/quick-etch/
によると、インストールの際、「ソフトウェアの選択とインストール」の途中で
「X ウィンドウシステムの設定として、利用したい解像度が尋ねられます」
とのことですが、Xの設定はありませんでした。

X Windowの設定(もしくはモニタの設定)はどうやればいいのでしょうか。
ご教示頂けるとうれしいです。

「Xの設定 debian」を検索すると、
# dpkg-reconfigure xserver-xorg
# dpkg-reconfigure -plow xserver-xfree86
などで設定できるそうですが、まだ実行していません。不安なので。

インストール中、「ソフトウェアの選択」では、デスクトップ環境と標準システムを
選択しました。

以下、実行しました
# dpkg -l xserver-xorg                   <-文字化けした
# export LANG=C
# dpkg -l xserver-xorg
Desired=Unknown/Install/Remove/Purge/Hold
| status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems(Status,Err: uppercase=bad)
||/Name          Version     Description
+++-===========-============-================================================
ii xserver-xorg  7.1.0-19    the X.Org X server

# ls /etc/X11/xorg.conf
/etc/X11/xorg.conf
# more /etc/X11/xorg.conf
Section "Files"
        FontPath    "/usr/share/fonts/X11/misc"
        (略)

Section "Module"
        Load       "i2c"
        (略)

Section "InputDevice"
        Identifier   "Generic keyboard"
        (略)

Section "InputDevice"
        Identifier   "Configured Mouse"

Section "Device"
        Identifier   "Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA
                      Display Adapter"
        Driver       "sis"
        BusID        "PCI:1:0:0"

Section "Monitor"
        Identifier   "Generic Monitor"
        Option       "DPMS"

Section "Screen"
        Identifier    "default Screen"
        Device        "Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA
                       Display Adapter"
        Monitor       "Generic Monitor"
        DefaultDepth   24

        Subsection "Display"
             Depth     1
             Modes     "1280*1024""1024*768""832*624""800*600""720*400""640*480"
        Subsection "Display"
             Depth     4
             Modes     "1280*1024""1024*768""832*624""800*600""720*400""640*480"
        Subsection "Display"
             Depth     8
             Modes     "1280*1024""1024*768""832*624""800*600""720*400""640*480"
        Subsection "Display"
             Depth     15
             Modes     "1280*1024""1024*768""832*624""800*600""720*400""640*480"
        Subsection "Display"
             Depth     16
             Modes     "1280*1024""1024*768""832*624""800*600""720*400""640*480"
        Subsection "Display"
             Depth     24
             Modes     "1280*1024""1024*768""832*624""800*600""720*400""640*480"

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen"
        InputDevice    "Generic keyboard"
        InputDevice    "Configured Mouse"

Section "DRI"
        Mode   0666

# dpkg -l gdm
Desired=Unknown/Install/Remove/Purge/Hold
| status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems(Status,Err: uppercase=bad)
||/Name          Version     Description
+++-===========-============-================================================
ii gdm          2.16.4-1     GNOME Display Manager

# dpkg -l gnome-core
Desired=Unknown/Install/Remove/Purge/Hold
| status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems(Status,Err: uppercase=bad)
||/Name          Version     Description
+++-===========-============-================================================
ii gnome-core   2.14.3.6     The GNOME Desktop Environment -- essential c


--
tamaki