PDA

View Full Version : Struggling to get MX440 & MDK9.1 to work


gardavis
04-12-03, 04:22 PM
After installing MDK 9.1 fresh, booting displayed a black screen at the time X was started.

Using info from this forum, I installed the nvidia drivers with the new installer (4349).

I edited the config-4 to change "nv" to "nvidia".

I then ran modprobe nvidia or insmod nvidia and then startx and I am now able to get into my gui.

However, when I reboot, it again does not work because nvidia is not loaded - insmod nvidia and startx work. What is the proper method to get nvidia to load?

Someone said I had to have the kernel sources installed so I did that and reinstalled the run script. No difference.

The other problem is logging off my ID from the gui causes a black-screen and hang.

I have a SOYO Dragon Platinum (VIA chipset), Leadtek MX440 vivo card, Dell FP1800 lcd monitor.

Thanks,
Gary Davis

Jon_e
04-12-03, 07:26 PM
The proper way to load a kernel module on startup is to specfy it in either /etc/modules or /etc/modules.conf depending on how your distribution does this. You might want to refer to the documentation of your distro.

mtrr
04-12-03, 07:27 PM
hi there,

for autoloading read the manpage for modules.conf and nvidia's readme for
their driver configuration.


cheers


ps: in that file something like:

alias /dev/nvidia* nvidia
alias char-major-195 nvidia

should be there

explanation:

http://www.mandrakeforum.com/article.php?sid=2021

gardavis
04-13-03, 04:15 PM
This was in /etc/modules.conf:

alias /dev/nvidia* nvidia

but this was what was needed to get the driver loaded:

/etc/modules - add a line that said: nvidia

Also, I had to change the default run level from 3 to 5 to actually start up the gui.

Thanks for your help.

ThePsychologist
04-13-03, 04:20 PM
Thanks I had the exact same problem with redhat 8.0 and a geforce 4 mx 420 pci card.

mtrr
04-13-03, 04:49 PM
no problem, always glad to help

cheers