=> and believe me I have!!!The basic idea you have is good. But getting it done is extremely complex, timeconsuming and you will run into many problems/limitations
So i am not sure if any developer will have the time to look into that
You were able to get HW/acceleration on all 4 screens?In fact I've been able to achieve all this with several different mediacenter applications, which run simultaneously and independantly of each other with no problems.
=> interessting...Maybe a silly idea but what about virtual machines like VMWare
Do you have experience with this ?! Does it work independantly of each other without interferrence?You can run multiple virtual machines on one PC. Each virtual machine runs its own windowsXP/MediaPortal.
Many people erroneously believe that virtualization products like VMware or Virtual PC replace offending instructions or simply run kernel code in user mode. Neither of these approaches can work on x86. Replacing instructions means that if the code reads itself it may fail to find the expected content; one cannot protect code against reading and at the same time allow normal execution; replacing in-place becomes complicated. Running the code unmodified in user-mode will also fail, as most instructions which just read the machine-state do not cause an exception and will betray the real state of the program, and certain instructions silently change behavior in user-mode. One must always rewrite; performing a simulation of the current program counter in the original location when necessary and (notably) remapping hardware code breakpoints.
You were able to get HW/acceleration on all 4 screens?In fact I've been able to achieve all this with several different mediacenter applications, which run simultaneously and independantly of each other with no problems.
All with all, the money issue is not gonna be a problem since you have multi-zone distribution from one system and after all it's a complete system. I still live under the assumption that using several pc's is a unpractical problem, for me that is.
VMWare runs very well and stable. But the performance may be a problem.
VMware simulates all hardware. even the display. But i'am not sure if the simulated display is directX9 compatible.