From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 23:35:11 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 956CF106564A for ; Thu, 1 Jul 2010 23:35:11 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 243548FC08 for ; Thu, 1 Jul 2010 23:35:10 +0000 (UTC) Received: by wyb34 with SMTP id 34so1969801wyb.13 for ; Thu, 01 Jul 2010 16:35:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to; bh=A6wVbkyD31U7Gp1s4HiP0NTr1x6r+0lw8uwTUEnuH5I=; b=vDb5A4KSkrLQfgWuD8wlrzR8Uxhy/IP171YtUmXd5UJzEs2cu3WYcTDXaaSC41UeeD Tsx06TyO2313ahebqPws994OKUQG0Qet48k2W6Fw1ET0DXSYqxTQMv2l1CP7WLK4ON5c qV8l/+Hz0FsFTlA01Z0bcNqLbOxkLo5Yi2URA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=PCMWl8HjHFXhpu71yON4prLn7CJl9rIRk1T3+GaK+jlERpUK1RquoGbHtjToMmLznD /AkM3NjTD7wGu+1ZKIqGiIfx0bJOgpmPlbYPMBwctMcO7tDNFj3W6hCVD2Gm+3osY7tT Cgu5p1o6RmYw2RkKzphRBbT+gueZ8wwPbN1ik= Received: by 10.227.137.208 with SMTP id x16mr150719wbt.36.1278027307642; Thu, 01 Jul 2010 16:35:07 -0700 (PDT) Received: from viper.internal.network (dsl78-143-207-253.in-addr.fast.co.uk [78.143.207.253]) by mx.google.com with ESMTPS id e31sm55508wbe.5.2010.07.01.16.35.06 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Jul 2010 16:35:07 -0700 (PDT) Received: by viper.internal.network (Postfix, from userid 11001) id D42A44AC29; Thu, 1 Jul 2010 23:35:05 +0000 (UTC) Date: Thu, 1 Jul 2010 23:35:05 +0000 From: xorquewasp@googlemail.com To: David Naylor Message-ID: <20100701233505.GA79170@logik.internal.network> References: <20100624121141.GA40498@logik.internal.network> <20100701120006.GA28132@logik.internal.network> <201007012216.30638.naylor.b.david@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201007012216.30638.naylor.b.david@gmail.com> Cc: Mikle Krutov , freebsd-questions@freebsd.org Subject: Re: i386 wine on amd64 - DRI a lost cause? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 23:35:11 -0000 On 2010-07-01 22:16:26, David Naylor wrote: > > Have you tried the packages from http://people.freebsd.org/~ivoras/wine/ > > They worked for me with nvidia and intel. Thanks, but as I mentioned in the hackers@ thread (and possibly this one), it's actually DRI that's the problem. I can't even run 32-bit glxinfo reliably in the chroot. libGL often receives EFAULT when doing various ioctls on /dev/dri/card0 and sometimes crashes outright.