From owner-freebsd-ports@FreeBSD.ORG Wed Jun 14 15:33:27 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0282116A479 for ; Wed, 14 Jun 2006 15:33:27 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9226B43D48 for ; Wed, 14 Jun 2006 15:33:26 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id 2D49D26C259 for ; Wed, 14 Jun 2006 17:33:23 +0200 (CEST) Received: from [83.99.30.37] (helo=[10.0.0.11]) by smtp06.web.de with esmtp (WEB.DE 4.107 #114) id 1FqXMw-0005je-00 for ports@freebsd.org; Wed, 14 Jun 2006 17:33:23 +0200 Message-ID: <44902C42.6030609@web.de> Date: Wed, 14 Jun 2006 17:33:22 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.4 (X11/20060607) MIME-Version: 1.0 To: ports@freebsd.org References: <448F236C.8060805@web.de> <8061fbee0606140829w674c97ddi28a2c23ab170c029@mail.gmail.com> In-Reply-To: <8061fbee0606140829w674c97ddi28a2c23ab170c029@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: Subject: Re: x11/nvidia-driver and opengl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 15:33:27 -0000 Corey Smith wrote: > Everything works fine here with: > > $ uname -a > FreeBSD csmith-dt 6.1-STABLE FreeBSD 6.1-STABLE #1: Thu Jun 8 > 21:30:09 EDT 2006 root@csmith-dt:/usr/obj/usr/src/sys/SMP i386 > > $ pkg_info | egrep '^(xorg-server|nvidia|dri|libdrm)' > dri-6.4.1,2 OpenGL hardware acceleration drivers for the DRI > libdrm-2.0.1_1 Userspace interface to kernel Direct Rendering > Module servi > nvidia-driver-1.0.8762 NVidia graphics card binary drivers for > hardware OpenGL ren > nvidia-xconfig-1.0 Tool to manipulate X configuration files for the > NVidia dri > xorg-server-6.9.0_4 X.Org X server and related programs Why do you have drm/dri? AFAIK the nvidia driver doesn't support it and provides it's own solution. Correct me if I'm wrong. Jona