From owner-freebsd-x11@FreeBSD.ORG Mon Feb 21 06:54:09 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F5F16A4CE; Mon, 21 Feb 2005 06:54:09 +0000 (GMT) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EACA43D5C; Mon, 21 Feb 2005 06:54:07 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (mi@localhost [127.0.0.1]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j1L6s0NQ035966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Feb 2005 01:54:00 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.1/8.13.1/Submit) id j1L6rxl8035965; Mon, 21 Feb 2005 01:53:59 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: freebsd-gnats-submit@freebsd.org, acardenas@bsdperu.org Date: Mon, 21 Feb 2005 01:53:58 -0500 User-Agent: KMail/1.7.2 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" cc: freebsd-x11@freebsd.org cc: fxkuehl@gmx.de Subject: Re: ports/76257: nvidia_driver breaks xorg-clients build X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 06:54:10 -0000 [CC-ing the author of xdriinfo] Felix, please, take a look at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76257 The patch is wrong -- the program compiles, but does not work (``libgGL is too old''). The problem is, NVidia's GLX-implementation is version 1.3, while XOrg expects (and provides) 1.4. However, it may be possible to obtain the information, which the xdriinfo.c is trying to obtain with these two glXGetProcAddress-calls, using glXGetProcAddressARB or some other pre-GLX_1_4 method. Then we can have xdriinfo, which works with all of GL implementations available for FreeBSD. Finally, what's in xdriinfo, that's not in glxinfo? -mi