Slashdot Mirror


FourHead: One PC, Four Users

LoganGD writes "A reseach group from UFPR university in Brazil, C3SL has managed to make one Linux box run four terminals at the same time. That means four mice, keyboards, displays and users with just one CPU. The way they managed to do that can be found at the FourHead project webpage. The fact that one computer science laboratory can suport up to 60 users whit only 15 PCs is really attractive for low-resource groups and countries."

70 of 496 comments (clear)

  1. The heat! The heat! by foidulus · · Score: 2, Insightful

    I wonder what, if any, heat issues would come from running 4 video cards, and the cpu at relatively full power, in a seemingly normal sized case. I would imagine it would get pretty toasty(or very loud with all the fans running, think of the poor power supply!)
    I would be interested to see how they handle it!

  2. Economy? by Anonymous Coward · · Score: 2, Insightful

    Where's the economy in this? The "box" (cpu/ps/hdd) is relatively cheap compared to the display. I guess every dollar/peso/dinar counts.

    1. Re:Economy? by TheOtherAgentM · · Score: 3, Informative

      That's not completely true. Since I'm not a Linux user, I'm not sure what kind of power a box would require to run something like this, but CRTs are only $100-150. Correct me if I am misspeaking, but I don't think you can buy a tower for anywhere near this price. The keyboard and mouse are pretty inexpensive. Would the video card have to push a lot of processing power? If so, maybe that's where the cost would even out, since there's so many video cards out that cost nearly as much as whole systems.

    2. Re:Economy? by Texas+Rose+on+Lava+L · · Score: 3, Insightful

      These guys aren't using 21-inch flat panel monitors. A 17-inch monitor costs around $100 or so. Mice, keyboards, etc. are cheap. If the boxes are $300, plus $150 for a monitor, keyboard, and mouse, they're reducing the cost of 4 computers from $1800 to $900. This would mean they could support twice as many users without increasing the budget.

      Also, boxes need replacing more often than monitors, so you get even more cost savings later on.

  3. This is new? by Aero+Leviathan · · Score: 3, Insightful

    Wasn't this what Unix (and/or its predecessor, Multics) was designed for?

    --
    ~ Aero
    1. Re:This is new? by Anonymous Coward · · Score: 3, Insightful

      Nope this is not new at all.

      However running multiple instances of X on a single computer is pretty new. Before you had seperate machines that acted as X terminals that had their own low-power proccessor and video card for driving the gui and their own keyboard and mouse. Then those plugged in thru the network and into the computer that way.

      With this method you simply attatch the monitors and keyboards to a single machine and share the resources that way.

      More direct and a bigger pain in the arse. PC's were disigned for single user only, putting multiple keyboards and mice and assigning them to specific users is quite a hack. To most people they have old PC's laying around that make great X terms without having to go thru that effort.

      X terminals is the way to go in office and especially school enviroments. You have a single computer serve multiple people so it may seem that is going to be slow, but realise that the majority of the time the CPU is near-idle most of the time on a single machine. Also by investing in higher performing disks like scsi array you can even increase performance because it's cheaper to do that then buy a have dozen new machines with a single low end IDE harddrive on it.

      Also you remove the need for complex network setups like Active directory. It's much more secure and easier to simply setup a multiuser setup on a single Linux machine. It's already setu p like that by default, and X terminals is a nice extension on that.

      Centralize administration, make backup easiers. Reduce network problems, reuse obsolete PCs without pissing anybody off, higher reliability, higher disk performance, cheaper. etc etc etc.

      By centralizing your reasources you can spend big bucks on a few fast machines, then spreading them out on error prone low-end machines that require a lot of admin time to upkeep.

    2. Re:This is new? by jmv · · Score: 4, Informative

      Not exactly, they were designed for multiple users, but not multiple mouse/keyboard/screen. Actually, I'm not even sure UNIX/MULTICS were even designed to have a keyboard or a screen, let alone a mouse.

    3. Re:This is new? by djcapelis · · Score: 2, Insightful

      > However running multiple instances of X on a single computer is pretty new.

      Is it? My computer is running 3 right now... I use them to allow me to keep my work as one user while graphically logging in as another, or allowing others to login to the computer without me having to disturb my desktop environments.

      --
      I touch computers in naughty places
    4. Re:This is new? by isj · · Score: 2, Insightful
      However running multiple instances of X on a single computer is pretty new.

      No it isn't. The first server listens at port 6000, the second server listens on port 6001, and so on. You specify which server to use with the DISPLAY variable (or the -display parameter) x.x.x.x:y.z where y is the server number. Multiple displays has been supported by X for a long time. Multiple input devices have been at bit less supported, but I guess that some of the CAD engineers early in the '90 have used it.

      Virtual displays (ctrl-alt-F1...F6 in xfree86) are newer (middle '90 ?)

  4. This has been done a long time ago... by Anonymous Coward · · Score: 4, Informative

    This has been done a long time ago...
    http://cambuca.ldhs.cetuc.puc-rio.br/multi user/

    But if one uses XGGI, its easy to get eight or more users on a single PC.

    - A.C.

  5. Re:The heat! The heat! by Anonymous Coward · · Score: 2, Funny

    I would be interested to see how they handle it!

    Since they are in Brazil, the easiest way would be to move to a colder country.

  6. Re:Hello and welcome to last week by Anonymous Coward · · Score: 2, Insightful

    For terminal services server to work, you'd need one computer for the TS server, and four computers each with their own operating system for this to work. So to get the same result with Terminal Services, you'd need atleast 4 (one of the computers in use is also the terminal services server) and ideally 5 computers.

  7. 1975 called by Chairboy · · Score: 4, Funny

    Hi there,

    1975 called. They want their computer headlines back.

    Best regards,

    Chairboy

    1. Re:1975 called by ed__ · · Score: 4, Funny

      1997 called; they want their joke back.

    2. Re:1975 called by Angry+Prick · · Score: 3, Funny

      The Jerk Store called, they're all out of you.

      (ob Seinfeld reference)

  8. Multi-headed Computer by pantherace · · Score: 5, Interesting
    I have looked at this... the problem is the way Linux handles the keyboard... To Linux, all keyboards are the same. If there was some way to either tell X to ignore all KBs except some, or have the kernel map them (say /dev/input/kb0 /dev/input/kb1) similar to how mice are done, this would not be a problem at all.

    Also, you don't need 4 cards, You could do it with two. NVidia's twinview allows you to run two seperate X-servers off of one card (provided of course that it has two outputs).

    1. Re:Multi-headed Computer by plaa · · Score: 5, Interesting

      Not relating directly to the above, but I think this may interest some people:

      When I got a dualhead card, I knew that I wanted two separate desktops, between which I can switch with a hotkey, not by scrolling the mouse to the other display (I wanted to use virtual desktops on both). I was astounded that I could find absolutely no way of doing this, and no references to it on the Net.

      The best I could do was make the screens separate and stop the mouse from going from the edge of one display to another, but then I found no way of moving the pointer to the other screen.

      After a few months I found a suitable function call in the X libraries and wrote a small program, switchscreen, to switch between the displays. Now I've got two totally separate desktops between which I can move with a simple alt-tab.

      You can read the details for configuring your X system like this in the README file included in the package.

      --

      I doubt, therefore I may be.
    2. Re:Multi-headed Computer by barawn · · Score: 2, Informative

      I have looked at this... the problem is the way Linux handles the keyboard... To Linux, all keyboards are the same. If there was some way to either tell X to ignore all KBs except some, or have the kernel map them (say /dev/input/kb0 /dev/input/kb1) similar to how mice are done, this would not be a problem at all.

      Ah, young Jedi, but there is a way...

      Ruby, or Backstreet Ruby.

      Note that this was in the article, though the link for Backstreet Ruby here is down - probably Slashdotted.

      Beauty of open source. Where there's a need, someone has found a way.

    3. Re:Multi-headed Computer by Anonymous Coward · · Score: 2, Informative

      That's the spirit. Why don't you submit your little tool to sourceforge.net or freashmeat.net so that people looking for it have a better chance of finding it? All you need to do is enter it as a 'project', make a little page with the text of your post here as a description, a link to that page, and in case your webserver ever goes offline, upload it to sf.net.

    4. Re:Multi-headed Computer by HermanAB · · Score: 2, Informative

      Mandrake 10.0 allows you to run multiple X sessions out of the box. Maybe you should look at it. It is really cool.

      --
      Oh well, what the hell...
    5. Re:Multi-headed Computer by versus · · Score: 2, Informative
      though the link for Backstreet Ruby here is down - probably Slashdotted.

      There is a US mirror.

      --
      Brain is my second favorite organ.
    6. Re:Multi-headed Computer by KjetilK · · Score: 2, Informative
      This is probably going to make me sound like I'm a really old bearded hacker, whereas in reality, my sig said "Linux newbie asks for help in his journal" up to a few months ago...

      Nevertheless, it should be noted that Ruby needs to be grabbed from CVS, some instructions here. Most of that is about the 2.4 backport, called backstreet ruby, but you'll get the 2.6 code along with it.

      --
      Employee of Inrupt, Project Release Manager and Community Manager for Solid
  9. My favorite line by Froze · · Score: 5, Funny

    Initially it is necessary to catch the code source of kernel 2.4.25. Makes it sound like an adventure.

    --
    -- The morphemes of your disquisition are ascertainable, but they have eschewed an ambit of transpicuous exposition.
  10. Been there, done that by Haydn+Fenton · · Score: 3, Funny

    Heh, there was once a time where I had three mice (only 1 cursor though) - I had a normal PS2 mouse plugged in, an old COM port (I think.. never been too sure what port it was) mouse and a wireless USB mouse all plugged in at the same time, and they could all control the cursor.

    Hehe, it was good for playing tricks on my parents when they were sitting at the desk with the PS2 mouse and I'm sitting a few feet behind them with the handy wireless USB mouse.
    *evillaugh*

    1. Re:Been there, done that by Doogie+Howser · · Score: 2, Funny

      >mouse and a wireless USB mouse all plugged in
      >at the same time, and they could all control
      >the cursor.

      Plugging in a wireless mouse kinda defeats the purpose, don't you think? :-D

  11. Re:The heat! The heat! by Arathrael · · Score: 4, Insightful

    It's not like the graphics cards are going to be pushed to the limit - I mean, the CPU wouldn't cope with them all playing ut2004 at the same time. :-) So they shouldn't be generating all that much heat, couple of case fans should cope with it no problems.

    As for the noise, it'll still be quieter than 4 separate boxes.

  12. Hate to burst your bubble... by Anonymous Coward · · Score: 5, Insightful
    But not everyone runs top of the line NVIDIA cards. I imagine the cards in this box are probably low budget Geforce 2's. Probably MX 200's. Might even be lower cards then that, since why do they need hardware 3d?

    I don't think anyone could argue that these create massive amounts of heat. What heat they do create can easily be exhausted by a case fan.

    This is definitely a setup for an environment where people are literally running on a shoestring budget. This is a really nice ability, and I'm glad someone has done it.

    1. Re:Hate to burst your bubble... by C64 · · Score: 3, Interesting

      To expand further on the parent's point - I personally have 4 monitors hooked up to my main machine, using a combination of GeForce2's and FeForceMX's. And I have on ordered another GeForceMX to push my count up to 6 monitors.

      Heat has never been an issue. And this is a standard ATX case - no mods, no heavy cooling. Just one intake, one exhast, and the PSU.

  13. Been there, done that by Uninen · · Score: 5, Funny

    Man, this is old news. We did this few years ago with five or more people on one machine. All we needed was a really small computer class, some free chairs, one PC, one keyboard, one mouse and one display.

    Fastest (or strongest) got the best seats and the one with specs got the keyboard.

    Talking about multi-tasking...

  14. Warning - terrible joke follows... by Shoeler · · Score: 2, Funny

    So I guess four heads are better than one eh?

    (ba-dum-ching!)

    (ducks impending flame doom)

  15. Re:Mainframe? by ed__ · · Score: 4, Funny

    it doesn't involve a mainframe?

  16. Wow, lots of dumb responses... by benjamindees · · Score: 4, Informative

    Ranging from:

    'xterminals are cheaper' -- anyone care to back that up?

    to:

    'Windows terminal services can do this' -- don't know where to start on that one, suffice it to say: it can't.

    to:

    'This is just serial terminals' -- it isn't. RTFA.

    I'm sure I missed a few...

    --
    "I assumed blithely that there were no elves out there in the darkness"
    1. Re:Wow, lots of dumb responses... by barawn · · Score: 2, Informative

      Well, I don't, but this technology has been around a while for Windows.

      Thinsoft sells BeTwin which does exactly that. (The first versions were "PC Buddy" back in '99. On an ISA card, even!)

      Of course it's more expensive (you need to buy software) than the Linux solution, but what Windows solution isn't?

    2. Re:Wow, lots of dumb responses... by Lumpy · · Score: 3, Informative

      'xterminals are cheaper' -- anyone care to back that up?

      Sure :-)

      I buy NCD explora 701's and 402's all day long at $10.00 each the local community college was donated about 10,000 of the things and has no idea what to do with them. I have been buying lot's of 10 at $10.00 each and selling them to clients on the side. I also see them as well as the newer ones on ebay for around that price and up to $20.00 each. add a 15 inch monitor which can also be had for dirt (and has the EXACT same cost as this 4 head setup btw...) oh and keyboard, mouse. (same ,same) and a 100 base switch + a second 100 base ethernet card in the "server"

      I can add a workstation to a P-4 class server for around $75.00 each. that includes a new 15 inch monitor, mouse and keyboard + the ncd 701 terminal. each P-4 (1.2ghz) can handle about 10 users comfortably. and if you get 701 explora's or use old Pentium 233MMX machines, you get accelerated video playback (and most ALL xterminals support sound.) and seperate sound for EACH terminal... something that is not available on this 4 head setup.

      the best way to actually set up a school full of x terminals is to have 3 servers... 1 for boot/ network management, 1 for 1/2 the apps and 1 for user login + storage and the rest of the apps.
      using this setup we were able to install about 100 xterminals for a christian school for around $10,000.00US not including the wiring of the CAT-5e... that labor was donated by someone else.

      so if you can show me that you can do it that cheaply (and yes, I make a profit at $75.00 each station... $39.00 each for gateway monitors, $10.00 each for the NCD terminals, $10.00 for cheap mouse and keyboard. that's $20.00 profit per station fro me) even at less than 100 units... my savings starts when the first pc is purchased. today's computers are horribly over-powered.

      --
      Do not look at laser with remaining good eye.
  17. Re:Mainframe? by admbws · · Score: 4, Informative

    Mainframes used dumb terminals (that is, effectively a seperate machine connected to the mainframe via serial).

    This is a standard computer handling several video outputs, keyboards and mice by itself. Just the same as any one person system, but handling multiple persons instead.

    Or something.

  18. Re:Privacy issue? by SharpFang · · Score: 4, Informative

    And what if one person writes an important document and another wants to press reset?

    I suggest 4 CD-ROM drives and correct permissions set in fstab so everyone can use -their own- drive only ;)

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  19. Benefit? by div_2n · · Score: 3, Insightful

    Ok, so by the time you spend all of the time and effort to do all of this, you could deploy a fully self contained thin client in what, 10 minutes?

    The only way I see this as a good idea for any low budget organization is if they get donated lots and lots of monitors, keyboards, mice and computers with graphics cards for this project.

  20. Re:Privacy issue? by ed__ · · Score: 2, Funny

    clearly you need 4 reset buttons as well in that case.

  21. Great gamer machine. No latency! by Animats · · Score: 5, Interesting

    This sounds like a multiplayer gamer configuration. Unlike most shared-CPU systems, everybody has a 3D video card, although they have to be PCI boards. With everybody on the same CPU, latency is a non-issue. Fast FPS games should synchronize perfectly. That tightly synchronized feel will make for much better head to head gameplay.

    1. Re:Great gamer machine. No latency! by zackeller · · Score: 2, Insightful

      Also known as a console.

    2. Re:Great gamer machine. No latency! by josath · · Score: 2, Insightful

      dude, there's like 5ms max latency over a lan. if you double that, that still gives you 100 frames per second. I don't think you need any more accuracy than that...

      --
      sig? uhh, umm, ok
  22. Diversity is good by Darth+Cider · · Score: 4, Interesting

    Observations that "this has been done before" are really missing an important point, that it's being done in a new way. When there are hundreds of software solutions for everything, all for free, then there will cease to be a market for overpriced proprietary solutions. Not only that, but instead of thinking "where can I buy ___," the first thought to come to mind will be "where can I get this in Open Source."

  23. 2004 called by twitter · · Score: 2, Informative
    Microsoft still could not do this.

    Well, you can, but it's third party, very hardware specific and leaves you stuck with M$ XP. The Linux system demonstrated is a clear winner for schools, libraries, banks, casinos and other places where economical use of hardware is desired. While the Linux system might be difficult to maintain, it can be done. The Windoze solution leaves you dependent on the vendor. The people at Jetway have done an outstanding job but such is the world of proprietary software.

    Anyone know of a better system? If you say citrix terminal services, I say, Linux Terminal Project and, cool as those things are, get thee back to 1975.

    --

    Friends don't help friends install M$ junk.

  24. What's curious... by SharpFang · · Score: 2, Informative

    multiple comments that mention this was being done for years are all true - for Linux. Serial terminals, remote X access, VNC, network boot, diskless workstations, all that stuff depended on ancient (though still great) UNIX multi-user multi-session framework - multiple users work on the same machine at the same time.

    And now Microsoft woke up.

    After NEXT, GECOS and a couple others, PC has a GUI! Windows 1.0! Years after Amiga with real multitasking introduces Task Switching and later ('95) first Multitasking. Then the puny '98 "multi-user" (Amiga had that some 5 years earlier, UNIX machines way before that). And now, in 2004 we hear that after users of XP are tired of the pseudo-multisession of Switch User, SP2 is to include REAL MULTISESSIONING! Yeah, right! Two users can work on the same computer at the same time! Yay!
    Noticed the catch? The keyword is "two". Yeah. Two sessions ought to be enough...

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  25. Re:Mainframe? by tonyr60 · · Score: 2, Insightful

    " Mainframes used dumb terminals"

    Not always. The IBM 3270 architecture (I think it had another name as well) could use graphics terminals with high resolution rendering, mouse etc. Quite a bit of local processing could be done.

    Actually just a monitor, mouse and keyboard would have to rate as a dumb terminal. Even acsii terminals had some intelligence for cursor positioning etc.

  26. Re:I disagree by electricfox_hosting · · Score: 2, Funny

    Indeed, you're right, UNIX mainframes were before my time. My first computer was a pizzabox LC from Apple - and I've never touched a terminal (except perhaps at the library). But I still hold to my position - as the world becomes more networked (and this mesh becomes easier to manage), it will only make sense to reduce the amount of duplicate hardware in our setups. From a resource pespective, it makes a lot more sense to have a bunch of users share on piece of hardware and software than spread it out across a network. I guess what it then comes down to is convincing people of the benefit - like carpooling, some people will keep buying their Dell SUVs no matter the price of gas. This "news" about this being ported to linux is indeed news, because it signals the move from mainframe to mainstream.

  27. Re:LTSP still a better option by tempmpi · · Score: 3, Insightful

    TCO depends a lot on wages vs. hardware/software costs. If the wages are high, it can make sense to spend more money on hardware/software if that causes less downtime and less work for the adminstration. But if the wages are low, work-intensive solutions with slightly more downtime can become acceptable and have a lower TCO in the end. In countries like brazil I wouldn't be so sure if the TCO of a LTSP is really lower.
    Not unlikely hardware is more expensive than in the US and the wages are a lot lower for sure. And students are working on these PCs, so downtime is almost free. I believe such a four head solution also provides better response than a LTSP installation. Video playback and similiar stuff should be possible on a four head installation.

    --
    Jan
  28. it does workstation stuff very well by r00t · · Score: 3, Insightful

    Most of the time, your PC sits idle while it waits
    for you. Every now and then, you sit idle while you
    wait for the PC.

    Now get a 4x faster PC, and share it 4 ways.
    Very seldom will all 4 users need the CPU at once.
    So, nearly all of the time, you'll get better
    performance. When you need the CPU, most likely
    the other 3 users are reading, thinking, chatting,
    drinking, picking their nose, or whatever. The
    fast hardware is all yours.

    1. Re:it does workstation stuff very well by dasmegabyte · · Score: 2, Insightful

      Very wise. Except that a PC with four times the processor speed, four times the bus speed and four times the memory bus, along with four video outputs, would be quite a bit more expensive than four individual computers, thanks to the commodity hardware market.

      Which is why we moved away from the mainframe in the first place.

      The benefit of this technology, if there is one, is that four users with bare minimum needs can share one commodity computer. Control four web terminals at your coffee house from a single PC. That's kind of useful.

      --
      Hey freaks: now you're ju
    2. Re:it does workstation stuff very well by r00t · · Score: 2, Insightful

      Sure, you wouldn't go all the way to 4x.
      That simplifies the explanation though.

      You might go to 2x or 1.5x instead. The end
      result is still faster most of the time, because
      the PC spends nearly every moment being idle.
      My load average is 0.14 right now, and I'm not
      even using a modern system. (old 450 MHz Mac)
      Despite the low usage, there are times when I
      must wait.

      With the 4-user box, you also save on electrical
      power, noise, air conditioning, and physical space.

  29. And the reason this can't be done with Windows... by NoMoreNicksLeft · · Score: 3, Insightful

    Could it be that windows doesn't support multiple monitors? No.

    Or that it can't support 4 different users on them (as opposed to 1 user getting a big display)? Probably not, at the very least, it would be hackable.

    Maybe it can't support multiple keyboards, or mice? Again, the most it would need is some hacking.

    Or maybe, just maybe, if you posted a webpage, telling someone how to use a single windows license for 4 users, M$ legal would go apeshit on you, and stomp you into a tiny, tiny greasestain?
    BINGO!!

  30. Re:Use some REAL hardware and you COULD do this by barawn · · Score: 2, Informative

    Are you talking about PCI Express cards (which is not PCI-X)? Do they make PCI-X graphics cards?

    PCI-X is 4.3 GB/s (maximum!), and AGP 8X is 2.1 GB/s. Four graphics cards talking on a PCI-X bus would probably saturate it, especially given that it's shared-bus, so the number of bus arbitrations would be huge.

    PCI-Express is point-to-point, so provided you could find a motherboard with 4 x16 links (good luck!) or at least had 4 x16 slots (again, good luck) you could do it.

    But a 4 processor motherboard with 4 x16 slots doesn't exist right now (it'd be a *huge* motherboard!), so no, you can't do it.

  31. Re:I've wanted to do this with windows... by callipygian-showsyst · · Score: 2, Interesting
    This is easily done on Windows!

    In fact, we installed 10 workstations using this system on 5 PCs for a client of ours recently--replacing 10 old iMacs--to lower the TCO for a small call center.

    It's been working great, no problems whatsoever.

  32. Re:The heat! Probably not a problem.... by tiger99 · · Score: 2, Informative
    I have an Nvidia twinhead AGP card and single PCI card in an Athlon right now. That is 3/4 of what they are doing as regards heat. Not a problem, but I would spread out the PCI cards if they were full-size, e.g. put the next PCI graphics card in the bottom slot, as far from the AGP as possible, and only little ones like the network card in between, to allow good airflow.

    My machine has been running for a few weeks and is not noticeably hot, however they are not the latest state of the art graphics cards, especially the PCI one which I found difficult to obtain. I would like to get a twinhead PCI to have 4 monitors, but they are rarer than hen's teeth in the UK.

    BTW the graphics setup is OK in Linux or FreeBSD, once the Nvidia drivers are loaded, and with SuSE you must forget all about SAX and edit XF86Config by hand, as per the comprehensive info from Nvidia. The same file, with possibly minor tweaks can then be ported across to the FreeBSD partition, and the FreeBSD version of the Nvidia driver loaded, for those who want to dual-boot it with two decent OSs.

    BTW I did this just to get lots of working space on my screens, 3 cheap LCDs at 1280*1024, great for programming and debug, and whatever else you need to do at the same time such as reading manuals, but takes less desktop than the two 1600*1200 CRTs I had contemplated. The Athlon is nothing special, 1600+ I think (not at that machine right now) but it has 2 HDDs, / on one, swap on the other, the usual speedup trick, not that it needs much swapping with 768MB RAM. Definitely not a top performer or games machine, but it works great, and most of the cost was the monitors.

    This concept would be great for schools, it may be how Linux or BSD, or both, can make serious inroads into a big market, currently filled by the Criminal Monopoly. I think 6 screens might just about be viable with a top of the range Athlon, and some extra fans in the case, but I will not be building one of these for myself, it would be very OTT.

    It is going back to the mainframe in a sense, but in areas where maintenance of the software is a major burden, this reduces that by a factor of 4, approximately. I would love to see this concept trialled in schools in the UK, it could free up money to be spent on other important things. If using a fairly basic PC, and cheap CRT monitors, it ought to be possible to get the cost to a very competitive level indeed, with no extortionate licence fees to you know who.

    I t would also be good in offices where they do mainly word processing, hardly a heavy load, one PC for 4 secretaries.....

    My 3-head monster has spare disk partitions, but I have not dared to try loading my redundant copy of Windoze 2000. It is rock-solid in Linux, FreeBSD is getting there (I am using 5.2.1 which is not a "stable" version, and have lots of apps loaded, so there is still a bit of tweaking needed, although the GUI etc are solid.)

    Just had a thought, did Matrox not do a 4-head AGP card some time ago? Maybe that would do the job also, and leave slots free. I hope we are going to hear more of this sort of thing, on one front we have those who need, or want, performance goimng for multiple CPUs, all the way up to Beowulf clusters, and on the other hand the economy version has several users on one PC. Now whose OS is the scaleable one? Here is the proof!

  33. Re:The heat! The heat! by Alexis+de+Torquemada · · Score: 2, Insightful

    I figure that buses would be a bottle-neck. PCI is far less than ideal for 3D gaming, and with four cards, the problems get much worse still.

  34. Re:Mainframe? by Lumpy · · Score: 4, Interesting

    This is a standard computer handling several video outputs, keyboards and mice by itself. Just the same as any one person system, but handling multiple persons instead.

    and has way more overhead and cost than using old P-I233 computers or dirt cheap x terminals on a network.

    I can support 10 users on one machine using Linux Terminal server for 1/4th the cost of their supporting 4 people on one machine.

    and I have a overall lower processor load.

    It's neat, but nothing more than that right now.

    Until the supply of free Pentium I class laptops and desktops dry up or the sources for dirt cheap xterminals dry up, it's nothing more than a expensive wy of doing things.

    --
    Do not look at laser with remaining good eye.
  35. They're TNT2, and hardware GLX is supported... by Anonymous Coward · · Score: 5, Informative

    Just here to let you know, this 4-user setup defined in this forum's topic is using four nVidia TNT2 graphics accelerators! These are better than GeForce graphics accelerators for driver-related reasons. Way back in the maturation of XFree86, with version 3.3.6, it is possible then and a throughout the 3.x XFree86 branch to configure XFree86Config to "Load """ Utah-GLX's nvidia driver to attain hardware-accelerated openGL. This is a completly different driver approach than DRI's openGL SAL. Utah-GLX provides X Server modules rather than its various competitors providing a /usr/lib/libGL.so.* and any non-standard patch cludged into the X Server. DRI project's openGL acceleration architecture at the moment may also allow mutliple local X Servers, albeit that of the various non-XFree86 such as the capable technology at DirectFB project (which allows accelerated openGL without a X Server; directly using the DRI without an X Server).

    Backtracking to Utah-GLX's driver (project page here, this will allow many complex openGL-phile programs to run at the same time given its architecture. I, however, doubt that older XFree86 3.3.6 will scale to this feat; I simply don't know. Yet, the Utah-GLX driver system has been ported to XFree86-4.x; it is a openGL GLX driver package in the form of dynamically loaded X Server modules/extensions and can be manipulated into and without the X Server without having to restart the X Server. It's somwhat parallel to the DRI driver, to provide an alternative, but it is not being maintaned anymore; Utah-GLX is dead and someone needs to commandeer!

    I am using three Athlon Thunderbid 700MHz computers with a total 9 nVidia TNT2 adaptors total (three per computer), S-Video composite output to NTSC televisions, and quad-bonded 100BaseTX ZNYX LAN adaptors for verry low-latency threaded shared openGL rendering; I use as Chromium 3D videowalls, by using XFree86 4.3 and Utah-GLX's nVidia openGLX driver.

    And yes, Quake3 looks hot!

  36. 60 users on 15 PC's - try 60 users on an 8MB VAX by stanwirth · · Score: 4, Interesting

    Has computing gone forwards or backwards when it takes thousands of times the compute power to support fewer users, doing dumber things. We used to run whole research departments developing mathematical modelling, computational physics programmes on a single DEC VAX 11/750 with 8 MB of main memory and like 80 MB of hard disk space. It was so underutilised that astrophysics would rent out time on the darn thing to geophysics and chemistry.

    This was on 4.2 BSD, the mother of all open source operating systems. And we had access to supercomputers at Argonne, NCAR, LANL, LBL and Cornell over the ARPAnet. in the freaking early 1980's.

    AND we produced beautifully typeset scholarly papers and theses, full of equations using TeX. Try doing that with Office. Hnf.

    Personally, I used to use maple to do the algebraic manipulations, and export to either fortran (to run a numerical simulation to get the results that formed my thesis) or to TeX (in order to publish it). Sure as hell can't do that with the stupid Office (open or MS) programmes you need 15 64MB computers to support only 60 users on in this model. Even if you insist on running a pointy-clicky GUI, with X10 we used to run dozens of graphics terminals off of one VAX

    This article just proves that the net progress of computing is actually backwards because the computers certainly are getting bigger/faster/better more slowly than the intelligence and creativity of the users -- now they all need a GUI just to edit text and compile programs. To the point that it's a miracle when you can have more than one person using a computer at a time now. Sheesh!

  37. twighlight zone... by null-sRc · · Score: 2, Funny

    four users, one pc? :|

    in my room it's 4 pcs, one user :D

    i'm lucky i guess. IM A FAT PIGGLY WIGGLY NORTH AMERICAN!

    *SQUEEELSSS!*

    --
    -judging another only defines yourself
  38. I've done this -- Challenges and Comments by Chris+Tyler · · Score: 2, Informative

    I have a multi-user setup at home (I'm using it right now) which is described here... it has 3 heads (video/keyboard/sound/mouse for each). I've found it to be an economical approach that involves far less administrative work than any other multi-user configuration -- separate systems with NFS file shares, X terminals, you name it.

    There are several significant challenges involved in setting up a multi-head, multi-user system:

    • The 'normal' kernel USB setup merges multiple keyboards and mice into a single queue. This makes sense when you're using an external keyboard and mouse with a laptop, but it a pain in MHMU. Patches to the USB system are required.

    • The 'normal' console/virtual terminal system is not MHMU-aware. This has to be patched with the Backstreet-Ruby patches to work properly.

    • The 'normal' X server can handle a multi-head configuration, but expects all the heads to be used by one user. The prefbusid patch or similar must be applied to fix this.

    • Apps that use sound are a nightmare-- it's painful trying to get apps to send their sound to the right speakers. With three of us on the system, I regularly get blasted by sound from Flash websites that my kids are visiting. There is no standard for defining *where* sound should go -- yes, there are soundservers such as esd and artsd, but they are not used by all apps (and try finding current documentations for esd!).

    If we made a concerted effort, the MHMU patches could be merged into the main source trees for X.org and the Linux kernel, and the distros could be set up to offer MHMU configurations at installation time.

    However, the number of people using MHMU configurations is currently too small to really make a push for the integration of these features into the main source trees and distros.

    So if you're using this type of system, or would find it beneficial, then let's work together to make this a mainstream option!

    (I think that MHMU would be useful for: tellers in banks; kiosks such as library catalogs; computer labs and learning commons in colleges and universities; and family computing setups).

  39. Re:Mainframe? by john.r.strohm · · Score: 4, Informative

    If you go back some 30-35 years, you find some HUGE mainframe installations, supporting dozens or hundreds of online users simultaneously.

    Do a bit more research, and you find that those mainframe installations had processors that ran at clock rates somewhere between 1 and 20 MHz, with typically a few megabytes (equivalent) of RAM, and a few hundred megabytes of hard disk. (And a few tape drives, but the tapes were not really used that much, by comparison.)

    As a convenient example, consider the Control Data 6600 supercomputer at UT Austin in 1970. The CPU clock was 10 MHz, and it had just 131,072 words of main core memory, at 60 bits/word (which works out to about 1 Megabyte). It had two disk subsystems, one of which stored 168 million characters, the other storing 241 million characters.

    Compare this with a 486/33, with 4 megabytes of RAM, a 200 Mb and a 340 Mb hard drive. 4 times as much RAM, probably comparable CPU throughput (the 6600 CPU was a master of parallel execution: it could be running as many as 10 instructions simultaneously).

    The 6600 was heavily time-shared.

    Late in the 1970s, things started getting interesting. The magic point was called "3M", which stood for "1 MIP, 1 Megabyte, 1 million pixels", and the price on that was JUST BARELY within reach of an individual.

    Now look today. Our LOW END personal computers come with HUNDREDS of megabytes of RAM, hundreds of MIPS, tens or hundreds of gigabytes of disk storage, and several million pixels. (The limit on pixels is what you can get onto a display and refresh at a reasonable rate.)

    What limited these guys to "only" four users per PC wasn't processing power or video bandwidth. It was the number of PCI video cards they could physically stuff into a PC motherboard.

  40. In Brazil? by leonbrooks · · Score: 2, Funny

    They'd handle it with water cooling.

    --
    Got time? Spend some of it coding or testing
  41. My first home computer by SmoothTom · · Score: 2, Informative

    My very first home computer was a Radio Shack TRS 16B+ in the mid 1980's.

    It had a Z80 CPU to handle I/O housekeeping chores and an MC68000 main CPU running XENIX (a flavor of UNIX).

    It supported four users at the same time - each at their own terminal - with no additional goodies needed at the 16B+.

    Mine did have a full load of memory, a larger hard drive, and a few Hayes modems so the other users could be remote, but the modems hooked right into the existing multiple ports on the machine.

    For several years it was a minor mail and news server on the web (named tijil).

    In what major way it this "new" thing astonishingly different from what I had 20 years ago on my desktop at home?

    Take care,
    Tomas

    1. Re:My first home computer by SmoothTom · · Score: 2, Interesting

      Heh, my parents weren't rich, that was what I bought myself as a treat after putting in some time at Bell Labs / Holmdel.

      I kinda quit being a 'kid' dependent on my parents when I joined the Air Force in '66.

      List price of the bare-bones 16B+ was $6499 plus maybe a grand for more memory, and another grand for modems. IIRC a bigger HD was about $1500.

      Hmmmmmm... I guess that is pretty close to $10K.

      Actually I still have that 16B+ - it's in storage and every now and then I drag it out and fire it up just to verify it still runs. It does.

      Take care,
      Tomas

  42. Re:The heat! The heat! by sentientbeing · · Score: 2, Funny

    well im running a 1000 megasquirtle doobydoo with a megakilo double widget interface and a pseudo-terrafilter. its got 2 million hexafurtles with a 10 kiloplex wobblywoo and a rechargable virtual combo-backplate monitor. i also fitted an optical finglyfangle with predictive threshold monitoring. its also got a touch sensitive keyboard and a temperature sensitive thermometer.

    Built it my self.

    --

    ------
    beware he who would deny you access to information, for in his mind he dreams himself your master
  43. OOOOH..... linguistic pet peeve by SubliminalLove · · Score: 3, Funny

    Can you literally run something on a shoe-string budget? What, exactly, can you get in exchange for a shoestring? Or did you mean a budget literally equal to the value of a shoestring?

    Drives me nuts every time someone says 'literally' to modify a phrase that it is literally impossible to construe in any way but figuratively.

    ~Sub

    -1 Troll
    -1 Flamebait
    +1 Linguistic Merit
    +1 Crankiness

  44. Re:60 users on 15 PC's - try 60 users on an 8MB VA by bokmann · · Score: 2, Insightful

    Well, this would be comparable today to giving a bunch of users accounts and allowing them to use telnet or ssh to get to a shell account. In a setting like that, I bet your average computer today would support hundreds if not thousands of simultaneous users. With X terminals, I bet you could have a bunch of gui interfaces too.

    This is a lot different than that - this is about taking an interface that has been designed assuming there is one user in front of it, and hacking it to support multiple users. Multiple keyboards, mice, and displays on one box, don't normally work this way.

    Cool? yes... Practical? probably for someone... but in a world where people hack web servers onto commodore 64s and overclock their Sega Genesis, rank this toward the top of the list.

  45. On multihead and Xinerama by odie_q · · Score: 2, Interesting

    While I am not the young man from whom you demanded an explanation, I can offer you som insight on why I do not use Xinerama for my dual-head setup.

    I use a standard (non-Xinerama) dual-head config and a dual-head aware window manager (Openbox 2.x). This setup has but one serious flaw, and that is the inability to move windows between the screens. What it offers over xinerama is that it does not require xinerama-aware applications. Popup notifications never show up in between the monitors, for example. The big thing I dislike with Xinerama is that windows can be split over the two screens. I have never wanted to do this. I much prefer the ability to slide parts of windows out of view.

    Another big nuisance with Xinerama is that I have yet to find a Xinerama-aware window manager that I like.

    My vision of the perfect multihead desktop (which coincides with my vision of a reasonable X architecture) is pretty much X with something like xmove (which I have yet to get working on XFree86/Linux). The window manager could then be told to throw a window to the other screen when dragged to the edge, just as with virtual desktops. The bonus of using an X proxy, or preferably separating the display and server parts of the X server, is that you can move windows between computers, keep gui apps running on servers when the workstation is turned off, restart your X server (e.g. to upgrade drivers) without losing your apps, and so forth.

    --
    ...ceterum censeo Carthaginem esse delendam.
  46. Whats there to maintain? by torpor · · Score: 2, Insightful

    While the Linux system might be difficult to maintain, it can be done.

    Every user gets their own session, their own homedir, their own .dotfiles, and it Just Works.

    Once this is set up, and X is running, its done. No maintenance. Multi-head is actually "X" and Unix at its greatest.

    Put OpenOffice.org on there and you've got what you need to run the average office, for whatever business.

    All that time you're wasting now, in the "difficult to maintain" department, you know ... re-formatting every PC in the office, re-installing c:\winnt32\, removing IE, 'fixing the e-mail system', installing new Virus patches, etc. will now be free time you can apply to actually customizing your -one computer office system- to the task of your business, easily, and maybe learn a few Open Source skills on the side, as well.

    An Apache/PHP/MySQL-based business app being developed by an enthusiastic software hacker (it could be the whole group, with their own PHP scripts ...) focused on computerizing his/their business process, paired to a single cheap PC that 4 people can be using at the same time, is good Starter Business Manna ... put a smart business app on a Single PC which is dead-easy to maintain (hint: it just runs), make sure Single PC is cheap, and it works, and you've got a 3rd world economic power-station.

    Think of the rows and rows and rows of low- to middle-class businesses you can see in any average big-city, and now add a small, affordable computing system that -4 people can play with at once- in each box in the row.

    Most people buy multiple-PC's for the office just so that they can have access to a 'broader computing system' that they then try to tie together with all kinds of other bone-dead 'systems' like 'shared Access databases' and whatnot, over some network (which requires even more hardware and maintenance) ... whereas having everything 'local', on a single system with sufficient power (RAM) to cater to the needs of busy people, is entirely feasible, and cuts out a -lot- of the reasons for most modern PC maintenance ...

    Its gotta get easier to multi-head PC's. It just does. The single-user hardware paradigm needs to be shifted. Microsoft -need- new licenses from new 'complete system' hardware to propel their buggy OS, whereas Linux only -needs- you to use it.

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  47. Re:60 users on 15 PC's - try 60 users on an 8MB VA by yuri+benjamin · · Score: 2, Informative

    Even if you insist on running a pointy-clicky GUI, with X10 we used to run dozens of graphics terminals off of one VAX

    Yes, but the X server was running on the terminals. The X apps running on the VAX only sent X primitives down the wire to the terminals, and the terminal bore the burdon of rendering stuff on the screen and processing kb/mouse input, turning them into events to send down the wire back to the app running on the VAX.
    This article is about plugging the monitors/kbs/mices directly into the box with the X primitives processed on that box.
    Think about the difference for a while before you reply to this.

    --
    You make the mistake of thinking you can educate the fundamental stupidity out of people. You can't.