From owner-freebsd-x11@FreeBSD.ORG Sun Dec 30 11:55:44 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5667665D for ; Sun, 30 Dec 2012 11:55:44 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-6.eutelia.it [62.94.10.166]) by mx1.freebsd.org (Postfix) with ESMTP id ECE2E8FC0C for ; Sun, 30 Dec 2012 11:55:43 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 9BCC863765F for ; Sun, 30 Dec 2012 12:55:41 +0100 (CET) Received: from soth.ventu (adsl-ull-13-147.41-151.net24.it [151.41.147.13]) (authenticated bits=0) by ns2.biolchim.it (8.14.5/8.14.5) with ESMTP id qBUBtbtO032679 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 30 Dec 2012 12:55:38 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.6/8.14.5) with ESMTP id qBUBtSPx005668; Sun, 30 Dec 2012 12:55:29 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <50E02BB0.2050804@netfence.it> Date: Sun, 30 Dec 2012 12:55:28 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: archibald Subject: Re: Radeon and OpenGL version References: <50DF5217.5060408@netfence.it> <2cd1edb9882d56f3babaa5226710f551@ethernull.org> In-Reply-To: <2cd1edb9882d56f3babaa5226710f551@ethernull.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ns2.biolchim.it [192.168.2.203]); Sun, 30 Dec 2012 12:55:38 +0100 (CET) X-Spam-Score: 5.128 (*****) BAYES_05, RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 11:55:44 -0000 On 12/29/12 23:37, archibald wrote: > To provide a particular version of OpenGL it not only needs to be > supported by your card, but also by mesa (graphics/libGL). In order to > have better OpenGL support your version of mesa needs to be more up to > date. I know that mesa 7.6 supports OpenGL 1.5, but not necessarily with > your graphics card. > > If you define WITH_NEW_XORG in /etc/mk.conf (create a line saying > "WITH_NEW_XORG=yes") and rebuild your ports you should end up with mesa > 7.11, which supports OpenGL 2.1 with your graphics card (I think - don't > quote me!). I looked into which ports use this flags and matched them with the ones I have installed; they are: _ libGL; _ libdrm; _ xorg-server. Surprisingly not xf86-video-ati. Would it be enough to put "WITH_NEW_XORG=yes" in /etc/make.conf and recompile the above three ports? Or do I need to rebuild something else too? bye & Thanks av.