On Don, 2002-10-03 at 04:12, Andy Dustman wrote: > I managed to get the r200 driver working again by doing a complete CVS > install. Some notes: > > * The card does now seem to generate interrupts at about the same > frequency as the current mode's vertical refresh.
It does generate one on each vertical blank. > * Surprisingly (for me, at least), glxgears is now running at about > 2000+ fps and consuming about 70% CPU. I expected a lower frame rate > (equal to vertical refresh) and minimal CPU usage, but my expectations > may be unrealistic. Set the LIBGL_THROTTLE_REFRESH environment variable to get that. > * Quake3 still crashes after a few minutes, but with an error I haven't > seen before: > > r200WaitForFrameCompletion: drmRadeonIrqWait: -16 > > It did this on two separate occasions. Machine locks up, although I > believe on one occassion SysRq still worked. Try R200_NO_IRQS, although that error should normally just cause the app to exit, not a lockup. The wait for the interrupt timing out may just be a symptom of the lockup. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
