Nvidia Gforce GT540M driver

Asked by Steve Clarke

How can I install a driver for an Nvidia Gforce GT540M video card for my laptop running Ubuntu 12.10 64 bit? I would love to get Unity running properly. Previous versions of Ubuntu allowed me to add a proprietary driver but not this version.

Toshiba Satellite P750 PSAY3A-02K001
Core i7 2nd gen.
6GB RAM

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xserver-xorg-video-nv Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#1

Hi ,

first of all , remove any driver you attempted to install

Open a terminal (CTRL+ALT+T)

~$ sudo apt-get purge nvidia-*

~$ sudo rm /etc/X11/xorg.conf

Then install Linux headers and source and dkms (is like a requirement to build nvidia module(driver))

~$ sudo apt-get install linux-headers-generic linux-source dkms

Then install the experimental 304 driver , seems to work good with new cards

~$ sudo apt-get install nvidia-experimental-304 nvidia-settings-experimental-304

Create the xorg file

~$ sudo nvidia-xconfig

Reboot your PC.

Thanks

Revision history for this message
Steve Clarke (clarkesj) said :
#2

Sadly this completely crashed my system. I give up. Too much doesn't work on my system any more with the latest versions of Ubuntu. Windows 7 here I come.

Revision history for this message
Luke Mercer (lukem-4) said :
#3

yes, that worked a treat for my Gforce GTX66o. Cheers

Can you help with this problem?

Provide an answer of your own, or ask Steve Clarke for more information if necessary.

To post a message you must log in.