Slashdot Mirror


Multiple Monitors Increase Productivity

eggoeater writes "An systematic study conducted by NEC-Mitsubishi, ATI Technologies and the University of Utah has concluded that the use of multiple monitors in the workplace increases productivity. The study is discussed on Tom's Hardware, EE Times, and there's a detailed press release on NEC-Mitsubishi. For those of us who use multi-monitors, this is not shocking. But maybe now that it's official, IT managers will view it as a good investment and not just for gamers."

3 of 539 comments (clear)

  1. Separation of tasks by TiMac · · Score: 4, Interesting
    Just like a Dual Processor machine--but rather than assigning a thread to a CPU, you're associating a thought process with a visual/spatial location.

    I replaced my dual monitor setup with an 20 inch Apple Cinema Display when I got my new G5...but I am finding myself missing the twin screens, even despite the size and aspect ratio of the gorgeous new screen...may have to find a way to get another Cinema...and a bigger desk!

    --

  2. Re:What about widescreens...? by Phil+John · · Score: 4, Interesting

    The only problem with this is that you then have to precisely [sic?] resize the windows so that stuff is aligned well, whereas on a dual monitor setup, if you had an IDE open in one window and some documentation open in another, they can both just be maximised at the click of a button into their fullest sizes on their respective monitors.

    For the same effect on one large monitor you'd have to resize one window to half the screen by using the resize zones on the edges of the window, then resize another to the other half of the screen, it would take longer and thus negate some of the benefit you were trying to get in the first place.

    --
    I am NaN
  3. Screen space == short-term memory by alispguru · · Score: 5, Interesting

    Of course developers are more productive with more screen space. If I can have more windows open at once without overlapping them, I'll spend less time raising/lowering/rearranging them, with less disruption to my thought processes while I'm coding/testing/debugging. More information in front of me with less effort to get it keeps me in flow, which is where I want to be.

    I used to have a 17" Apple monitor that I ran at 1600x1200 for development, solely to keep as much text as possible in my field of vision while working. My favorite monitor of all time was a Sun 20" monochrome 100 DPI screen - ran at something like 2000x1500.

    Screen space is an extension of my short-term memory - it lets me deal with more complex things with less effort.

    --

    To a Lisp hacker, XML is S-expressions in drag.