PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> Synergy Frustrations at spencerb.net



Synergy Frustrations

Okay, I’m putting this question out to the web (mostly Dan).

I’m trying to run my Linux server as a Synergy server. If you’re not familiar with Synergy, then you probably cannot help me, but you should definitely check it out. Essentially, it allows you to use a keyboard and mouse connected to one computer on any other computer on your network. It is very easy to use from Windows computer to another. Running Synergy on Mac or Linux is a bit more difficult.

Quick overview…here is what I want to do:

Server: Ubuntu 8.10
Client: Windows XP

I have made a config file for Synergy on my Linux computer and started it, but it lags like hell when I move the mouse over to the Windows screen.

I have tried troubleshooting this via Google, with no luck.

After repeated failure, I tried two other things. One of them seems promising, the other seems out of my league.

The first thing I tried was running Synergy over SSH. The point of this was to make a more direct and secure connection via OpenSSH on Linux and Putty on Windows.

That failed for me.

The second and more promising thing I found is a program called QuickSynergy. This program brings the easy graphical interface of Windows-based Synergy to Linux and Mac. Again, I can get the server and client to connect, but the mouse lags reallllly bad.

Any help or experimentation with QuickSynergy would be appreciated.

[?]
Share This

Related posts:

  1. Successes
  2. If you hate free time…
  3. Server Ambitions
  4. Linux USB Boot FTL
  5. Redaction: Raptr Recommendation
  1. Dan Schoppe posted the following on March 28, 2009 at 7:21 pm.

    Try running synergy as admin:
    sudo synergys
    I read in someone’s blog about a similar problem and a bazaar workaround involved administrative rights.

  2. Dan Schoppe posted the following on March 28, 2009 at 7:22 pm.

    On a related note, I did a quick google search for the problem and your blog post was ninth on the returned list!
    Google term: “linux synergy server lags”


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It