[G33, i915, drm-git] Segmentation fault using drm from git

2007-12-12 Thread Vincent Vanackere
Hi, When I try the kernel modules from current drm-git instead of the stock ones, I get the following crash as soon as compiz launches any effect with mipmap enabled. I managed to get a backtrace of the crash, but I got screen corruption and a full kernel freeze immediately after I quit the debugg

Re: New DRI interface changes landed

2007-10-17 Thread Vincent Vanackere
2007/10/17, Michel Dänzer <[EMAIL PROTECTED]>: > > Here's what I get if I attach a debugger : > > > > (gdb) bt > > #0 0x2aed809c16c7 in ioctl () from /lib/libc.so.6 > > #1 0x2aed81fc2926 in drmFenceWait (fd=10, flags=, > > fence=0x1611fa0, flush_type=) at xf86drm.c:2520 > > #2 0x

Re: New DRI interface changes landed

2007-10-15 Thread Vincent Vanackere
2007/10/15, Michel Dänzer <[EMAIL PROTECTED]>: > > On Sat, 2007-10-13 at 19:44 +0200, Vincent Vanackere wrote: > > > > I built everything from git after your changes, and I now have a crash > > in the xserver when launching compiz. > > Configuration : > >

Re: New DRI interface changes landed

2007-10-13 Thread Vincent Vanackere
2007/10/13, Kristian Høgsberg <[EMAIL PROTECTED]>: > Hi, > > I've committed the new DRI interface that will enable GLX 1.4 and > redirected rendering. The interface is not backwards compatible, so > the git X server will not be able to load older DRI drivers for AIGLX > and the DRI drivers from Me