From owner-freebsd-x11@FreeBSD.ORG Tue Mar 20 16:30:34 2007 Return-Path: X-Original-To: x11@freebsd.org 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 7A58D16A4F0 for ; Tue, 20 Mar 2007 16:30:34 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4D73613C4BC for ; Tue, 20 Mar 2007 16:30:33 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id l2KGFPOr087768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Mar 2007 16:15:26 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <460008BE.3090705@unsane.co.uk> Date: Tue, 20 Mar 2007 16:15:58 +0000 From: Vince User-Agent: Thunderbird 1.5.0.9 (X11/20070129) MIME-Version: 1.0 To: Mikhail Teterin References: <7C3101310BBC894E8A0D5FB2C36B95893456FE@ISKCMX01.virginblue.internal> <200703201113.05547@aldan> In-Reply-To: <200703201113.05547@aldan> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Kris Glynn , x11@freebsd.org Subject: Re: Is Vodoo3 supposed to work and have DRI? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 16:30:34 -0000 Mikhail Teterin wrote: > On Tuesday 20 March 2007 02:09, Kris Glynn wrote: > = I could be wrong, but I think you need to compile the following into > = kernel. > = > = device drm # DRM core module required by DRM > > Thanks for the pointer, Kris! I just kldload-ed `drm', but nothing > changed :-( There is still no /dev/3dfx* and X-server still says: > > [drm] failed to load kernel module "tdfx" > (EE) TDFX(0): [dri] DRIScreenInit failed, disabling DRI. > > (I'm not sure, why it tries to load the module, since the functionality is > linked into kernel directly.) > > But DRI is not working anyway... > I'm in no way an expert here but [drm] failed to load kernel module "tdfx" means X is trying to load the tdfx.ko module to enable dri and failing. man tdfx says: " Note that this driver does not currently have support for the Voodoo Banshee, Voodoo3, Voodoo5, or Voodoo6 based cards. It also does not currently support the Voodoo Rush." So i think the answer to your question is no. Vince > -mi > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"