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

[debian-users:38858] Xがうまく起動しません(nForce)



じゅんいちといいます。
いつもこちらのMLで勉強させていただいております。
早速ですが質問させていただきます。

症状:nvidia-kernel-src,nvidia-glx-srcをインストールしstartxすると
次のようなエラーが出て、うまく起動できません。

===== error message ====================================================
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Nov 23 21:20:16 2003
(==) Using config file: "/etc/X11/XF86Config-4"
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(EE) NVIDIA(0): Failed to allocate config DMA context
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
========================================================================

今まで行った操作:
http://p-grp.nucleng.kyoto-u.ac.jp/~honda/kernel.html
を参考に
#apt-get install kernel-source-2.4.22
し、カーネルの再構築後、出来上がったkernel-imageをインストール。
次に nvidia-kernel-src をインストールし
apt-get install x-window-system
しました。この時点ではxは正常に起動していました。
次に、nvidia-glx-srcをインストールし、/etc/X11/XF86Config-4を編集しました。
編集個所は
Driver  "nv" →  "nvidia"
Load "GLcore" → コメントアウト
Load "dri"  → コメントアウト
です。この状態でstartxすると上述のエラーメッセージが出ます。

/usr/X11R6/lib/modules/fonts/libspeedo.a は存在しますが
spencode.o というのは存在しません。

下に/etc/X11/XF86Config-4と、/var/log/XFree86.0.log の一部を
貼り付けさせていただきます。

====== XF86Config-4 ====================================================

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/Speedo"
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#   Load    "GLcore"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
#   Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xfree86"
    Option      "XkbModel"  "jp106"
    Option      "XkbLayout" "jp"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device"        "/dev/psaux"
    Option      "Protocol"      "ImPS/2"
    Option      "Emulate3Buttons"   "true"
    Option      "ZAxisMapping"      "4 5"
EndSection

Section "InputDevice"
    Identifier  "Generic Mouse"
    Driver      "mouse"
    Option      "SendCoreEvents"    "true"
    Option      "Device"        "/dev/input/mice"
    Option      "Protocol"      "ImPS/2"
    Option      "Emulate3Buttons"   "true"
    Option      "ZAxisMapping"      "4 5"
EndSection
#*******************************************************
Section "Device"
    Identifier  "nForce"
    Driver      "nvidia"
# Edit the BusID with the location of your graphics card
    BusID       "PCI:2:0:0"
    EndSection
#*******************************************************
#Section "Device"
#   Identifier  "Generic Video Card"
#   Driver      "nvidia"
#EndSection

Section "Monitor"
    Identifier  "Generic Monitor"
    HorizSync   30-85
    VertRefresh 50-160
    Option      "DPMS"
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "nForce"
    Monitor     "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth       1
        Modes       "1600x1200" "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       4
        Modes       "1600x1200" "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       8
        Modes       "1600x1200" "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       15
        Modes       "1600x1200" "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       16
        Modes       "1600x1200" "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1600x1200" "1280x1024" "800x600" "640x480"
    EndSubSection
EndSection

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

Section "DRI"
    Mode    0666
EndSection

### END DEBCONF SECTION ===============================================

====== XFree86.0.log の一部 ============================================

(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
    compiled for 4.2.1.1, module version = 0.1.0
    ABI class: XFree86 Video Driver, version 0.5
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xE8000000
(--) NVIDIA(0): MMIO registers at 0xE3000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce2 Integrated GPU
(EE) NVIDIA(0): Failed to allocate config DMA context
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

=======================================================================

長くなってしまいましたがよろしくお願いします。m(__)m

AthlonXP 1700
ASUS A7N266-E (nForce420)