Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using laptop as a second programming monitor

The joys of multimonitor programming are countless, I think there are about 5 blog posts on Coding Horror on the topic alone! I often code in Windows on my main machine, and have my Mac laptop set up to the side. I use the Mac both to compile Mac builds but also as my "reference web browser". There's no KVM or anything.

However a casual conversation at a conference led me to the question, could I use two independent machines to share windows? Literally move some windows from one machine to another, so I could use one PC's display as "overflow" from the other.

Some googling suddenly shows that this is possible in some situations for sure:

Synergy and Maxivista

My question is whether any programmers have tried such a setup. We have unique needs especially with multiple text windows and editors, and this kind of tool may be a huge win or a huge hassle.

This solution feels like a combination of easy KVM switching AND multiple monitors.. it sounds like a programming dream! So advice or especially reports of actual experience in a programming environment would be greatly useful before I invest in the rather complex setup.

Followup: Sounds like I'm asking for something that doesn't exist! It's kind of combination of a software KVM and VNC. But the VNC would need to break out the app windows and allow individual manipulation (like that maxivista commercial tool, which is Vista only).

Thanks for all the feedback. Looks like there's demand for a cool app if anyone has the drive to be first in this new nich!

like image 567
SPWorley Avatar asked Apr 04 '09 09:04

SPWorley


2 Answers

Synergy doesn't allow you to move windows between machines (that would require a silly amount of work behind the scenes), but it does allow you to share a keyboard and mouse between two machines so they "appear" to be all one machine, but actually run separately.

I personally use Input Director, as I found it more stable than Synergy. I have my laptop with an external monitor to the right, and my desktop to the left as an Input Director slave. My desktop runs a different O/S and is basically my guinea pig box for testing stuff and for anything I need to keep running when I leave the office. Cut + paste is pretty seamless, so I can quite happily fire up an RDP session to a server on my desktop, and cut+paste SQL scripts from that to my laptop.

It's a very useful thing to have if you have a few physical boxes and monitors kicking around :)

like image 85
Steven Robbins Avatar answered Sep 29 '22 13:09

Steven Robbins


I've actually managed to use spare notebook as a second monitor to Desktop PC. This allows to move windows to second PC, but not vise-versa.

Solution would work basically with any OS.

The only requirement is a spare VGA (or DVI-I/DVI-A) port on server PC.

  1. Make a dummy VGA plug http://www.overclock.net/t/384733/the-30-second-dummy-plug This will also work for DVI-I/DVI-A port + DVI-VGA adapter
  2. Detect virtual monitor with your OS. Monitor will be detected as very generic monitor, so you can set up any resolution. Set it to slave PC resolution.
  3. Use any remote control software to connect from slave to server PC. Set it to display only "virtual" monitor.

That's all. Your slave PC is a second monitor for server PC.

I've used this on Windows 7 + TeamViewer. I've additionally set up Mouse Without Borders (Microsoft Synergy analog) to be able to use slave PC with same mouse&keyboard, though this is not required if you intend to transform it to monitor-only.

like image 32
Max The Cat Avatar answered Sep 29 '22 11:09

Max The Cat