From owner-freebsd-mobile@FreeBSD.ORG  Thu Sep 23 18:08:32 2004
Return-Path: <owner-freebsd-mobile@FreeBSD.ORG>
Delivered-To: freebsd-mobile@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E97CB16A4CE
	for <freebsd-mobile@freebsd.org>;
	Thu, 23 Sep 2004 18:08:32 +0000 (GMT)
Received: from parker.solveinteractive.com (parker.solveinteractive.com
	[204.62.227.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6058043D1F
	for <freebsd-mobile@freebsd.org>;
	Thu, 23 Sep 2004 18:08:32 +0000 (GMT)
	(envelope-from mikek@solveinteractive.com)
Received: by parker.solveinteractive.com (Postfix, from userid 32001)
	id ECD241AA8C; Thu, 23 Sep 2004 14:08:16 -0400 (EDT)
Received: from minggit.solveinteractive.com (minggit.solveinteractive.com
	[204.62.225.184])
	by parker.solveinteractive.com (Postfix) with ESMTP id CEF3D1AA8C
	for <freebsd-mobile@freebsd.org>;
	Thu, 23 Sep 2004 14:07:45 -0400 (EDT)
Received: from mikek224 (mikek-224.solveinteractive.com [204.62.224.41])
	i8NI7jNr016056	for <freebsd-mobile@freebsd.org>;
	Thu, 23 Sep 2004 14:07:45 -0400 (EDT)
Message-Id: <200409231807.i8NI7jNr016056@minggit.solveinteractive.com>
From: "Mike Kompar" <mikek@solveinteractive.com>
To: <freebsd-mobile@freebsd.org>
Date: Thu, 23 Sep 2004 14:07:45 -0400
MIME-Version: 1.0
X-Mailer: Microsoft Office Outlook, Build 11.0.6353
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Thread-Index: AcShmDnTmniq4IWVQKGwUNba98nCVA==
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	parker.daytondcs.com
X-Spam-Level: 
X-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,HTML_50_60,
	HTML_MESSAGE,MISSING_OUTLOOK_NAME autolearn=no version=2.60
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.1
Subject: ati rage mobility P & DRI
X-BeenThere: freebsd-mobile@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Mobile computing with FreeBSD <freebsd-mobile.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-mobile>,
	<mailto:freebsd-mobile-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-mobile>
List-Post: <mailto:freebsd-mobile@freebsd.org>
List-Help: <mailto:freebsd-mobile-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-mobile>,
	<mailto:freebsd-mobile-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Sep 2004 18:08:33 -0000

Has anyone had any success getting the ATI card working?? I think I am
close.  xvinfo now shows the ATI mach64 Video Overlay. I used the
ATI-4.30-14 binaries from http://gatos.sourceforge.net/ati.2.php to get that
working. but I cannot figure out how to get the XFree86-DRI extension to
work. 

 

kldstat shows that tdfx.ko, mga.ko, r128.ko, radeon.ko, and gamma.ko are
loaded, many graphical programs complain about "Xlib: extension
"XFree86-DRI" missing on display ":0.0"  

 

I have the following modules enabled in my XF86Config: glx, dri, dbe,
extmod, etc..

 

I am running FreeBSD 4.10 with XFree's binary version of XFree86 4.3.0

My kernel is loading agp.ko as device agp0 and shows Intel 82443BX (440BX)
host to PCI bridge 

I did have ap_load="YES" in my /boot/loader.conf but recently commented it
out to see if it was causing problems - but no change.

I also installed the /graphics/dri ports package and I can see it load when
the kernel is loading local/etc/rc.d  but there is no mention of it when I
grep dmesg for it.  I'm stumped.

 

My laptop is a Dell Inspiron 7500

My video card is ATI Rage Mobility P/M 2x

 

Glxgears is showing between 580 and 600 frames in 5.0 seconds = 116,000 to
120,000 FPS

 

Any help is most appreciated