I have this brand new PCI-Express cards (bought 10 of them geforce-gt-620).

where i am using 12.04 64-bit, and trying to use VGA + Hdmi outputs from that card. But Ubuntu is throwing this nonstop.
[32323233] [drm] nouveau [0000:01:00.0]: unknown i2c port 48
[32323233] [drm] nouveau [0000:01:00.0]: unknown i2c port 57
[32323233] [drm] nouveau [0000:01:00.0]: unknown i2c port 48
[32323233] [drm] nouveau [0000:01:00.0]: unknown i2c port 57
But i tried 12.10 same card seems to work there. How can i make the same card work under 12.04? (because on 12.10 i have some serious dependencies problem, can not use 12.10 as of this moment for those cards)
I have tried:
$ download kernel latest install it
$ download http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5.1-quantal/
$ sudo dpkg -i linux*.deb
$ dpkg --list | grep linux-image
ii linux-image-3.2.0-29-generic 3.2.0-29.46 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii linux-image-3.2.0-35-generic 3.2.0-35.55 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii linux-image-3.5.1-030501-generic 3.5.1-030501.201208091310 Linux kernel image for version 3.5.1 on 64 bit x86 SMP
ii linux-image-3.6.0-030600rc3-generic 3.6.0-030600rc3.201208221735 Linux kernel image for version 3.6.0 on 64 bit x86 SMP
ii linux-image-extra-3.5.1-030501-generic 3.5.1-030501.201208091310 Linux kernel image for version 3.5.1 on 64 bit x86 SMP
ii linux-image-extra-3.6.0-030600rc3-generic 3.6.0-030600rc3.201208221735 Linux kernel image for version 3.6.0 on 64 bit x86 SMP
ii linux-image-generic 3.2.0.35.40 Generic Linux kernel image
$ apt-get purge linux-image-3.6.0-030600rc3-generic # did not solve the problem
$ update-grub2
$ init 6
$ uname -a
Linux sun-Alienware-X51 3.5.1-030501-generic #201208091310 SMP Thu Aug 9 17:11:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
$ sudo apt-get remove --purge nvidia-current
$ sudo apt-get install nvidia-current
$ sudo nvidia-xconfig
After reboot i can see HDMI output i have display but the VGA is not showing anything at all.