Gentoo Archives: gentoo-user

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

Replies

Subject Author
RE: [gentoo-user] failed to load nvidia kernel module Bob Young <BYoung@××××××××××.com>