Quote: Originally Posted by mushin
multiple monitors in itself doesn't really affect performance (as long as you're not saturating the PCI bus, but we won't go there because you're nowhere close.) So it's really whether your system can handle the various apps simultaniously.
While this may be true, remember that every pixel that the OS has to display, it has to figure out which monitor it is on, so this means that every time a app is on the second monitor, it has to figure out the cordinates, put the cordinates relative to the 2nd monitor(0,0) instead of (1025,0). [from a programmers perspective, 1024 being the end of the 1st monitor, 1025 being 0,0 on the second monitor]
So if everytime the display is updated, it has to figure out these coordinates, it WOULD effect the cpu. Now what you said about PCI IS true, your best bet woudl be a multi-monitor outpout AGP card, as it would be the fastest, but it would still have an effect on the cpu.