Re: [gentoo-user] nvidia 1.0.4191-r1, XFree 4.2.99.4 and linux-gentoo-2.4.20-r1

2003-02-09 Thread Richard Kilgore
On Sun, Feb 09, 2003 at 06:08:05AM -0500, Maximus wrote:
 On Sun, 09 Feb 2003 05:52:41 -0500
 Maximus [EMAIL PROTECTED] wrote:
 
  On Sun, 09 Feb 2003 11:01:17 +0100
  Anders Johansson [EMAIL PROTECTED] wrote:
  
   On Sun, 2003-02-09 at 10:57, Maximus wrote:
Thanks for your question.

I have nvidia in my XFConfig, but to load the module, I seem to
have to put NVdriver in my modules.autoload file. I believe
something in the baselayout changed this for me, as I had not
needed to do this before.
   
   You're missing the point. As of 4191, the module isn't called
   NVdriver anymore. The kernel module in 1.0.4191 is called nvidia
   modprobe nvidia. The ebuild had a note about it
   
   Anders
   
  Sorry, dude, but YOU have missed the point. My sh*t works! 
  
 modprobe nvidia
 modprobe: Can't locate module nvidia

What if you either reboot first, or do the following?

# depmod -a
# modprobe -r NVdriver
# modprobe nvidia

- richard

-- 
Richard Kilgore
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] nvidia 1.0.4191-r1, XFree 4.2.99.4 and linux-gentoo-2.4.20-r1

2003-02-09 Thread Volker Hemmann


 I have nvidia in my XFConfig, but to load the module, I seem to have
 to put NVdriver in my modules.autoload file. I believe something in the
 baselayout changed this for me, as I had not needed to do this before.

No,
1491 needs:
# Nvidia drivers support
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195

fresh from /etc/modules.de/nvidia and not yours:

 cat /etc/modules.d/nvidia
 alias char-major-195 NVdriver

 ### modules-update: start processing /etc/modules.d/nvidia
 alias char-major-195 NVdriver

 ### modules-update: end processing /etc/modules.d/nvidia
 Snipped from modules.conf.

 I also get the same glxgears performance as before. All I know is I'm
 using the Nvidia official drivers and not the nv open source ones. So
 I'm cool.

do a lsmod
Is nvidia loaded? or NVdriver?
I bet, you are loading NVdriver... ;o)

Glück Auf,
Volker

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] nvidia 1.0.4191-r1, XFree 4.2.99.4 and linux-gentoo-2.4.20-r1

2003-02-09 Thread Ernie Schroder


On Sunday 09 February 2003 14:30, Volker Hemmann wrote:
  I have nvidia in my XFConfig, but to load the module, I seem to have
  to put NVdriver in my modules.autoload file. I believe something in the
  baselayout changed this for me, as I had not needed to do this before.

 No,
 1491 needs:
 # Nvidia drivers support
 alias char-major-195 nvidia
 alias /dev/nvidiactl char-major-195

 fresh from /etc/modules.de/nvidia and not yours:
  cat /etc/modules.d/nvidia
  alias char-major-195 NVdriver
 
  ### modules-update: start processing /etc/modules.d/nvidia
  alias char-major-195 NVdriver
 
  ### modules-update: end processing /etc/modules.d/nvidia
  Snipped from modules.conf.
 
  I also get the same glxgears performance as before. All I know is I'm
  using the Nvidia official drivers and not the nv open source ones. So
  I'm cool.

 do a lsmod
 Is nvidia loaded? or NVdriver?
 I bet, you are loading NVdriver... ;o)

 Glück Auf,
 Volker

It just occurred to me that if he is loading NVdriver he's probably doomed 
from the get-go. The instructions, I believe, tell you to un-install the old 
driver first then to install the new one. No small wonder things are acting 
wierd. I have upgraded to the latest, removing the 3123 driver firstand had 
no problems getting the card to work, other that AGP issues related to my 
KT133 chipset.
-- 
Regards, Ernie
100% Microsoft and Intel free

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] nvidia 1.0.4191-r1, XFree 4.2.99.4 and linux-gentoo-2.4.20-r1

2003-02-08 Thread Peter Ruskin
On Saturday 08 Feb 2003 04:51, Jim Nutt wrote:
 On Fri, 7 Feb 2003 17:31:32 -0800

 Jim Nutt [EMAIL PROTECTED] wrote:
  I'm having trouble getting the new nvidia drivers to work on my
  system. No errors are reported, just that the X server broke off it's
  connection. The kernel module also reports that it is still in use
  after everything is exited. Any suggestions, ideas, anything?

 To clarify, I've upgraded both the kernel module and the glx module.
 (they're both at 1.0.4191-r1). I am running ~X86, so that could be the
 issue. In any case, I'm able to use the nv driver (non 3d
 accellerated) and it works all right, so it's not a huge issue. It'd
 just be nice to figure out what the problem is..

There was a whole bunch of stuff that got upgraded at the same time.  I 
use nvidia-1.0.4191-r1 and XFree-4.2.99.4 ... baselayout changed about 
the same time.  I didn't know where to look to discover why mozilla 
segfaulted and X response was so slow.

It turned out to be a font problem.  /etc/fonts/fonts.conf used to work OK 
but now it seems to need to have font directories listed that have no 
subdirectories, so dir/usr/X11R6/lib/X11/fonts/dir is not good enough 
any more.

This may have nothing to do with your problem of course, but it may be 
worth a look.

Peter
-- 
Gentoo-1.4.3.2 Unstable. KDE: 3.1.0 Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 512MB.  Kernel: 2.4.20-xfs_pre5-pnr.GCC 3.2.2


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] nvidia 1.0.4191-r1, XFree 4.2.99.4 and linux-gentoo-2.4.20-r1

2003-02-08 Thread Pat Double
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 07 February 2003 10:20 pm, Maximus wrote:

 I just noticed that before this week, even just a few emerges ago, I was
 able to emerge nvidia-kernel nvidia-glx and then opengl-update nvidia,
 after a kernel update and then startx and all was well.

 The last time I tried that routine, I found that the NVdriver was not
 being loaded automatically as was done before. So now I found I had to
 out the NVdriver in the /etc/modules.autoload file by hand. Once doing
 that all is once well again.

Shouldn't you being using the nvidia module, and not the NVdriver?

- -- 
Pat Double, [EMAIL PROTECTED]
In the beginning God created the heaven and the earth.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+RTV+dOmLNuoWoKgRAr3TAJ9oPk1K01kFvQbH1ZYgedCP5TFmRACeISsi
+i9vP8Q9hp+nFTPoEpz5f1s=
=g0vx
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list




[gentoo-user] nvidia 1.0.4191-r1, XFree 4.2.99.4 and linux-gentoo-2.4.20-r1

2003-02-07 Thread Jim Nutt
I'm having trouble getting the new nvidia drivers to work on my system. No errors are 
reported, just that the X server broke off it's connection. The kernel module also 
reports that it is still in use after everything is exited. Any suggestions, ideas, 
anything?

jim

-- 
jim nutt

home:   [EMAIL PROTECTED]   jabber: [EMAIL PROTECTED]
work:   [EMAIL PROTECTED]  ms msg: [EMAIL PROTECTED]
pgp id: 1ECBCC78



msg00810/pgp0.pgp
Description: PGP signature


Re: [gentoo-user] nvidia 1.0.4191-r1, XFree 4.2.99.4 and linux-gentoo-2.4.20-r1

2003-02-07 Thread Richard Kilgore
On Fri, Feb 07, 2003 at 05:31:32PM -0800, Jim Nutt wrote:
 --=.lr/pX7ZW3lNpVG Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 I'm having trouble getting the new nvidia drivers to work on my
 system. No errors are reported, just that the X server broke
 off it's connection. The kernel module also reports that it is
 still in use after everything is exited. Any suggestions, ideas,
 anything?
 
 jim

Did you upgrade nvidia-glx at the same time you upgraded
nvidia-kernel?

- richard


 -- jim nutt
 
 home: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] work:
 [EMAIL PROTECTED] ms msg: [EMAIL PROTECTED] pgp id: 1ECBCC78
 
 --=.lr/pX7ZW3lNpVG Content-Type: application/pgp-signature
 
 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux)
 
 iD8DBQE+RF4G4HEfsh7LzHgRAl36AJ0Qk9MYgIqkk/76hgW7gA8hyFFyFgCg7C6R
 iUPPgRigXndTN5YNwYZiHrc= =HRMI -END PGP SIGNATURE-
 
 --=.lr/pX7ZW3lNpVG--
 

-- 
Richard Kilgore
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list