From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 12 20:16:44 2009 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65DCF1065693 for ; Sun, 12 Apr 2009 20:16:44 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 254148FC1C for ; Sun, 12 Apr 2009 20:16:44 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 906721E000DF; Sun, 12 Apr 2009 22:16:46 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n3CKESvq068121 for ; Sun, 12 Apr 2009 22:14:28 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n3CKES9B068120 for freebsd-emulation@FreeBSD.org; Sun, 12 Apr 2009 22:14:28 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 12 Apr 2009 22:14:28 +0200 To: freebsd-emulation@FreeBSD.org Message-ID: <20090412201428.GA67309@triton.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: got google earth running again, tho still with indirect rendering... X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 20:16:45 -0000 The following alias seems to work here now with OVERRIDE_LINUX_NONBASE_PORTS set to f8 after the astro/google-earth USE_LINUX_APPS+= dri commit: alias googleearth="LIBGL_ALWAYS_INDIRECT=1 cpuset -l 0 googleearth" Without LIBGL_ALWAYS_INDIRECT if often crashes right at startup (and if not, says it switches to indirect rendering by itself), and without cpuset it often seems to hang/deadlock after popping up its tips window. (The latter can only make a difference on smp of course.) Tested on 7-stable/amd64 with intel 965 and ati RV730 PRO using video-ati (the second one without any gl at all of course.) I guess all we need now is linux dri bits matching our version of native xorg and possibly some needed linuxolator changes? Enjoy, Juergen