Jeff Atwood is often expounding the benefits of triple monitor setups for developers, and I have to say I agree with him. However, we are about to take on a good number of new developers and are hoping to kit them out with a nice development environment.

I was wondering, if given the opportunity, what you people would think of as the perfect setup - One, two, three, or perhaps even four monitors! Try not to think about what you would like to have in order to show off (or play Warcraft on!) but rather, what do you think would offer the peak performance increase for your development activities.

link|improve this question
feedback

closed as not constructive by sarnold, Book Of Zeus, casperOne Feb 15 at 1:04

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

48 Answers

1 2
up vote 52 down vote accepted

The biggest problem with 2 monitors normally is that you've got that split down the middle which makes it slightly harder to use as normally the middle is where your eyes always go back to. That setup has always made me feel like I don't have a "main" monitor.

If you do two I would suggest one large widescreen monitor, 24"+, plus another smaller normal aspect ratio monitor that is preferably the same height as the widescreen. This way you have a "main" screen and the second smaller one can be where you put all your tools, documentation, etc. Or you could be crazy and go with the FogCreek setup of I think 1 30" widescreen plus a 22" widescreen turned sideways.

I personally prefer triple monitor setups. Each one doesn't have to be huge, but I like at least 20" and it absolutely has to do 1600x1200 minimum. And I generally prefer having three normal 4:3 screens. Widescreens typically have poor vertical resolution unless you get the pricey ones.

The main advantage I see to have the triple setup is that I always have code in the middle, full screen, all my Visual Studio sub-windows (solution, error, debug output) on my right screen and documentation (specs, MSDN, etc) up on my third screen.

Going to 4 would be cool, but brings back that issue of having no real center.

link|improve this answer
2  
i have two monitors, my keyboard sits in front of one, and other sits in front of my mouse... no problem with the center parts. personally, i'd prefer 4, 3 on bottom, and one above the middle. – Ape-inago Dec 4 '08 at 4:39
show 4 more comments
feedback

I personally use three (in a horizontal row). The middle one is my coding window. The right one I put all the Visual Studio windows (solution explorer, output, properties, debugger windows, etc)... that way my middle screen is full-screen code all the time (woohoo). The left screen is for extra stuff (web browser, email, etc).

In general the paradigm that I try to follow is that my middle screen is always my primary activity. So if I'm coding, it's my code. If I'm writing a doc, that's where Word lives. If I am surfing, that's where FF lives. The left and right monitors are for secondary data streams (monitoring email or viewing code meta-data).

It works for me.

Tools I use to enhance this experience:

  • Ultramon. It makes managing multiple windows easy!
  • MaxiVista. Allows me to hook monitors to other machines and extend my desktop on to those machines (or to use a single keyboard/mouse to control that other machine). Extremely awesome! I keep my email running on a second machine to that my primary box is only doing what I want it to (edit and compile code). Sweet! And recommended by Hansleman... even better!
link|improve this answer
feedback

I've got two 19" displays, one of which I have rotated 90°.

I use the left monitor for coding, and the right monitor for running Firefox to see what my users will see. This allows me to fit 25% more lines of code on my left monitor than my right one.

Display Properties

link|improve this answer
3  
How do you rotate you monitor 90 degree? Is this a feature in the video card or the monitor? – Yada Jan 13 '10 at 13:49
show 2 more comments
feedback

I seem to be in the minority of preferring one monitor.. When ever I had two monitors, I end up shoving stuff on the second monitor that I could happily minimize/hide/not-see, and found having to look back-and-forwards between the different monitors was more annoying than alt/cmd+tabbing between windows.

Same with non-programming stuff - I much preferred having one monitor than two. The only thing I prefer using with two is Apple Shake - having the output display on one monitor (calibrated CRT), and the node-view and such on a secondary TFT.

I suppose one reason I don't like having two monitors is it "breaks" throwing the mouse to the top-right of the screen to click buttons there. I do use Synergy which allows you to define which section of the edge to allow the switch (I use 50% of the edge of the screen)

With OS X/Windows dual-screen configs, the most I can do is rearrange the virtual-monitor-layout, so the right monitor is at the very-top-right of the left monitor. That way I have to use the top-right corner to switch monitors.

link|improve this answer
show 1 more comment
feedback

Where I work, my setup consists of two computers: a linux box running on a 17" monitor, and a windows laptop docked to use its screen as well as another identical 17" monitor as the linux box. On linux goes my coding (a full screen emacs session). Directly to the right is my windows monitor, where Firefox lives (for testing when doing web development, and for viewing checked-in code that is in a different file than I'm working on). Further to the right is the smaller laptop screen, where my email lives. It's a little small to see from where I'm sitting, so thankfully I only glance over at email when code is compiling or I'm waiting on something other similar thing.

The two 17" monitors work perfectly fine for me. Though I have three, the laptop screen is essentially an extra add-on to the monitor setup where actual work goes on. I think that these two 17" monitors are pushing the limit of all that I can visually fit into my mind. If I had two 24" monitors, I could probably enjoy that and love it, using most of the space. If I had three 24" monitors, I wouldn't be able to utilize all the space. It would all be filled with windows, but it wouldn't be being really used.

Note, this is coming from someone who when they're not at work uses solely a 15" laptop screen.

Edit: I use synergy to use the same mouse and keyboard on both computers. The server runs on linux, and the client runs on Windows. I absolutely love synergy (as well as being able to utilize two different operating systems at the same time) and highly recommend it.

link|improve this answer
1  
+1 for Synergy - I use that a lot when connecting my laptop to my home network. – Mark Allison Jan 12 '09 at 12:40
feedback

My employer provides the devs with a dell 17" widescreen notebook. and also lets me work from home as much as i want.

at work i have a 19" 4:3 as a secondary.

at home i use a 22" widescreen as the primary and the laptop as the secondary. enables me to sit at my normal desk where my home boxes are installed. My 22" is plugged into my home PC via DVI and i plug the laptop in via VGA.

Windows handles very well knowing what my setup is, i've set it up once and never have had to reconfigure it. I plug it in at home and it changes the primary to the 22" and at work changes it back to the laptop display automatically.

my layout of the screens changes all the time depending on what i'm working on. sometimes have ssms on the primary, vs05, excel07 or outlook07.

i use proxy on the 19" at work to fullscreen onto two different xp boxes for user testing, (and music library management) i have attached a kvm onto the 19" to manage my test boxen so i can completely remove it from my laptop and use the pc natively if the network has crapped out.

utilites i use to keep me sane on multiples

link|improve this answer
feedback

I need 4.

  1. Visual Studio
  2. Internet Explorer
  3. Sql Server Management Studio
  4. Internet Explorer with streaming Soccer on it.

Admittedly, the 4th monitor cancels out the performance gain from the other 2 additional monitors.

link|improve this answer
15  
eww Internet Explorer??? – dylanfm Jan 28 '09 at 1:52
9  
eww Internet Explorer???? – sdellysse Apr 10 '09 at 14:04
8  
Downvote until you can justify your IE usage. – Alistair Apr 27 '09 at 12:46
13  
are you f***ing kidding me? – Darren Kopp Apr 27 '09 at 15:49
9  
what is internet explorer? – TIMEX Oct 4 '09 at 11:48
show 5 more comments
feedback

This can vary from person to person. We have people who use tools that really benefit from very large monitors. But, I think 2 monitors, 19" or 22"-wide is by far the sweet spot of cost/productivity. Get the 22"-wide if you can comfortably swallow it.

Anything above this standard is wasteful in my opinion (except for those edge cases). It wastes money, it wastes desk space, and it wastes electricity.

link|improve this answer
show 1 more comment
feedback

I think three monitors is perfect: one for your IDE, one for your database management, one for your browser of choice.

link|improve this answer
show 1 more comment
feedback

If you develop in an IDE as I do, it can be really nice to use one monitor for code and push all the tool/output windows onto another monitor. Then you need the 3rd for docs or keeping the software up on one screen while the debugger is up. I definitely agree that the benefits drop way off after dual monitors though, as I seldom find myself hopping between all three, normally just two at a time.

link|improve this answer
feedback

There is definitely such a thing as 'too big'

I currently have two 20 inch widescreens, with the 'split' in the middle, which I love.

At my previous job I had a 20 inch 4x3 screen, and a 17 inch. The 20 was 'in the middle' with the 17 off to the side. I found this made me move my neck too much, and it became excruciating after a few weeks, I had to go back to just the single 20.

I suspect if I had 2 24's or 3 monitors, I'd start getting a sore neck again too :-(

link|improve this answer
feedback

IMO, dual 24" monitors is enough real estate for me. One maximized view for Visual Studio, and one other monitor for documentation, specs, debugging views, or whatever. The one main downside is that I can't have anything directly in front of me, since that's where the monitors come together. But I actually don't mind it at all. It's a pretty good setup.

edit: people that say smaller monitors are fine are just jealous. Get the biggest monitors you can afford and that will fit into your space. I used to think my 24" were too big, but you really get more productivity out of seeing more info all at once. It's worth it.

link|improve this answer
feedback

I've never had the option of multi monitors but I find that 1 monitor is fine. It's running at 1400x900 which though large is not humungous. I have sometimes thought a second monitor would be nice but really, this is just fine.

I must say that Spaces and Expose are very handy but I still don't feel that I need another monitor, I have also no doubts that this will change as soon as I get a second monitor whereupon I will think "How did I ever live with only a single monitor?".

link|improve this answer
feedback

I have tried two monitors and while it was nice, one decently sized monitor is enough for me. For me alt-tabbing between documentation and code is as efficient as switching my view from one monitor to another.

And it's a lot easier to adjust to working on a laptop's single monitor when not in the office.

link|improve this answer
feedback

I do web development with 4 monitors, 3 in a rowon the bottom and the 4th in the center above. I have my IDE on the lower center one and on the right, I put my testing browser. on the left, is where I have my Browser's Developer Tool Window and some extra stuff from my IDE. The top one I use for remote desktop to the hosting server.

link|improve this answer
feedback

I think two monitors is definitely effective. Especially for web development. It allow you to do work on one screen, and see the results on another.

More than 2 I find to be a little be silly except for certain situations where a lot of information needs to be viewed at once, which I usually don't see happening.

link|improve this answer
feedback

I had three monitors at my previous job and was upgraded to two here, and I miss the three monitor days.

The fringe cases seem to be a little more extensive for me, as I get a call about a bug in the app, I would pull up the debug log in one monitor, the browser in the other to replicate the effect, and the third to view the responsible code. Also having a "bar" for my center view where the two monitors connect is something that still throws me off from time to time.

In addition, we adopted instant messenger at my old job which became a big help because we were able to collaborate on issues a lot better than trying to send a screen shot or type in a URL while on the phone. So my third window kept the IM window open all the time.

Definitely provide 2, but go 3 if you can afford it. I will slight that a little by saying if you can get dual widescreen monitors, it'll give the necessary real estate

link|improve this answer
feedback

I've never had a symmetric dual-monitor setup (where both are the same size). With one larger and one smaller monitor, I either ended up using one as the primary, and putting things aside on the secondary, or, if one of the screens supported it, turning it sideways to get more of the file displayed at once (this was a godsend in web development). Having 100+ lines visible on one monitor with tabs of the webpage viewable on the other was fantastic.

I think if you had two large (24" or larger monitors), you need to designate one as the "primary" and center it in front of you. Otherwise, you end up looking off to one side or the other all day; not the most comfortable thing.

link|improve this answer
feedback

I currently use three monitors (19s each side and a 24 center), and have used two in the past. Three is definitely an improvement over two, but much less than the second over the first.

If I were in your shoes, I would go with two per developer. The ROI just isn't there for three.

link|improve this answer
feedback

I think 2 monitors is a very decent setup for most people. A third monitor would definitely help, but I'm not so sure the increased efficiency would be noticeable for every programmer.

Maybe you could let them know that if they want another one, they can.

Also, the monitors should be big wide screen monitors (20+ inches).

link|improve this answer
feedback

If you are developing you really need 2 monitors at a minimum. Having one alone really limits your ability to develop while simultaneously researching or previewing older code. In my experience I've had the luxury of having 2 monitors in 2 of my 3 jobs. The one job that did not was really challenging. With all that said, I believe 3 would actually be ideal with that thought coming from the center line issue that two monitors present.

link|improve this answer
feedback

I've been using a setup with a Dell Latitude laptop as my main system for work for about five years now. With a docking station, you can have a second monitor when you're at your desk, and still work with the single screen when you need to get away or go to a client site. The screens aren't directly adjacent, so you end up dividing tasks between then.

The only problem with this configuration is that with some of the video chipsets/video RAM setups in the Latitudes, they can't drive both monitors at 32-bit color, so make sure you get the better video if you go with this setup.

link|improve this answer
feedback

I'm not a fan of 3 or more monitors. Dual head is the perfect setup for me, and I focus on one screen at a time, I just use the second monitor to reduce clutter and avoid unnecessary clicking and window switching. I find mostly use 1 screen for mail/chat and one for coding, or one for coding and one for looking up documentation and testing. I bought a shiny new 22" monitor today, I'm yet to try out what it does to my productivity.

link|improve this answer
feedback

The best thing that helps me is [link text][1]. It gives me quick keys to resize a screen to half, quarter, 2/3 of the screen vertically and horizontally. That way I can make use of the large screen better.

[1]: http://www.winsplit-revolution.com/"Winsplit Revolution"

link|improve this answer
feedback

Two monitors with my own multi-monitor VS theme.

The idea of three does sound nice though to retain that central point.

link|improve this answer
feedback

single 28" monitor is most productive to me. I get distracted with too many and seem to forget about them. I have used up to 8 at work, and truly, I can only focus on one at a time... so I make it big...

link|improve this answer
feedback

Depends what you do. I do primarly SQL Server development and have a monitor for
QA/SSMS connected to Staging/Dev
QA/SSMS connected to Production
Browser/Email/Other like documentation

link|improve this answer
feedback

1 PC with 2 Monitors and a second PC with 1 Monitor. The second PC could be used for testing, it could hold the task list or whatever.

I often find myself in the need to log in with another windows account to test stuff (a side effect of using Windows Authentication), and a second PC would be perfect for that.

link|improve this answer
feedback

Another vote for two monitors. I have two 17" at work which is a bit small but two 19" at home which feels about right.

I also highly recommend the excellent utility UltraMon (Windows-only) for window management.

link|improve this answer
feedback
1 2

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