On Sun, 2001-12-09 at 03:49, Peter Surda wrote: > - there are minor display distortions (parts of screen remain black, basically > the kde splash screen is completely fscked, but it sorts out later).
Does the R128BlockHandler() function of the driver you're using contain a FLUSH_RING(); ? > - when I do a chvt 1;chvt 7, X starts eating all the CPU time and 2d > accelerated functions seize working (mouse can be moved but kde panel > doesn't pop up). killall X doesn't work, killall -9 X does. When this bug > feels like it should become especially mean to me, this killall -9 X causes > a complete machine lockup. In R128EnterVT(), try moving the R128ModeInit() and R128EngineInit() calls before the code guarded by #ifdef XF86DRI. Those are fixes I made in DRI CVS some time ago, but at least the first one is in XFree86 CVS now. -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
