Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: paigeoliver on May 09, 2003, 04:20:04 am
-
I have no idea if this is possible. But wouldn't it be great to have two monitors stacked up Playchoice 10 style and have the game play in the bottom monitor and game instructions display in the top monitor.
Is there any existing way to do this?
-
Off the top of my head u could do this but u would need 2 pc's and when u run the selected game it communicates to the other pc to show the inscructions and then when it gets out of the game it sends a signal to make the other pc to go back to the game menu.
there could be an easier way but i can't think of it right now but hey a 386 would work displaying the text and using 1 of them really old 10" monitors would make it look cool :D
-
Why would I need two PCs? I have had as many as five separate monitors hooked up to my computer at once. Almost every OS besides DOS and Win 95 supports multiple monitors. So it is just a matter of making the front end display full screen on monitor 2.
-
Why would I need two PCs? I have had as many as five separate monitors hooked up to my computer at once. Almost every OS besides DOS and Win 95 supports multiple monitors. So it is just a matter of making the front end display full screen on monitor 2.
you don't need to...or at least under xp...I did some experiments with my fe running on monitor 1 and using the secondary monitor port to connect to a projector to display the display the selected movie on...worked perfectly :D
but i don't see mayn people hooking up two monitors to a cab...or at least not until cheap monitors with the aspect ratio of a marquee come available ;)
peter
-
I wouldnt mind a LCD marquee it is possible they have made material (yes u read right) which can display a image over the whole thing and this is just starting to be marketed public and its just a bit more expensive that a normal LCD but hey for a video marquee stuf it id pay the extra price ;)
-
I have no idea if this is possible. But wouldn't it be great to have two monitors stacked up Playchoice 10 style and have the game play in the bottom monitor and game instructions display in the top monitor.
Is there any existing way to do this?
Yes , there is in DirectX enabled applications. I have code to support this already in EmuTron, however, there is no script support for it yet. My code enumerates all monitors on the system, and then enables the primary monitor.
If you are serious about this, I'll look into putting it in soon.
-PMF
-
Oh, I am serious. I have 3 21" KDS pixel touch monitors sitting right here in front of me. I would love to have a double decker setup.
Marquee and basic instructions on top would just be too awesome for words.
-
Oh, I am serious. I have 3 21" KDS pixel touch monitors sitting right here in front of me. I would love to have a double decker setup.
Marquee and basic instructions on top would just be too awesome for words.
cool,
I'll see if I can post a Multi-monitor demo I wrote onto my site tonight, I'll make a posting after I do.
-PacManFan
-
Oh, I am serious. I have 3 21" KDS pixel touch monitors sitting right here in front of me. I would love to have a double decker setup.
Marquee and basic instructions on top would just be too awesome for words.
cool,
I'll see if I can post a Multi-monitor demo I wrote onto my site tonight, I'll make a posting after I do.
-PacManFan
OK, I've posted that multi-monitor demo on my site on the downloads page, scroll all the way to the bottom to see it. It's basicallly a demo that I mdofied from code from the microsoft site. It creates a few bitmaps in system and video memory, figures out how many monitors you have, goes to full screen mode on all of them, and then starts bouncing around the bitmaps from screen to screen. The code that initates all monitors on the system is already in EmuTron, I just need to figure out how to handle it through the scripting system.
I'll keep you posted.
-PacManFan
-
Like pmf said, it's easy to do, I'm just not doing it yet as there isn't any demand. I have the code also, it works, but it is also commented out for the time being..... Until someone personally contacts me and says. "I want to use your front end on a dual monitor cabinet." It will probably stay that way.
So long story short don't worry about the software, we can spot ya, get your hardware setup and we will all work on it. (Shouldn't take more than a hour or so at most)
-
Multiple monitor demo worked great across all 3 monitors on my desktop. I am very interested in seeing this support in your frontend (or in someone's frontend).