Am Dienstag, den 09.11.2004, 17:58 +0800 schrieb Edward: > > Brun wrote: > > > I am having some problem with my new fedora core 3 (upgrade from core 2) > > and my nvidia driver. Somehow I have to re-install the nvidia driver > > using the install script every time I do a reboot or else X will not > > start. Please help. > > Check if the nvidia module is loading at boot-up. > > Sounds like that could be your problem? There is a hint in the udev docs: http://fedora.redhat.com/docs/udev/ ---> Nvidia Quick solution: If you do not need rhgb, just load the nvidia module in /etc/rc.local If you have udev >= 032-5, load the nvidia module: cp -a /dev/nvidia* /etc/udev/devices chown root.root /etc/udev/devices/nvidia* The Bugzilla for this problem is 133900. <--- I've put "modprobe nvidia" in rc.local, that works (no rhgb installed). Greets Dirk