where can I find Linux drivers for GEForce 6200 nvidia graphic card

Asked by Ron

I need to find linux drivers for a Nvidia GEforce 6200 for Ubuntu 12.04 32bit system

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

Hello,

nvidia proprietary drivers are included in Ubuntu. You can install them either from a terminal or "Additional Drivers" software.

Please open a terminal and execute the following commands one by one (copy-paste from here to terminal)

    sudo apt-get update
    sudo apt-get install nvidia-current nvidia-settings
    sudo nvidia-xconfig

Commands prefixed with sudo , will ask for your password, write it carefully because nothing will appear (like no write at all).

After the installation completes, reboot your PC for changes to take effect.

Regards
 NikTh

Revision history for this message
Thomas Krüger (thkrueger) said :
#2

You should check that the procedure above is installing the version 304 of the driver. The more recent version 319 which comes with some PPAs (like steam) does not support the 6200 any more.

Revision history for this message
Ron (ronandbess1) said :
#3

Thanks Nik.Th., that solved my question.

Revision history for this message
Jeroen (j-burgmans) said :
#4

Nice solution Nick. Did the trick very well for a newby like me. Thank you