Gentoo Archives: gentoo-user

From: Bob Young <BYoung@××××××××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] failed to load nvidia kernel module
Date: Thu, 27 Oct 2005 18:49:53
Message-Id: FAEEIJPAOFEMBBLKPMJEGEJGDEAA.BYoung@NuCORETech.com
In Reply to: [gentoo-user] failed to load nvidia kernel module by renna bud
1 -----Original Message-----
2 From: renna bud [mailto:rennabh@×××××.com]
3 Sent: Thursday, October 27, 2005 1:01 PM
4 To: gentoo-user@l.g.o
5 Subject: [gentoo-user] failed to load nvidia kernel module
6
7 hi to all. i am finalizing a fresh new gentoo installation. i'm having some
8 problems with xorg and my nvidia geforce mx 440 card. i followed the
9 instructions on the dedicated part of documentation on gentoo.org, and even
10 tried the following commands as proposed by gentoo-wiki.com but i allways
11 get
12 the same error
13
14 #emerge nvidia-kernel nvidia-glx nvidia-settings
15 #opengl-update nvidia
16 #modprobe nvidia
17 #X -configure
18 #X -config /root/xorg.conf.new
19
20 but i allways get this (from /var/log/Xorg.0.log)
21
22
23 (II) Setting vga for screen 0.
24 (==) NVIDIA(0): Depth 8, (==) framebuffer bpp 8
25 (==) NVIDIA(0): Default visual is PseudoColor
26 (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
27 (--) NVIDIA(0): Linear framebuffer at 0xF0000000
28 (--) NVIDIA(0): MMIO registers at 0xEE000000
29 (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
30 (EE) NVIDIA(0): *** Aborting ***
31 (II) UnloadModule: "nvidia"
32 (EE) Screen(s) found, but none have a usable configuration.
33
34 Fatal server error:
35 no screens found
36
37 Please consult the The X.Org Foundation support
38 at http://wiki.X.Org
39 for help.
40 Please also check the log file at "/var/log/Xorg.0.log" for additional
41 information.
42
43
44 portage installed me diffferent versions of nvidia-glx and nvidia-kernel
45 (1.0.6629-r6 and 1.0.6629-r4) should i install the same version? are there
46 newer versions available, or are these known not to work? right now i'm
47 using
48 the nv driver, and i have everything i need (kde) working, though i'd like
49 to
50 set up my nvidia card to its full capabilities
51 thanks
52 I'm ran into the exact same problem on a newly installed dual Opteron system
53 yesterday. Basically it's a broken nvidia ebuild. There was a thread on this
54 forum about this exact issue a couple of weeks ago. The "solution" is to
55 emerge the masked versions of the nvidia-kernel. To see what versions are
56 available you can:
57 ACCEPT_KEYWORDS="~x86" emerge -sv nvidia
58 Then umask the specific version of the packages you want to use:
59 #echo '=media-video/nvidia-kernel-1.0.7676 ~x86'
60 >>/etc/portage/package.keywords
61 #echo '=media-video/nvidia-glx-1.0.7676-r1 ~x86'
62 >>/etc/portage/package.keywords
63
64 Assuming your running x86 of course, otherwise replace "~x86" with the
65 appropiate value for your arch.
66 HTH,
67 Bob Young
68
69
70
71 --
72 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] failed to load nvidia kernel module Qian Qiao <qian.qiao@×××××.com>