On Fri, 15 Apr 2005 09:27:17 -0400, Dave Nebinger wrote: > > Upgraded the kernel to r6. No joy, X won't start, can't find valid > > module. > > After upgrading a kernel you need to boot into console mode and > reinstall the drivers.
Only the kernel part of the nvidia packages. You need to emerge
nvidia-kernel again, but not nvidia-glx.
You can do it automatically by putting this in /etc/conf.d/local.start
# Re-emerge NVidia drivers after a kernel compile
lsmod | grep --quiet nvidia || \
(FEATURES="-sandbox" emerge --oneshot nvidia-kernel && modprobe -v
nvidia && /etc/init.d/xdm stop zap start)
--
Neil Bothwick
If a program is useless, it must be documented.
pgpDnwwFJQHgp.pgp
Description: PGP signature

