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?