Home › Forums › Programming › Synergy : Software KVM
- This topic has 5 replies, 4 voices, and was last updated 15 years, 3 months ago by
Anonymous.
-
AuthorPosts
-
-
June 15, 2008 at 9:25 pm #6786
Anonymous
InactiveHi all,
Big issue I have when debugging code is that my machine will sometimes keel over when stepping through code, and any notes I’ve taken are lost in the reboot.
So I recently found "Synergy" which is a sort of a software KVM. http://synergy2.sourceforge.net/
It sets up a client/server connection between 2 PC’s, and as you move your mouse of the desktop of one PC, it sends a network message to the other PC to start handling the mouse/keyboard/controller messages.
Does that make sense?
Anyway, I now have two machines side-by-side, running Synergy, so I can test, break, switch to my other machine, record my notes, switch back, and step.
And by "switch" I mean simply move my mouse from one monitor to the other.
Oh. And the best feature of Synergy. It has a virtual clipboard. So you can grab text from one machine, and it sends that text to the second machines clipboard.
What else? It works across MAC/PC/Linux.
Right that’s my rant. Oh, and its free.
Check it out.
regards,
B. -
June 15, 2008 at 9:57 pm #41412
Anonymous
InactiveThat’s pretty cool, thanks for the post !
I get similar issues with debugging full-screen (machine locks completely!) applications on a single monitor setup; but I guess the solution to that particular problem would be to get a dual monitor setup.
-
June 16, 2008 at 8:19 am #41416
Anonymous
InactiveThat’s pretty cool, thanks for the post !
I get similar issues with debugging full-screen (machine locks completely!) applications on a single monitor setup; but I guess the solution to that particular problem would be to get a dual monitor setup.[/quote:434df44df0]
Surely its not locked, you just have a break point in visual studios which you cant get to because your in directx full screen exclusive mode :) A second monitor is the only why to get around this issue i’m afraid.
-
June 16, 2008 at 11:13 am #41417
Anonymous
Inactiveah thats old I saw it on hak.5 episode last year :)
-
June 16, 2008 at 11:25 pm #41428
Anonymous
InactiveOla
What is Hak or Hak.5?
-
June 17, 2008 at 12:04 am #41429
Anonymous
InactiveThat’s pretty cool, thanks for the post !
I get similar issues with debugging full-screen (machine locks completely!) applications on a single monitor setup; but I guess the solution to that particular problem would be to get a dual monitor setup.[/quote:0ec303b4eb]
Surely its not locked, you just have a break point in visual studios which you cant get to because your in directx full screen exclusive mode :) A second monitor is the only why to get around this issue i’m afraid.[/quote:0ec303b4eb]
Well it does pretty much lock up, I mean Ctrl + Alt + Delete (to bring up the task manager) or Alt + Tab doesn’t even work when this happens. Nothing works in fact.. Can’t get much more locked than that ! :) The only remedy unfortunately when this happens is a reboot..
-
-
AuthorPosts
- The forum ‘Programming’ is closed to new topics and replies.