On Wednesday 22 October 2003 11:00 pm, Myles Green wrote:
> Just out of interest's sake, what was the solution if you don't mind?

It was a bug in XFree with Radeon DRI-

diff -p -u -r1.32 radeon_dri.c
--- programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c        2003/02/19 09:17:30    
 
1.32
+++ programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c        2003/03/17 01:43:24
@@ -1585,6 +1585,7 @@ void RADEONDRICloseScreen(ScreenPtr pScr
     if (info->irq) {
        drmCtlUninstHandler(info->drmFD);
        info->irq = 0;
+       info->ModeReg.gen_int_cntl = 0;
     }
 
                                /* De-allocate vertex buffers */

And believe it or not.. if I had discovered this bugfix a few months ago, he 
would be running Gentoo.. (exact same trouble, I blamed it on XFree CVS and 
KDE CVS which I foolishly had running on there - good enough for me, good 
enough for him ;))

Bob Raymond

-- 
Linux EPoX.Linux.Raymond 2.6.0-test7-bk3 #2 Tue Oct 14 21:20:43 EDT 2003 i686 
AMD Athlon(tm) processor AuthenticAMD GNU/Linux
 23:09:58 up 1 day, 46 min,  4 users,  load average: 0.00, 0.07, 0.19
BOFH Excuse #270:

Someone has messed up the kernel pointers
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to