Slashdot Mirror


Multiple Users and Multiple Inputs on One Machine?

BozoForPresident asks: "Not long after seeing a dual monitor setup for the first time I thought how useful it'd be to plug in another keyboard and mouse for a second user. That $4000 dual headed laptop (reported on Slashdot on Sunday March 16) becomes a more viable purchase when you add a couple of USB keyboards and mice for an additional user. Microsoft will never do it but how difficult would it be to make Linux handle 2 (or more) streams of input and direct them to their respective windows?"

8 of 83 comments (clear)

  1. Congratulations by __past__ · · Score: 5, Funny

    You have just invented the serial terminal. Maybe you should apply for a patent.

    1. Re:Congratulations by tenman · · Score: 5, Insightful

      You haven't been marked at troll yet, so I'll tell you why this is a great ask slashdot post. It boils down to the fact that not everyone knows as much as you, or about what Linux can do for them. It would seem to me that if you could answer this poor guy's question, instead of trying to make yourself sound powerful and mighty, the world just might be a little better place to live. If you don't think what I'm saying is true, then check out the little culture of open Source Developers. And if you don't believe in the Open Source philosophy, then why are you wasting your time with Linux anyway? Why don't you just use some other UNIX? Please stop the high and mighty crap. No body cares that you have more geek'sperince, and the people who might care, can't because your to busy trying to tell them how stupid they are. There was a point in time that you didn't know about serial terminals. There was a point in time where you got introduced to the concept.

      Have a nice day.

  2. It shouldn't be hard at all. by PurpleFloyd · · Score: 4, Informative
    Just get a USB hub, a second video card, a USB keyboard, and a USB mouse. Then run two X sessions, each configured to use one K/V/M configuration. The only issue is if you want to run high-end 3D graphics on both monitors, since you can only fit one AGP card into a PC. You might be able to get around this with one of the Matrox or ATI dual-head boards, but I don't know that for certain.

    Incidentally, you may want to check out this review of a product that does something similar in Windows, again using multiple video cards.

    Alternately, you may want to cruise Ebay for some secondhand X terminals. While they tend to be ridiculously expensive new (on the order of a whole new PC), you may be able to find someone with a few they just want to get rid of. Of course, check out the specs before hand and cruise Google to make sure that they'll work under Linux without any special hardware or software. X may be an open protocol, but it never hurts to be sure.

    --

    That's it. I'm no longer part of Team Sanity.
    1. Re:It shouldn't be hard at all. by glitchvern · · Score: 4, Informative

      Actually it's harder than this, due to problems in linux with the virtual terminal locking code. You end up having to compile a completely seperate X server with all the virtual terminal code removed. Details here. These guys are working on fixing linux's virtual terminal problems. I think the new virtual terminal code is one of the things not making it into 2.5 which will be put into 2.6 at some later point.

  3. With USB devices and a recent XFree86, no by leonbrooks · · Score: 4, Informative

    The sticky problems are still with the Linux Console code, in that it doesn't really believe in more than one console with keyboard. However, USB keyboards are easier than PS/2 keyboards (easier to not route through the console), and mice are a non-issue (again, do not route through GPM).

    As an alt to an X terminal, try a diskless fanless thin-client box. Motium make those with some really special features, but I don't know if the whizz-bang ones are ready for sale yet.

    --
    Got time? Spend some of it coding or testing
  4. There is software for windows to do up to 5 by stienman · · Score: 4, Informative

    A company called thinsoft has a product called BeTwin which does exactly what you're asking.

    Hook up to four additional USB keyboards and mice, and a monitor for each station (obviously you'd need more video cards if you want more than two stations) and it treats them all as seperate computers.

    I found out about it because MSI bundles a two station version with the geforce 4x00 cards. I haven't tried it, though.

    It works for windows.

    -Adam

  5. Re:and then ? by Pathwalker · · Score: 4, Interesting

    Could someone please clarify why 2 people on one bastard PC would be better than 2 people on two normal PC's with some Cat-5 between them

    Software Licensing - or at least that's why I was asked to look into some bizarre korean multihead cards back in 1999.

    At the place I was working at that time, they used some expensive software that was licensed per processor. If one user used the software on a dual cpu machine, 2 licenses would be checked out. If he was on a single CPU machine one license would be checked out. Multiple instances of the software running on the same machine did not check out any additional licenses.

    The idea was, to stick some of these strange cards into a bunch of machines, and put the users who were in training on these boxes. The resule: 2 users per license, saving up some licenses for the people who needed to run the program on the multicpu boxes.

    The cards were completey unsuitable, and burned out quickly, so the project never went anywhere.

  6. Prior Ask /. on the same topic by Andrew+Lockhart · · Score: 5, Informative

    This question was asked quite awhile ago here.
    There was a tutorial mentioned in the comments.