Nvidia drivers version 6629
Λουκάς Σταμέλλος
potmos at myqnet.gr
Tue Dec 7 22:44:05 EET 2004
Στις Σαβ 04 Δεκ 2004 11:38, ο/η Manolis Christodoulou
έγραψε:
> Εγκατέστησα τον 6629 σε FC3. Αλλά θα κρασάρει αν δεν
> ακολουθήσετε κάποιες επιπλέον διαδικασίες που τις βρηκα
> κάνοντας googling (και δεν τις θυμάμαι πια)
Αυτές έχουν ως εξής:
------------------------------------------------------------------
create a file in /etc/init.d/ named load_nvidia
put this inside the file:
CODE
#!/bin/bash
case "$1" in
start)
/sbin/modprobe nvidia
;;
stop)
exit
;;
*)
exit
esac
Now save the file and chmod it to be executable:
chmod 755 /etc/init.d/load_nvidia
now create a link to make it load on run level 5 ... like
this:
ln -s /etc/init.d/load_nvidia /etc/rc5.d/S07load_nvidia
it should insert the nvidia driver after hardware detection
and before the network starts on runlevel 5 (gui mode).
----------------------------------------------------------
Φιλικά,
Λουκάς
More information about the Migrate2linux
mailing list