TechieMoe,
I don't know what the heck is going on but if you give enough monkeys enough time and typewriters and enough beer they will produce the complete works of Shakespeare.
I removed the problematic nvidia-glx-new with cesium5500's removal instructions.
Then I saw a previous message from coopstah13 about adding the line >>Driver "nvidia"<< to the xorg.conf.
I logged ot and then back in and looked in screen resolution and looked in Hardware drivers and pressing a few keys I had 2 monitors running but at 640x480 resolution.
I toyed again with your Driver Installation there appeared an NVIDIA accelerated graphics driver choice (only choice). I checked it an rebooted and I went into screen resolution again and there is allufasudden the option of 1650X1050. It's great to now have the same resolution I had with Windows. Now I can accomplish things.
In Hardare Drivers there or in Screen Resolutions about dual monitor though, The second monitor went back to a dead screen. I can't find the settings.
Perhaps I ned to go back into xorg.conf and twiddle? I know to make backups. It saved me twice already just tonight.
I tried more of your Driver Installation but it requires that I log in as root. I can't do this because it wants a password that I don't have. For passwords I tried "root", blank (none), my fred password, of which none worked. This is something that has always troubled me about Linux, that I'm not really the boss.
So, the only problem left in this thread is how to get the second monitor running (not a a clone but as an independent windo that I can drag applications to or stretch applications onto both screens.
In my travells of this problem I downloaded somewhere (I think th eNvidia site) a compressed file called nvidia-xconfig-1.0.tar.gz.
It contains a lot of source files, one of which is called "multiple_screens.c"
The first lines of that file go like this:
* nvidia-xconfig: A tool for manipulating X config files,
* specifically for use by the NVIDIA Linux graphics driver.
It looks like a driver for multiple GPU's which I assume are graphics cards. My 'puter has only one card, but it serves two monitors.
About 3/4 of the way down the source file is a comment:
/* these are needed for multiple X screens on one GPU */
The archive
IS from Nvidia.
The archive has a makefile file, XF86Config-parser folder, nvidia-xconfig.1.m4 (macro) file, and 11 C source code files.
Oldmartian