From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 14:57:37 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 790C91065670 for ; Thu, 24 Jun 2010 14:57:37 +0000 (UTC) (envelope-from nekoexmachina@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 09E488FC19 for ; Thu, 24 Jun 2010 14:57:36 +0000 (UTC) Received: by fxm7 with SMTP id 7so4514530fxm.13 for ; Thu, 24 Jun 2010 07:57:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=DVqvEkn/D5MKgjoAim3UyuotC+AMxzBg6+75GqYFp20=; b=WEPodWK96TtuBRjP8Upr5OQKnUuz6Q3pJ71E59i4FaOn8t5zKiW9C5OZJLJJZ1j4FQ F0B28uGmSgZCsuES0qRJR6cyyeq6JQY2/PPtYwKGmAoTjGeC5N9RZeeWKPTD7qaxkpdt oCx45y/upaMdHr1Wd089xBBKq6VWQLMtnO4D8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=yF3Fom2AlB+32bH4Wf48/c1ZRABe9XWMEx/FOj9hbrlEUWx6KVE23BcrkkkCr2EcX+ 2E0I1rohMi4i0Xa6dVPD8ApZb53pcnhhkvm9EkAM0km7d/xkmE+TPVkQQFYjNJipijvL gNLssxTXSOKTrgj/DoThh+6Tg2Ly3m15798cs= MIME-Version: 1.0 Received: by 10.103.78.10 with SMTP id f10mr3193612mul.126.1277391455118; Thu, 24 Jun 2010 07:57:35 -0700 (PDT) Received: by 10.103.174.8 with HTTP; Thu, 24 Jun 2010 07:57:35 -0700 (PDT) In-Reply-To: <20100624121141.GA40498@logik.internal.network> References: <20100624121141.GA40498@logik.internal.network> Date: Thu, 24 Jun 2010 18:57:35 +0400 Message-ID: From: Mikle Krutov To: xorquewasp@googlemail.com Content-Type: text/plain; charset=UTF-8 Cc: 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, 24 Jun 2010 14:57:37 -0000 You need 32bit libGL and all mesa stuff to have dri with i386 apps on amd64 system. Also i've used http://msnp.ru/file/wine-fbsd64.zip port, not the by-hand-way while using amd64. Worked for me on both radeon and nvidia card. 2010/6/24, xorquewasp@googlemail.com : > I have a full i386 tree installed at /jail/wine (ignore the 'jail' in > the name, I'll run it as a plain chroot if necessary) created with 'make > buildworld TARGET=i386'. > > I've built and installed wine into the jail/chroot and it works fine. > The problem: I can't get any kind of DRI to work in the jail/chroot. DRI > is working fine on the host system. Any program that attempts to use DRI > in the chroot/jail immediately segfaults. > > I built and installed a 32 bit version of graphics/dri into the > jail/chroot as glxinfo reported that direct rendering was disabled due > to missing files. I then made /dev/dri visible in the jail/chroot. > > Can an i386 version of DRI not talk to an amd64 kernel? Is there some > other way I should be doing this? > > I'm using a radeon card that uses r300_dri.so, if that's at all > significant. > > Regards, xw > > PS: Please CC as I'm not subscribed. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- with best regards, Krutov Mikle