From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-108874-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1NqFn7-0007Xj-Lu
	for garchives@archives.gentoo.org; Sat, 13 Mar 2010 01:05:21 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6C9CCE0B76;
	Sat, 13 Mar 2010 01:04:46 +0000 (UTC)
Received: from mail-yw0-f203.google.com (mail-yw0-f203.google.com [209.85.211.203])
	by pigeon.gentoo.org (Postfix) with ESMTP id 4D469E0B8C
	for <gentoo-user@lists.gentoo.org>; Sat, 13 Mar 2010 01:04:46 +0000 (UTC)
Received: by ywh41 with SMTP id 41so753522ywh.9
        for <gentoo-user@lists.gentoo.org>; Fri, 12 Mar 2010 17:04:46 -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
         :user-agent:mime-version:to:subject:content-type
         :content-transfer-encoding;
        bh=sid6izU4w8NfILSWtvSjXHxLJWmzFdDkxQK7QKQNzQg=;
        b=oS7L7QMMQwA42K1MagxvRlN4xMJsb+6C4itkdiV6a+YZYdTN89CGRRWrQ/gIQyisoz
         6ToYgPZw3fbSPr3mgENBD0jkJzPl7ilQevQIVMpDPa/oa9cESJ2zbGk3nQj1tU5k1Ulg
         MfXQ04YZbiFpLpI0QKb9xMzT/cfFjvY/GPaGs=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject
         :content-type:content-transfer-encoding;
        b=Bqlp6PTovipa+UuxCQ443V+MDMF+Cy5H9QsSRHxI4352Ei3kD/34e7TnL+GMB9pqVT
         F7afzBYC1pC4Ryg1sQXRcmjfuVw39YehINYDjRv4aSOSTazDSBXng9X1wQXszVHh0KpX
         42Pyo5M1ir7NyNKQLQyDqUVGgHEd7lqxHLp0E=
Received: by 10.90.222.9 with SMTP id u9mr4563175agg.89.1268442284385;
        Fri, 12 Mar 2010 17:04:44 -0800 (PST)
Received: from localhost.localdomain ([120.16.71.207])
        by mx.google.com with ESMTPS id 36sm600531yxh.31.2010.03.12.17.04.42
        (version=SSLv3 cipher=RC4-MD5);
        Fri, 12 Mar 2010 17:04:43 -0800 (PST)
Message-ID: <4B9AE4B3.2000206@gmail.com>
Date: Sat, 13 Mar 2010 09:04:51 +0800
From: ubiquitous1980 <nixuser1980@gmail.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20100223)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Trying to get compiz or compiz-fusion to work on GMA 965
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: da329e0a-0330-4449-b688-80ab5fd69b4d
X-Archives-Hash: 2ac528daa88bd912a7c3fd6f58da267b

When I start compiz with: LIBGL_ALWAYS_INDIRECT=1 INTEL_BATCH=1 compiz
--replace --indirect-rendering --sm-disable ccp

compiz fails to perform 3d rendering with the following standard output:

WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX
1.3 is not supported!  This is an application bug!
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when
GLX 1.3 is not supported!  This is an application bug!

Thanks,

Damien