atom feed16 messages in org.freebsd.freebsd-currentRe: Update to the DRM
FromSent OnAttachments
Eric AnholtJul 10, 2002 4:16 pm 
Eric AnholtJul 10, 2002 4:23 pm 
Terry LambertJul 10, 2002 4:47 pm 
Stanislav GrozevJul 11, 2002 2:18 am 
Dag-Erling SmorgravJul 11, 2002 2:27 am 
Eric AnholtJul 11, 2002 11:24 am 
Dag-Erling SmorgravJul 11, 2002 1:16 pm 
Stanislav GrozevJul 12, 2002 12:56 am 
Stanislav GrozevJul 12, 2002 2:06 am 
Michael NottebrockJul 12, 2002 5:22 am 
Eric AnholtJul 12, 2002 12:06 pm 
Stanislav GrozevJul 12, 2002 12:48 pm 
Eric AnholtJul 12, 2002 4:28 pm 
Michael NottebrockJul 13, 2002 10:23 am 
Eric AnholtJul 13, 2002 11:05 am 
Stanislav GrozevJul 14, 2002 11:44 am 
Subject:Re: Update to the DRM
From:Stanislav Grozev (tac@daemonz.org)
Date:Jul 12, 2002 2:06:55 am
List:org.freebsd.freebsd-current

On Fri, Jul 12, 2002 at 09:56:50AM +0200, Stanislav Grozev wrote: <snip/>

Missed the N on my cvs diff -uN. New patch is uploaded, including not stripping FreeBSD ID tags. http://people.freebsd.org/~anholt/dri/files/currentdrm-20020711.diff

thanks, i'll try it now

ok, it compiles and runs fine... but my card isn't recognized. here's what pciconf -l -v shows:

none6@pci0:13:0: class=0x030000 card=0x80af104d chip=0x4c521002 rev=0x64
hdr=0x00 vendor = 'ATI Technologies' device = 'Rage P/M Mobility PCI' class = display subclass = VGA

so I just added the chipid to r128_drv.c (hoping that it will work;-):

{0x1002, 0x4c52, __REALLY_HAVE_SG, "ATI Rage 12m Mobility P/M (PCI)"},

and the driver now detects it:

drm0: <ATI Rage 12m Mobility P/M (PCI)> port 0x1400-0x14ff mem
0xfc00c000-0xfc00cfff,0xfd000000-0xfdffffff irq 9 at device 13.0 on pci0 [drm:r128_init] [drm:r128_agp_init] agp_available = 0 [drm:r128_ctxbitmap_next] drm_ctxbitmap_next bit : 0 [drm:r128_ctxbitmap_init] drm_ctxbitmap_init : 0 info: [drm] Initialized r128 2.2.0 20010917 on minor 0

but, glxinfo still says 'Direct rendering: no' (i have load "dri" in my x config, do i need something else?).

so any ideas would be appreciated.

-tacho

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message