News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

drivers for nvidia gt520

Started by chadac77, October 31, 2011, 09:23:09 PM

Previous topic - Next topic

chadac77

the nvidia 260.xx.xx drivers that install with auto script do not work it looks like i need 285.05.09 or 270.41.06 drivers any help would be great.

ardirtbiker

Ive successfully installed the 285 driver on my MD.   You'll have to kill the X process and manually run the NVidia installer..   then reboot

Dennis

Kezza

I also had issues with my GT430 and 260 drivers. I'm now running 285.05.09 with no problems.

I deleted the contents of my nvidia-install.sh so 260 would not get reinstalled although not sure if this is actually required.

chadac77

can you help with the steps to fix.  i installed 285 drivers and on reboot it will install 260 drivers who do i kill the nvidia install on reboot

Kezza


Kill X, make a backup of nvidia-install.sh, delete its contents and save. Then try the 285 install which I think will removes the 260 drivers?

After reboot 260 should not be reinstalled.

klanmce

By chance, did you get hdmi audio working?

Esperanto

Is this also suppose to work on the avwizard? I try to install a hybrid and avwizard does not start. I installed the newer nvidia drivers with:

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current


all suggestions are welcome

ardirtbiker

are you getting an error "Failed to start X"? or is X starting but nothing else happens?

If getting an error, check to see that the "Driver" line in /etc/X11/xorg.conf is "nvidia" and not 'nv' or other.

Dennis

Esperanto

Quote from: ardirtbiker on November 19, 2011, 08:35:30 PM
are you getting an error "Failed to start X"? or is X starting but nothing else happens?
I get a blue console screen with:
AVWizard
Failed to setup X
<OK>
Quote from: ardirtbiker on November 19, 2011, 08:35:30 PM
If getting an error, check to see that the "Driver" line in /etc/X11/xorg.conf is "nvidia" and not 'nv' or other.
the driver is "nvidia". When I manually change the xorg.cond to 1920x1080 I get X on normal boot but I need to run AVWizard to configure the MD properly.

any ideas?

maverick0815

I did the update yesterday on my core and my MD. After killing X I did "apt-get remove nvidia-glx-260", edited out the content of nvidia-installer.sh, downloaded the 285-nvidia drivers from their website and installed them. I did have to struggle a bit, because at first I didn't do it properly and X wouldn't start up again. Actually I  had to do it twice, but then it worked and I could get through the AV-Wizard

Esperanto

Hmmm I wonder if it is version or install related. It is a fresh install of 1004. The hardware was working with 1004 (I changed the mainboard and graphics card and after installing the 285 version it was running without problems but I don't know if I ever used the AVWizard). Now with xorg.conf manually set to 1920x1080 I get X but I just cannot get into AVWizard to set up everything properly. AVWizard seems to be using the correct driver:

$ cat /etc/X11/xorg.conf.pluto.avwizard |grep Driver
    Driver         "mouse"
    Driver         "kbd"
    Driver         "nvidia"


what did you put in the nvidia-install.sh file? I currently have
$ cat /usr/pluto/bin/nvidia-install.sh
#!/bin/bash


The packages that I have installed are:
$ sudo dpkg --get-selections |grep -i nvidia
nvidia-current                                  install
nvidia-current-modaliases                       install
nvidia-glx-260                                  deinstall
nvidia-settings                                 install


I saw that I still had some old versions installed:
$ apt-show-versions |grep nvidia
nvidia-current/lucid uptodate 285.05.09-0ubuntu1~lucid~xup1
nvidia-current-modaliases/lucid upgradeable from 195.36.24-0ubuntu1~10.04.1 to 285.05.09-0ubuntu1~lucid~xup1
nvidia-settings/lucid upgradeable from 195.36.08-0ubuntu2 to 285.05.09-0ubuntu1~lucid~xup1


which I upgraded with: sudo apt-get upgrade nvidia-current-modaliases

now it seems ok:
$ apt-show-versions |grep nvidia
nvidia-current/lucid uptodate 285.05.09-0ubuntu1~lucid~xup1
nvidia-current-modaliases/lucid uptodate 285.05.09-0ubuntu1~lucid~xup1
nvidia-settings/lucid uptodate 285.05.09-0ubuntu1~lucid~xup1


Still no AVWizard though.

any more suggestions?


ardirtbiker

not that I 'know' this will fix it... but leave the video resolution around 1024x768 or default...

you've done everything that i have done to get it working (except you changed the video res)

Dennis

Esperanto

the resolution I changed was directly manually for the xorg.conf. not the one for the avwizard . that tries 640 by default. Where did you set the default resolution for the avwizard?

ardirtbiker

I assumed it was getting it from xorg.conf.   Sorry I cant help further.

Dennis

l3mce

If you guys would help me, by running this and giving me the output, I will add them to the script to automatically detect these cards correctly.
lspci -nn | grep -vi "non-vga" | grep -i vga | sed 's/.*://;s/\].*//'
lspci | grep VGA | grep rev

Thanks.
I never quit... I just ping out.