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

[debian-users:32723] about nvidia kernel



 初めまして。武井といいます。よろしくお願いします。

 nvidiaのgeforce3ti200(玄人志向)でXの設定をしているところです。
woody + kernel2.4.18 + xfree4.1.0-16 + nvidia geforce3ti200 の環境です。

startx

をうちこむと画面が黒くなり、左上の方に赤い長方形(入力待ちのカーソルの
ような大きさ)が出て、その上を緑色の長方形(一回り小さい)が点滅しております。
# 意味不明な説明ですみません。


 以下、今までの経過です。(なにぶん初心者なので手順が怪しげなところ
も載せときます。とぼけたことやってたらご指摘下さい。m(_ _)m)

1.potato r5 よりインストール

2.woody へアップグレード

3.kernel-source-2.4.18_2.4.18-5_all.deb
  nvidia-kernel-src_1.0.2880-1_i386.deb
  nvidia-glx-src_1.0.2880-3_i386.deb     をインストール

4.kernel再構築。モジュール作成(nvidia-kernel-srcのREADMEに「カーネル
 再構築する場合は同時にやれ」みたいな事が書いてあったので)。

  # cd /usr/src/linux
  # make menuconfig
  # make-kpkg --revision smart.1.0 kernel_image
  # make-kpkg modules_image
  # cd ../
  # dpkg -i kernel-image-2.4.18_smart.1.0_i386.deb
  # dpkg -i nvidia-kernel-2.4.18_1.0.2880-1+smart.1.0_i386.deb

5.nvidia-glx-src よりdebを作成
  # cd /usr/src/nvidia-glx-1.0.2880
  # dpkg-buildpackage -us -uc
  # cd ../
  # dpkg -i nvidia-glx*.deb

6.XF86Config-4編集

7.startx

8.(T ^ T)


 [debian-users:31973] nvidia-kerner-src と GeForce2 MX400 について
のスレッドと同じような手順だったため、これを見ながら、そして同じ問題を
解決しながら進んでいったのですが、どうも kernel modules が入っていない
ようです。
[debian-users:31983] Re: nvidia-kerner-src と GeForce2 MX400 について
であがってた事柄についても、wgetが NVIDIA_kernel-1.0-2880.tar.gz を
とってきてくれたので問題ないと思われます(/usr/src 下にあります)。

 ただ、以前このカードをwin98にインストールしたときも同様の現象
(赤と緑のポインタ?)が起こり、ドライバをアップデートしたら直ったので
ドライバ待ちなのかもしれないのです。しかしlogにハッキリ
Failed to initialize the NVdriver kernel module!
と出ていたため設定ミスではないかと思ったのと、先ほどのスレッドが
debian-users:31983 までしか見られなかったため(あれで終わりなんでしょう
か?)、投稿しました。なにとぞご教授下さるよう、お願いいたします。


 以下は XF86Config-4 です。


***************************************************

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

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/misc"
 FontPath "/usr/lib/X11/fonts/cyrillic"
 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/Type1"
 FontPath "/usr/lib/X11/fonts/Speedo"
 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 "pex5"
 Load "record"
 Load "speedo"
 Load "type1"
 Load "vbe"
 Load "xie"
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"  "ExplorerPS/2"
 Option  "Emulate3Buttons" "true"
 Option  "ZAxisMapping"  "4 5"
EndSection

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

Section "Device"
 Identifier "Generic Video Card"
 Driver  "nvidia"
EndSection

Section "Monitor"
 Identifier "Generic Monitor"
 HorizSync 28-50
 VertRefresh 43-75
 Option  "DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device  "Generic Video Card"
 Monitor  "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1600x1200" "1280x1024" "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1600x1200" "1280x1024" "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1600x1200" "1280x1024" "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1600x1200" "1280x1024" "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1600x1200" "1280x1024" "1024x768"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1600x1200" "1280x1024" "1024x768"
 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) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
 compiled for 4.0.2, module version = 1.0.2880
 Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.1.0.1, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.2
(II) NVIDIA XFree86 Driver  1.0-2880  Tue Mar 26 08:15:50 PST 2002
(II) NVIDIA: NVIDIA driver for: RIVA TNT, RIVA TNT2, Vanta,
 RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256,
 GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200,
 Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS,
 GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460,
 GeForce4 MX 440, GeForce4 MX 420, Quadro4 500XGL, Quadro4 200/400NVS,
 Quadro4 550XGL, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500,
 Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200,
 Quadro4 900XGL, Quadro4 750XGL, Quadro4 700XGL, GeForce2 Go,
 GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M,
 GeForce4 440 Go 64M, Quadro4 500 GoGL
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce3 Ti 200 found
(II) resource ranges after xf86ClaimFixedResources() call:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xf0800000 - 0xf0ffffff (0x800000) MX[B]E
 [6] -1 0 0xf1000000 - 0xf17fffff (0x800000) MX[B]E
 [7] -1 0 0xf1800000 - 0xf1ffffff (0x800000) MX[B]E
 [8] -1 0 0xf8000000 - 0xffffffff (0x8000000) MX[B]E
 [9] -1 0 0xf37f0000 - 0xf37fffff (0x10000) MX[B](B)
 [10] -1 0 0xf3800000 - 0xf387ffff (0x80000) MX[B](B)
 [11] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
 [12] -1 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [15] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
 [16] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
 [17] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
 [18] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
 [19] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
 [20] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
 [21] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
 [22] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E
 [23] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
(II) resource ranges after probing:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
 [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
 [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
 [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
 [5] -1 0 0xf0800000 - 0xf0ffffff (0x800000) MX[B]E
 [6] -1 0 0xf1000000 - 0xf17fffff (0x800000) MX[B]E
 [7] -1 0 0xf1800000 - 0xf1ffffff (0x800000) MX[B]E
 [8] -1 0 0xf8000000 - 0xffffffff (0x8000000) MX[B]E
 [9] -1 0 0xf37f0000 - 0xf37fffff (0x10000) MX[B](B)
 [10] -1 0 0xf3800000 - 0xf387ffff (0x80000) MX[B](B)
 [11] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
 [12] -1 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
 [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
 [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
 [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
 [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [18] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
 [19] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
 [20] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
 [21] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
 [22] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
 [23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
 [24] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]E
 [25] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E
 [26] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
 [27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(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.1.0.1, module version = 0.1.0
 ABI class: XFree86 Video Driver, version 0.4
(**) 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 0xF4000000
(--) NVIDIA(0): MMIO registers at 0xF2000000
(EE) NVIDIA(0): Failed to initialize the NVdriver kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(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

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.
***************************************************
***************************************************
ちなみに
/usr/X11R6/lib/modules/libvgahw.a
は存在します。


 以下関係ありそうなパッケージです。

***************************************************
||/ Name           Version        Description
+++-==============-==============-============================================
ii  kernel-image-2 smart.1.0      Linux kernel binary image for version 2.4.18
ii  kernel-package 7.107          Debian Linux kernel package build scripts.
ii  kernel-source- 2.4.18-5       Linux kernel source for version 2.4.18ii  nvidia-glx     1.0.2880-3     NVIDIA binary XFree86 4.x
driver
ii  nvidia-glx-src 1.0.2880-3     NVIDIA binary XFree86 4.x driver
ii  nvidia-kernel- 1.0.2880-1+sma NVIDIA binary kernel module for Linux 2.4.18
ii  nvidia-kernel- 1.0.2880-1     NVIDIA binary kernel moduleii  wget           1.8.1-6        retrieves files from the web
ii  wget           1.8.1-6        retrieves files from the web
ii  xserver-common 4.1.0-16       files and utilities common to all X servers
ii  xserver-common 3.3.6-44       files and utilities common to XFree86 3.x X
ii  xserver-vga16  3.3.6-44       X server for VGA graphics cards
ii  xserver-xfree8 4.1.0-16       the XFree86 X server
***************************************************
***************************************************

 よろしくお願いします。。

#どこ抜粋すればいいかわかんなかったので情報量多くなっちまいましたー
#ごめんなさい。でも今後の勉強のために「今回はこれが余分」
#とか、「これが足りねーよ」とか言ってくだされば幸いです。


- - - -     < Verba volant, scripta manent. >    - - - -
       武井雄紀       e-mail:yuki_3rd_ed@xxxxxxxxxxx
 - − ─ ─ ─────────────────── ☆

__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/