Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a virtual monitor (the display device)

I raised a question here but realized I was going the wrong direction. I need to create a virtual monitor (really just the space in memory) that is large enough to fit a website, that would normally span several screens. Is this possible in any language? I tried Java, but failed miserably so far. I don't expect this to be easy, any pointers would appreciated.

I'd imagine the OS and the video cart would have to told in somehow that there's a third monitor.

like image 970
PBD10017 Avatar asked Oct 23 '22 13:10

PBD10017


1 Answers

Use any Virtualization tool (VirtualBox, VMWare, etc). Create a Windows (XP/newer) virtual machine, and you can attach any number (well, at least up to 64) virtual monitors. All these virtual monitors will open up as separate windows when you start the VM, and you can drag and drop between these windows.

like image 123
Subhas Avatar answered Nov 07 '22 04:11

Subhas