From owner-freebsd-questions@FreeBSD.ORG Sat Nov 24 22:34:56 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72701683 for ; Sat, 24 Nov 2012 22:34:56 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF5828FC13 for ; Sat, 24 Nov 2012 22:34:55 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so7004433lbb.13 for ; Sat, 24 Nov 2012 14:34:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=KG4lKa3sZ3K7MfwwItUpjExNCmjBNSjzim+wFXesSLk=; b=02XeYyuH0x6KjANLv1dnCCunYw9CuUWtFxFgFtLd3dHVsj94WhdQYZQEhmYmuSQdYq /VLcWF8wliQQ1j44HjbYi6hF9MlLGPA+C3E4BHDUw/kYvwGwe8ryZaKEWs4Oftj0woTB K2YyePr2mUD23HtYUhKaeJPxp2jAtnpDBxMTRgtS+yLtYAP+lLLUUIvksYbP1uibis++ 6qw9VF3j7OXH2VniTbhCBvbzlCKWjrS0eQJQxQteEi4q21M2hQ6dREfhViPREbps0rAQ 14P+jm8xpKCSnE1jSoQvaaMH7x3r6tLOh8W5BHdGuC9mj+oJ2cLTrCHrk4zK3/Jcd8Lf 78dA== Received: by 10.112.13.173 with SMTP id i13mr3383854lbc.108.1353796494536; Sat, 24 Nov 2012 14:34:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.101.72 with HTTP; Sat, 24 Nov 2012 14:34:33 -0800 (PST) In-Reply-To: References: From: Christer Solskogen Date: Sat, 24 Nov 2012 23:34:33 +0100 Message-ID: Subject: Re: Odd X11 over SSH issue To: Paul Kraus Content-Type: text/plain; charset=UTF-8 Cc: Carl Zwanzig , FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 22:34:56 -0000 On Fri, Nov 23, 2012 at 6:43 PM, Paul Kraus wrote: > I am seeing very poor response time running the VitrualBox GUI via X11 > tunneled over SSH via the Internet. The issue _appears_ to be limited > to the VBox GUI as Firefox is reasonable. I am well aware of the > latency issues tunneling X11 over SSH across the Internet, but that is > what we are stuck with for the moment. The server is running FreeBSD 9 > and is patched as of about 4 weeks ago. > I see the same thing. But doing the same thing with CentOS(that is, CentOSis the host that VirtualBox runs on) goes pretty fast. My guess is that it is related to QT. -- chs,