Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

Multiseat (see here (SU) and here (unix.SE)) allows multiple users to use one PC with multiple mice/keyboards/monitors as if it were several PCs. It would be great to run some less-hardware-hungry games this way since no second PC were required. Unfortunately all I tried so far didn't work:

Has anyone else tried this, and maybe even succeeded?

share|improve this question

1 Answer

up vote 6 down vote accepted
+50

I would use VMWare. This might be possible with just VMWare player (you will need to be able to allocate a mouse to a single VM), or you might need to try VMWare workstation (for which I'm quite sure it works). The hardware/software you will need is as follows:

  • Multiple sets of USB input (mice/keyboard/etc.)
  • A license for VMWare Workstation (or another VM system)

    1. Set up a VM as you normally would and power it down.
    2. Configure the USB Controller (found in "Edit virtual machine settings") to "Show all USB input devices"
    3. Start up the VM.
    4. In the menu Navigate to VM -> Removable Devices, and select the inputs to direct to the VM exclusively. (Now one of your keyboard/mouse combinations will only be directed to that VM.)

At this point you have a window that is fully isolated with a set of inputs that will go only to it. You can do this for as many VMs as you can handle (and for as many sets of input as you can handle - I only tested with 2). The only irritating thing that can happen is is you have only 2 sets of inputs (in my case my laptop keyboard, my USB keyboard and 2 USB mice). I set up a VM with my USB Keyboard/Mouse combo, and maximized that to one monitor (you need VMWare tools to do this). For the other I had a problem that my mouse could escape from one VM onto the other (a feature of tools); to get around that I put my second VM in "exculsive mode" thus caputuring my "host" input; I could also have had a second keyboard/mouse combo.

Best of this is, you don't even need multiple monitors, you could do it split-screen style with a bunch of VMs+keyboards+mice.

share|improve this answer
Also, I tested this :) – Tyler Szabo Jan 18 '11 at 4:29
+1 I didn't think of running a VM. Does hardware acceleration work? Did you also test the performance? (I can't before the weekend) – Zommuter Jan 18 '11 at 7:55
afaik opengl2 work acceptable in windows mode. But again it more depends on your videocard. – kusoksna Jan 18 '11 at 12:33
1  
thanks, I'll try it this weekend and then (probably) accept your answer. Concerning the 2 weak vs 1 powerful machine, well I already got this one machine so the only thing I could do before buying a new pc would be buying a second GPU anyway... – Zommuter Jan 20 '11 at 8:48
1  
finally tested: success! (using the free vmware player is sufficient, I had to use this tweak to get the separated mouse&keyboard working) – Zommuter Jan 29 '11 at 20:05
show 2 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.