Bug#359328: ERROR! sizeof(I830DRIRec) does not match passed size from device driver

2006-05-31 Thread P.C. Chan
. Magallon wrote: On Tue, May 30, 2006 at 04:06:40PM -0400, P.C. Chan wrote: > Comparing I830DRIRec definition from xf86-video-i810-1.5.1.0 and Mesa-6.4.1, > the former has the extra: > > drmSize rotatedSize; > drm_handle_t rotatedbuffer; > > Hence they would be different in

Bug#359328: ERROR! sizeof(I830DRIRec) does not match passed size from device driver

2006-05-30 Thread P.C. Chan
Hi there, I have the same issue on my D610. DRI fails to initialize. Comparing I830DRIRec definition from xf86-video-i810-1.5.1.0 and Mesa-6.4.1, the former has the extra: drmSize rotatedSize; drm_handle_t rotatedbuffer; Hence they would be different in size and uncompatible. Regards, P.