> It is strange... X should automatically load the nVidia driver when it > needs it.
All modules which are auto-loaded are loaded via /etc/modules.conf You need to set that up correctly, your system configuration program program should do it for you. If it doesn't, use a text editor. It'll be something like an alias line which aliases some name to the name of the module to load. You're best to copy the respective line(s) from an existing modules.conf which is already set up. Alternatively, as pointed out, load the module on boot via the mechanism provided by your distro, or stick an insmod into /etc/init.d/boot.local. Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.
