From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1ETzrF-0004Ej-Gc for garchives@archives.gentoo.org; Mon, 24 Oct 2005 10:47:13 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j9O82MFZ006173; Mon, 24 Oct 2005 08:02:22 GMT Received: from designersoft.co.uk (www.nrpmedia.net [216.127.80.115]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9O7ar65009639 for ; Mon, 24 Oct 2005 07:36:54 GMT Received: from [192.168.0.4] (host86-132-62-75.range86-132.btcentralplus.com [86.132.62.75]) (authenticated (0 bits)) by ensim.nrpmedia.net (8.11.6/8.11.6) with ESMTP id j9N81FW30567 for ; Sun, 23 Oct 2005 08:01:15 GMT From: Ian Porter Organization: DesignerSoft To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Newcomer: Nvidia from GRP and MX4000 Date: Sun, 23 Oct 2005 09:06:09 +0000 User-Agent: KMail/1.8.1 References: <7bef1f890510221955w77192860o31564bf811b49e95@mail.gmail.com> In-Reply-To: <7bef1f890510221955w77192860o31564bf811b49e95@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510230906.10178.ian@designersoft.co.uk> X-Archives-Salt: 3c0779c2-9c6a-4938-8327-6afd2285d7fe X-Archives-Hash: 2163467be9cc81b2b74b67bf2c952cac 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