: I'm a web developer and it's handy to be able to view sites I produce
: in "end-user" size rather than on my nice big monitor.
:
: So ideally I'd like to have my Geforce2 hooked to my big monitor and
: then some other card I have kicking around (some old matrox millenium
: or mystique probably) hooked to a 14/15 inch monitor running a lower
: resolution.
:
: Whether this would be running as one large desktop or two desktops
: makes no odds really.
:
: Can anybody answer this with a definite yes or no?
A "very nearly definite" yes (though that may not help you).
That is, I've not actually done this on my own hardware, but
I've seen it working. The "nearly" part is, it is possible
I misunderstood what I saw and what was described to me.
What I really wanted to mention was that there is a software-only
solution that might be useful in some situations. Either Xnest or Xvnc
will allow you to create a virtual display with any number of pixels
across and down. Both Xvnc and Xnest would appear to apps as a separate
desktop. And with Xvnc you can even have your test environment have a
different pixel depth, or have truecolor even if your real display is
running pseudocolor, etc, etc.
The downside is, you still get the itty-bitty dense pixels of your real
display, so your virtual desktop with a smaller pixel width/height will
cover only a fraction of your screen. That might be sufficient, or it
might be sufficient in conjunction with, say, a screen dump into xv of
imagemagic which you scale to the right physical size (this latter could be
done as an action on a WM or panel button) to do previewings of "snapshots".
But better than snapshots, Xvnc could also do this scaling in realtime
(or rather, an rfb proxy and/or client should), and scaling software has
been discussed a lot in proxy form, or for the unix vnc/rfb client, but
hasn't been delivered; one of those things in a "Real Soon Now" state
for a long time, so not to be counted on. But would be very nice
if/when it occurs.
In the meantime, even though it is a bit elderly now and lacks tight
encoding etc, xfrbviewer has a crude form of real-time scaling, and
might work well enough for your purpose. Especially if it can be, eg,
2-to-1 so all the pixels scale equally -- like the physical screen has
1600x1200 pixels, and you want to see how it would look at 800x600.
Mind you, you can still use, eg, 3/2 or 4/3 or whatever; you just get
slightly knobbly looking fonts and such; the "crude" above means that
the scaling is done without interpolation, but merely pixel replication
and discarding. But still, real-time interactive access to the web page
as it would exist on a lower-res display, no extra hardware needed.