I found an excellent article on setting up Dual Monitors on Ubuntu (for those of you who have NVidia Graphics Cards). Here it is:
http://www.ubuntugeek.com/dual-monitors-with-nvidia.html
I followed the instructions and it worked for me :)
Here is my "xorg.conf" file BEFORE the changes:
02 | Identifier "Default Screen" |
04 | Option "AddARGBGLXVisuals" "True" |
12 | Identifier "Default Device" |
... and this is AFTER the changes:
02 | Identifier "Default Screen" |
04 | Option "AddARGBGLXVisuals" "True" |
05 | Option "RenderAccel" "true" |
07 | Option "MetaModes" "1280x1024 1280x1024" |
15 | Identifier "Default Device" |
Looking forward for some increased productivity ;)