[Precise] Support for Nvidia GeForce GT 610

Asked by Aaron Pickett

Support for the GeForce GT 600 series has been available since 295.53 in the official Nvidia binary driver, but nvidia-current-updates stops at 295.49. Are there any plans to further update this package, adding support for my video card, or should I look to unofficial PPAs?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nvidia-graphics-drivers-updates 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 ,
you can update your graphics card driver by adding a stable repository.
Follow the instruction bellow.

Open a terminal (ctrl+alt+t) and copy-paste below commands
++++++++++++++++++++++++++++++++++++++++++++++++++
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get dist-upgrade
++++++++++++++++++++++++++++++++++++++++++++++++++
your graphics card driver will upgrade to 304.43 version.

Reboot your system to see if worked.
Thank you.

Revision history for this message
Aaron Pickett (aaron-d-pickett) said :
#2

That solution may work for advanced users, but shouldn't there be official (and automatic) support for a line of GPUs that was released four months ago?

Revision history for this message
Aaron Pickett (aaron-d-pickett) said :
#3

Thanks NikTh, that solved my question.