From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 07:06:12 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 BD07D106564A for ; Sun, 12 Sep 2010 07:06:12 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4C93B8FC0C for ; Sun, 12 Sep 2010 07:06:11 +0000 (UTC) Received: by bwz20 with SMTP id 20so311645bwz.13 for ; Sun, 12 Sep 2010 00:06:11 -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 :content-transfer-encoding; bh=KLxKul96SdhB0Rv8nx96AmjL1sWay2EhEwxVQ/Z7GZg=; b=KIRifjxTDqEPwVqFhnD5kYVFjtQYOx/HMBGAr2ptNznzPllT6lgHlg6dvGUKw2d3tb Tyjm8iEahbasJ488R4W4CDvK3jyadkLw2+1xGn97fsWBLCjNzfpyfgVpju1/d3Kyp6kP UiCnT+mclQyvAC2zuPJuvbE7qpwlfo6dNby5M= 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:content-transfer-encoding; b=n2K3ZzMPtufXGcCe77wElxdWoiGVMy29vvn1LhnihtA0bzZYjhoI4WJwdDmxMITAG1 tTQMeUFgKMBG0gvJ3pcxno5/7bL3lTwGwqD03pLSOmSTDaQtMpIqTXmhc5XD5YY2qrLA J+jSedWR8T2Y9UWfQ+tC6ROCa3MkPDEIlgrYc= MIME-Version: 1.0 Received: by 10.204.178.82 with SMTP id bl18mr2014295bkb.118.1284275170939; Sun, 12 Sep 2010 00:06:10 -0700 (PDT) Received: by 10.204.80.167 with HTTP; Sun, 12 Sep 2010 00:06:10 -0700 (PDT) In-Reply-To: <4C8C7613.6080808@netfence.it> References: <4C8C7613.6080808@netfence.it> Date: Sun, 12 Sep 2010 09:06:10 +0200 Message-ID: From: David DEMELIER To: Andrea Venturoli Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Linux DRI (and Google Earth) 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: Sun, 12 Sep 2010 07:06:12 -0000 2010/9/12 Andrea Venturoli : > Hello. > > What's the status of 3d hardware acceleration in Linux emulation? > I'm running 8.1R/i386 and I was finally able to get DRI working (with nat= ive > software) on my Radeon HD 4200. > So I installe Google Earth, but it's warning that it will use software > rendering and is, of course, slow. > > %pkg_info|grep linux > linux-f10-dri-7.2_1 Mesa libGL runtime libraries and DRI drivers (Linux > Fedora > linux-f10-expat-2.0.1 Linux/i386 binary port of Expat XML-parsing library > (Linux > linux-f10-fontconfig-2.6.0 An XML-based font configuration API for X Wind= ows > (Linux Fe > linux-f10-xorg-libs-7.4_1 Xorg libraries (Linux Fedora 10) > linux_base-f10-10_2 Base set of packages needed in Linux mode for i386/am= d64 > (L > > I had linux-dri-7.4_1 installed by default, but tried switching to > linux-f10-dri-7.2_1; nothing changed. > > =C2=A0bye & Thanks > =C2=A0 =C2=A0 =C2=A0 =C2=A0av. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > The version 7.4 of DRI hasn't the support of hardware acceleration of radeon hd cards. We need to update the linux mesa port to 7.6 to get it. Cheers, --=20 Demelier David