DragonFly BSD
DragonFly users List (threaded) for 2005-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Quake 3 problems


From: Brock Johnson <wildefire@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Apr 2005 09:40:23 -0500

Pablo.Docampo.Dieguez@xxxxxxxxx wrote:

I update both userland and kernel last week to "." but I can update the system to 1.2 if this helps.

Alright, I just had a realization, your drm module probably isn't compiled with DRM_LINUX


Go ahead and apply the following patch in sys/dev/drm and then
cd radeon && make obj && make && (as root) make install
That should get you up and running

Brock
Index: Makefile.inc
===================================================================
RCS file: /home/dcvs/src/sys/dev/drm/Makefile.inc,v
retrieving revision 1.3
diff -u -r1.3 Makefile.inc
--- Makefile.inc	15 Aug 2003 08:32:29 -0000	1.3
+++ Makefile.inc	6 Mar 2005 23:39:10 -0000
@@ -1,4 +1,5 @@
 # $FreeBSD: src/sys/modules/drm/Makefile.inc,v 1.1.4.1 2003/04/26 07:31:06 anholt Exp $
 # $DragonFly: src/sys/dev/drm/Makefile.inc,v 1.3 2003/08/15 08:32:29 dillon Exp $
+CFLAGS+=	-DDRM_LINUX
 
 #.include "../Makefile.inc"


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]