On Fri, 28 Jan 2005 12:47:00 +1300, Nick Rout wrote:
> I find that after rebooting a new kernel, i need to re-emerge
> nvidia-kernel and nvidia-glx, then manually modprobe nvidia.
You shouldn't need to re-emerge nvidia-glx, only the kernel modules.
I 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="-distcc -buildpkg -sandbox" emerge nvidia-kernel && modprobe
-v nvidia && /etc/init.d/xdm stop zap start)
--
Neil Bothwick
Life Support System Failure - Reboot Patient (Y/n)?
--
[email protected] mailing list