From owner-freebsd-x11@FreeBSD.ORG Sat Nov 22 16:30:04 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC6D6C3F for ; Sat, 22 Nov 2014 16:30:04 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 829B037C for ; Sat, 22 Nov 2014 16:30:04 +0000 (UTC) Received: from 2a02-8428-011b-e000-0290-f5ff-fe9d-b78c.rev.sfr.net ([2a02:8428:11b:e000:290:f5ff:fe9d:b78c] helo=magellan.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1XsDZS-0006Wc-NQ for freebsd-x11@freebsd.org; Sat, 22 Nov 2014 17:30:02 +0100 Message-ID: <5470BA0A.4050102@dumbbell.fr> Date: Sat, 22 Nov 2014 17:30:02 +0100 From: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: DRI not working, AMD E 300 with Radeon HD 6310 References: <546CAD30.3060600@palmen-it.de> <546F0457.5090501@palmen-it.de> In-Reply-To: <546F0457.5090501@palmen-it.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 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, 22 Nov 2014 16:30:04 -0000 On 21.11.2014 10:22, Felix Palmen wrote: > Hello all, Hi! > as already stated, I have it working now. Great :) I read that it's not working if you load the modules from the loader. I have no idea what the differences are in this case. > But there is still a little annoyance: The blur module for > semi-transparent windows in KDE4 does not work properly. Compositing > type is "OpenGL 3.1" and there's no difference between using "native" > or "raster" Qt graphics system. As soon as the blur effect is > activated, it looks like it is taking a solid gray image instead of > the real visible content behind the window. Maybe try to rebuild graphics/dri with the TEXTURE option enabled. Without this option, Mesa only advertises OpenGL 2.1. Unfortunately, it's not enabled by default currently because it's covered by a patent. -- Jean-Sébastien Pédron