* [gentoo-user] Newcomer: Nvidia from GRP and MX4000
@ 2005-10-23 2:55 Alan E. Davis
2005-10-23 9:06 ` Ian Porter
2005-10-23 15:14 ` Mark Shields
0 siblings, 2 replies; 5+ messages in thread
From: Alan E. Davis @ 2005-10-23 2:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 750 bytes --]
On AMD64 system with an MX 4000 video card.
I have made it through an installation, installing everything from the
Packages (GRP) disk. This has been a no-net install so far.
Trying to configure Xorg, after installing nvidia-kernel driver and
nvidia-glx.
Xorg -configure
then
X -config /root/xorg.conf.new
I also did "modprobe nvidia"
I am receiving the message
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
Then the process aborted.
I haven't found (yet) any suggestions, except to install a newer version of
the nvidia-kernel.
I fear I will have to upgrade the whole system now, once I can get online,
which may be days away.
Thanks for any suggestions.
Alan Davis
--
~/.signature
[-- Attachment #2: Type: text/html, Size: 969 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Newcomer: Nvidia from GRP and MX4000
2005-10-23 2:55 [gentoo-user] Newcomer: Nvidia from GRP and MX4000 Alan E. Davis
@ 2005-10-23 9:06 ` Ian Porter
2005-10-24 8:29 ` Alan E. Davis
2005-10-23 15:14 ` Mark Shields
1 sibling, 1 reply; 5+ messages in thread
From: Ian Porter @ 2005-10-23 9:06 UTC (permalink / raw
To: gentoo-user
Hi
On Sunday 23 October 2005 02:55, Alan E. Davis wrote:
> On AMD64 system with an MX 4000 video card.
>
> I have made it through an installation, installing everything from the
> Packages (GRP) disk. This has been a no-net install so far.
>
> Trying to configure Xorg, after installing nvidia-kernel driver and
> nvidia-glx.
> Xorg -configure
> then
> X -config /root/xorg.conf.new
>
> I also did "modprobe nvidia"
>
> I am receiving the message
>
> (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
I did not use the Xorg -configure, but these are the first things that I
check to make sure that there is the following lines within
your /etc/X11/xorg.conf
For the nvidia drivers
Section "Device"
Identifier "nvidiaCard"
Driver "nvidia"
EndSection
And there should be a link within the screen section to your (mine) nvidiaCard
Section "Screen"
Identifier "Screen0"
Device "nvidiaCard"
.....
This is my section for the Module, for the nvidia cards you need to unselect
the dri module and include the glx.
Section "Module"
Load "freetype"
Load "extmod"
Load "glx"
#Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
EndSection
If you have these options created then make sure there is the
/etc/modules.d/nvidia
file, mine has
# Nvidia drivers support
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195
within it (if you have to add it do an modules-update)
HTH
Ian
>
> Then the process aborted.
>
> I haven't found (yet) any suggestions, except to install a newer version of
> the nvidia-kernel.
>
> I fear I will have to upgrade the whole system now, once I can get online,
> which may be days away.
>
> Thanks for any suggestions.
>
> Alan Davis
>
>
>
>
>
> --
> ~/.signature
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Newcomer: Nvidia from GRP and MX4000
2005-10-23 2:55 [gentoo-user] Newcomer: Nvidia from GRP and MX4000 Alan E. Davis
2005-10-23 9:06 ` Ian Porter
@ 2005-10-23 15:14 ` Mark Shields
2005-10-24 11:47 ` Alan E. Davis
1 sibling, 1 reply; 5+ messages in thread
From: Mark Shields @ 2005-10-23 15:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 938 bytes --]
What does
lsmod | grep nvidia
return?
On 10/22/05, Alan E. Davis <lngndvs@gmail.com> wrote:
>
> On AMD64 system with an MX 4000 video card.
>
> I have made it through an installation, installing everything from the
> Packages (GRP) disk. This has been a no-net install so far.
>
> Trying to configure Xorg, after installing nvidia-kernel driver and
> nvidia-glx.
> Xorg -configure
> then
> X -config /root/xorg.conf.new
>
> I also did "modprobe nvidia"
>
> I am receiving the message
>
> (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
>
> Then the process aborted.
>
> I haven't found (yet) any suggestions, except to install a newer version
> of the nvidia-kernel.
>
> I fear I will have to upgrade the whole system now, once I can get online,
> which may be days away.
>
> Thanks for any suggestions.
>
> Alan Davis
>
>
>
>
>
> --
> ~/.signature
--
- Mark Shields
[-- Attachment #2: Type: text/html, Size: 1427 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Newcomer: Nvidia from GRP and MX4000
2005-10-23 9:06 ` Ian Porter
@ 2005-10-24 8:29 ` Alan E. Davis
0 siblings, 0 replies; 5+ messages in thread
From: Alan E. Davis @ 2005-10-24 8:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2869 bytes --]
Thank you. Upon reflection after a remarkable exchange with helpful people
on iirc, I opted to start backing out packages. It seems I had left the
system in a somewhat convoluted state, notably by emerging nvidia-kernel
before xorg-x11, and having installed emacs first of all, which pulled in a
possibly partial install of xorg.
I actually ran an xorg setup program (xorgconfig) that helped get a credible
first off xorg.conf going, this time. Unmerged nvidia-kernel and nvidia-glx,
and finally as often seems to happen, just when I was about to give it up, I
walked back in the room and the gdm screen was staring me in the face!
So thanks, I will study your settings. I will have to work out TV out, and
reinstall nvidia drivers again, soon.
Alan
On 10/23/05, Ian Porter <ian@designersoft.co.uk> wrote:
>
> Hi
> On Sunday 23 October 2005 02:55, Alan E. Davis wrote:
> > On AMD64 system with an MX 4000 video card.
> >
> > I have made it through an installation, installing everything from the
> > Packages (GRP) disk. This has been a no-net install so far.
> >
> > Trying to configure Xorg, after installing nvidia-kernel driver and
> > nvidia-glx.
> > Xorg -configure
> > then
> > X -config /root/xorg.conf.new
> >
> > I also did "modprobe nvidia"
> >
> > I am receiving the message
> >
> > (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
>
> I did not use the Xorg -configure, but these are the first things that I
> check to make sure that there is the following lines within
> your /etc/X11/xorg.conf
>
> For the nvidia drivers
> Section "Device"
> Identifier "nvidiaCard"
> Driver "nvidia"
> EndSection
>
> And there should be a link within the screen section to your (mine)
> nvidiaCard
> Section "Screen"
> Identifier "Screen0"
> Device "nvidiaCard"
> .....
>
> This is my section for the Module, for the nvidia cards you need to
> unselect
> the dri module and include the glx.
>
> Section "Module"
> Load "freetype"
> Load "extmod"
> Load "glx"
> #Load "dri"
> Load "dbe"
> Load "record"
> Load "xtrap"
> Load "type1"
> EndSection
>
> If you have these options created then make sure there is the
> /etc/modules.d/nvidia
> file, mine has
>
> # Nvidia drivers support
> alias char-major-195 nvidia
> alias /dev/nvidiactl char-major-195
>
> within it (if you have to add it do an modules-update)
>
> HTH
> Ian
> >
> > Then the process aborted.
> >
> > I haven't found (yet) any suggestions, except to install a newer version
> of
> > the nvidia-kernel.
> >
> > I fear I will have to upgrade the whole system now, once I can get
> online,
> > which may be days away.
> >
> > Thanks for any suggestions.
> >
> > Alan Davis
> >
> >
> >
> >
> >
> > --
> > ~/.signature
> --
> gentoo-user@gentoo.org mailing list
>
>
--
~/.signature
[-- Attachment #2: Type: text/html, Size: 4274 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Newcomer: Nvidia from GRP and MX4000
2005-10-23 15:14 ` Mark Shields
@ 2005-10-24 11:47 ` Alan E. Davis
0 siblings, 0 replies; 5+ messages in thread
From: Alan E. Davis @ 2005-10-24 11:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1439 bytes --]
It was installed at the time I posted this problem; however, I have now
removed nvidia-kernel and nvidia-glx, and generated a new xorg.conf. The
system is working now, using "nv" as the driver. Next, I guess I'll install
nvidia-kernel, etc., and see if it works this time?
Thank you very much for your post.
Alan
On 10/24/05, Mark Shields <laebshade@gmail.com> wrote:
>
> What does
>
> lsmod | grep nvidia
>
> return?
>
> On 10/22/05, Alan E. Davis <lngndvs@gmail.com> wrote:
> >
> > On AMD64 system with an MX 4000 video card.
> >
> > I have made it through an installation, installing everything from the
> > Packages (GRP) disk. This has been a no-net install so far.
> >
> > Trying to configure Xorg, after installing nvidia-kernel driver and
> > nvidia-glx.
> > Xorg -configure
> > then
> > X -config /root/xorg.conf.new
> >
> > I also did "modprobe nvidia"
> >
> > I am receiving the message
> >
> > (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
> >
> > Then the process aborted.
> >
> > I haven't found (yet) any suggestions, except to install a newer version
> > of the nvidia-kernel.
> >
> > I fear I will have to upgrade the whole system now, once I can get
> > online, which may be days away.
> >
> > Thanks for any suggestions.
> >
> > Alan Davis
> >
> >
> >
> >
> >
> > --
> > ~/.signature
>
>
>
>
> --
> - Mark Shields
--
~/.signature
[-- Attachment #2: Type: text/html, Size: 2317 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-10-24 12:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-23 2:55 [gentoo-user] Newcomer: Nvidia from GRP and MX4000 Alan E. Davis
2005-10-23 9:06 ` Ian Porter
2005-10-24 8:29 ` Alan E. Davis
2005-10-23 15:14 ` Mark Shields
2005-10-24 11:47 ` Alan E. Davis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox