Thanks for this post,
http://italyherald.wordpress.com/2012/05/08/how-to-fix-ubuntu-12-04-nvidia-gt220-freezes-with-dual-monitor-and-hdmi-audio/
I successfully fixed the issue with Nvidia 304.60 linux driver.
Firstly download Nvidia 304.60 driver
32bit from
http://us.download.nvidia.com/XFree86/Linux-x86/304.43/NVIDIA-Linux-x86-304.43.run
64bit from
http://us.download.nvidia.com/XFree86/Linux-x86_64/304.43/NVIDIA-Linux-x86_64-304.43.run
Save it to home directory
Remove existing video driver by
sudo apt-get --purge remove xserver-xorg-video-nouveau
And add those lines into /etc/modprobe.d/blacklist.conf
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
Reboot and during start press Ctrl-Alt-F1 to enter first console mode.
Turn off GUI by
sudo service lightdm stop
If there is no command line terminal try press Ctrl-Alt-F3 login then run command
sudo sh ./NVidiaTabToCompleteTheFilesName.run