> I found why my G5 was crashing when using the linux-2.6 version of the > DRM + git-drm.patch from 2.6.13-rc6-mm1, but not with the CVS DRM. > The reason was that dev->agp->cant_use_aperture wasn't getting set, > and the reason for that was that <linux/version.h> no longer gets > included and the #if LINUX_VERSION_CODE < 0x020408 in drm_agpsupport.c > was going the wrong way. With this patch (and a few others) a 32-bit > server works correctly, as does DRI. >
Thanks for that Paul, I've just patched it into my tree, I'll push it out this evening... I've no idea how I missed that one, > I still don't have a 64-bit X server working though. The X server > gets a certain distance and then the CPU that it is running on just > freezes solid - it doesn't even respond to a soft reset. This isn't a > DRI problem, though, since it happens without the DRM loaded. Bad X definitely shouldn't do things like that... Dave. -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie Linux kernel - DRI, VAX / pam_smb / ILUG ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
