linux-restricted-modules-* remove/install every boot

Mark C lists at funkypenguin.net
Tue Sep 21 01:36:14 UTC 2004


On Mon, 2004-09-20 at 21:27 -0500, Justin Conover wrote:

> > Add the line 'nvidia' to /etc/modules. AFAIK, this is an issue with the 
> > driver and udev.

You could always modify the nvidia-glx script, to create the devices on
every bootup, i.e:

mknod /dev/nvidiactl c 195 255
  for nn in 0 1 2 3 4 5 6 7 ; do
    mknod /dev/nvidia$nn c 195 $nn
  done
chown root.video /dev/nvidia*
chmod 0660 /dev/nvidia*

This is basically because they are not compatible with udev yet.

Hope this helps.

Mark





More information about the ubuntu-users mailing list