From owner-freebsd-x11@FreeBSD.ORG Sat Jul 26 11:20:39 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AD60AF for ; Sat, 26 Jul 2014 11:20:39 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6E37215A for ; Sat, 26 Jul 2014 11:20:38 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id w62so5360584wes.36 for ; Sat, 26 Jul 2014 04:20:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=d43ytDslsfI/P9u3GnGamyh/9EFjOEv0I3/NAPDpqwc=; b=Rl4dVeG+nGdCrX3vhbpIfnye0pnDceKGzuPMXQagRF0qE6CbVx0bwvKwMOLu0mS7U8 PS26QneAAR0v84OWQY20uKO/cZKyM678C+xeMulmayHPFxtjSEa8+UMdeqBY9A4NFPgv drgAjQtHhQmFHbgQIp7Qr2hl7Mv0TBfXy+ay4JdudYSUhyQSwavPD6aPEfXrVDWK1IY4 EQwQUHCfSv3qpv+0GS1PB//lJGc8y6AN5q5WYCb7hLP+tVnqL4P7v2Hz251wxcJVQ++f GVpoTbP1NdGmH7FHC7x9HsOXQtFc483c7zHJSlrU78+FUBuPKOhhTsnJPKAgOFxP7rqB 4RUg== X-Received: by 10.180.189.107 with SMTP id gh11mr13165192wic.40.1406373636889; Sat, 26 Jul 2014 04:20:36 -0700 (PDT) Received: from [192.168.178.122] (p5B36D7AC.dip0.t-ipconnect.de. [91.54.215.172]) by mx.google.com with ESMTPSA id wd7sm32958163wjc.36.2014.07.26.04.20.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 26 Jul 2014 04:20:36 -0700 (PDT) Message-ID: <53D38F02.6060801@gmail.com> Date: Sat, 26 Jul 2014 13:20:34 +0200 From: =?ISO-8859-1?Q?Jan_Kokem=FCller?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: Supporting i386-wine-devel WITH_NEW_XORG References: <53D22235.6030504@dumbbell.fr> In-Reply-To: <53D22235.6030504@dumbbell.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 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, 26 Jul 2014 11:20:39 -0000 > o I used the latest version of Mesa at that time (10.1 I think). > Mesa 10.x works *way* better with Radeon GPUs, but Mesa 9.2+ > can't work with our Intel driver. Thus I don't know if Mesa > 9.1.7 from ports will work. FWIW, I'm currently using Mesa 10.2.1 and updated X related ports from the freebsd-x11-experimental repo on a 4th gen Intel chip (GMA 4500MHD, G45). Acceleration works fine. Maybe that Mesa limitation is only valid for Sandy Bridge and higher? Wine (i386-wine-devel) also works nicely for me on amd64, but I had to manually rebuild it with WITH_NEW_XORG enabled. It would be nice to have it available in the new_xorg repository on pkg.freebsd.org. Cheers, Jan