From owner-freebsd-x11@FreeBSD.ORG Sat Dec 27 22:08:27 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF7D7106564A for ; Sat, 27 Dec 2008 22:08:27 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-gx0-f19.google.com (mail-gx0-f19.google.com [209.85.217.19]) by mx1.freebsd.org (Postfix) with ESMTP id 763808FC0C for ; Sat, 27 Dec 2008 22:08:27 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by gxk12 with SMTP id 12so2909891gxk.19 for ; Sat, 27 Dec 2008 14:08:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ikGdJ4HiI5DIV68KXHl5gtBFhkXRvWernF7AmvbHA6Y=; b=RijJW9lxBSmrqb5IcwsiyLOZbPBq0F6We8lNCq72xdn0tqbANugFvsN/vgSU4Os9kP HReIO2jHXwMenFt2ncUkCSsig+7cPdVWDFJJuZR4rsGm+kQrVFwCivYkx2MGKQHMn2Ug GIKfSqYXYWDGnK55Bk3AkTPGq9YF9uVtdVmwc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xtb8flwM6ioW6EzI0PiQfbBKMnPeaGijs6YgSksOwFmY1NHaJRS8fHYb0eY/1Y0IZl CrqERxKXYihJWmijvW3ZLHgzRI7qRbdPw5D3ZkvI6KW/B2zQxk9su2hVYQeSKsITtYjc j7BtdaQ1q1sUzvK2JQLKEunu30bkCwla2gS5w= Received: by 10.65.157.19 with SMTP id j19mr9390051qbo.39.1230413948094; Sat, 27 Dec 2008 13:39:08 -0800 (PST) Received: by 10.65.95.19 with HTTP; Sat, 27 Dec 2008 13:39:08 -0800 (PST) Message-ID: <3a142e750812271339p43fda03v873f4063aa494b1a@mail.gmail.com> Date: Sat, 27 Dec 2008 22:39:08 +0100 From: "Paul B. Mahol" To: "Aragon Gouveia" In-Reply-To: <20081227210527.GA29522@phat.za.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081225202045.GA37032@phat.za.net> <20081226035021.GA66514@phat.za.net> <1230397804.38943.14.camel@wombat.2hip.net> <20081227210527.GA29522@phat.za.net> Cc: freebsd-x11@freebsd.org Subject: Re: G33 DRM support in RELENG_7 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2008 22:08:27 -0000 On 12/27/08, Aragon Gouveia wrote: > Hi, > > | By Robert Noland > | [ 2008-12-27 19:10 +0200 ] >> I don't generally use google earth, but I do occasionally test it when >> someone mentions it... generally, you need aiglx enabled and possibly >> set LIBGL_ALWAYS_INDIRECT=1 for it to work. > > Thanks! I enabled AIGLX and that did the trick. Google Earth works now, > but is extremely slow. It complains during startup: > > libGL error: open DRM failed (Operation not permitted) > libGL error: reverting to (slow) indirect rendering Are you sure that permissions are correct (0666) ? Section "DRI" Mode 0666 EndSection -- Paul