I can't install driver nvidia

Asked by JOSHEP009

I need you help.

i can't install nvidia driver. When i run the script,(NVIDIA-Linux-x86_64-310.19.run) this send me a mistake and said than i need configure a file nvidia-installer. Even among non-graphical mode.
Someone can help me to configure my video card
My video card is Geforce GT 525M

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
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo lshw -C display; lsb_release -a; uname -a; dpkg -l | grep nvidia

Thanks

Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#2

This latest driver of nvidia you can install it from a PPA here in launchpad.

https://launchpad.net/~xorg-edgers/+archive/ppa

PLEASE READ the description before you add it .

First remove any Nvidia driver

~$ sudo apt-get purge nvidia-*
~$ sudo apt-get install linux-headers-generic
~$ sudo apt-get install ubuntu-desktop
~$ sudo rm /etc/X11/xorg.conf

Then add the PPA and install the 310.19 driver

~$ sudo add-apt-repository ppa:xorg-edgers/ppa
~$ sudo apt-get update ; sudo apt-get upgrade
~$ sudo apt-get install nvidia-current nvidia-settings
~$ sudo nvidia-xconfig

Reboot.

Thanks

Revision history for this message
JOSHEP009 (pepe-charly-22) said :
#3

Ammm !!!
NikTh your solution don't give me a good answer, because the screen is desconfiguro.
But thanks for you answer

Revision history for this message
JOSHEP009 (pepe-charly-22) said :
#4

actionparsnip (andrew-woodhead666)
With your answer. Only had a description of my video card and didn't know doing after ... xD.
But thanks ... xD

Can you help with this problem?

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

To post a message you must log in.