Quake 3 problems

Brock Johnson wildefire at isentry.homelinux.org
Tue Apr 12 07:44:22 PDT 2005


Pablo.Docampo.Dieguez at 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"




More information about the Users mailing list