ubuntu wont reconize geforce4 mx440 but will reconize the motherboard video slot

Asked by jonlopez

i just updated my Ubuntu to 6.06 LTS so i can use my Nvidia Geforce4 MX440 with AGP8X card but it stills only recognizes the video slot thats on the motherboard. i cant start the Ubuntu because it tells me to correct my graphic configurations.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux-restricted-modules-2.6.15 Edit question
Assignee:
No assignee Edit question
Solved by:
jonlopez
Solved:
Last query:
Last reply:
Revision history for this message
John Vivirito (gnomefreak) said :
#1

Did you try to disable the onboard video card in the system bios? Also when you configure the nvidia card make sure the pcislot numbers are correct.

Revision history for this message
Best jonlopez (retsamssa) said :
#2

thanks for the help john vivirito

Revision history for this message
John Vivirito (gnomefreak) said :
#3

Your Welcome.

Revision history for this message
maddog (monkeyboy-54321) said :
#4

I installed nvidia-glx-config for ubuntu 6.10 to recognize my nvidia g-force6800 graphics card after I restarted it didn't load the GUI interface. I then used the sudo apt-get remove nvidia-glx command it removed it but still did not fix the problem. Do you have the command line to fix this problem.

                                                 Thank you!!

Revision history for this message
Aaron B. Russell (aaronr) said :
#5

Maddog, you may need to rerun "sudo dpkg-reconfigure xserver-xorg" or else manually edit /etc/X11/xorg.conf and change the line saying:
        Driver "nvidia"
so that it says:
        Driver "nv"

If you would rather use the (faster, 3d accelerated) "nvidia" driver, the package you want is actually "nvidia-glx", not "nvidia-glx-config".