On Tue, 31 Jul 2001, Alexander Gottwald wrote: > On Mon, 30 Jul 2001, Harold Hunt wrote: > > > Alexander, > > > > > - let LayerStartInit initialize the fb screen. > > > server start - close cycle worked for engine 1,2 and 4. > > > Engine 8 failed with winAllocateFBPrimaryDD-Could not lock > > > primary surface > > > But it also does with the fb layer initialization commented out > > > > That method sounds perfect. Engine 8 has been unsupported and broken for > > some time. Can you send me a patch to submit? > > Attached. > Oops, catched the wrong file. -- [EMAIL PROTECTED] http://www.gotti.org phone: +49 3725 3498080 mobile: +49 172 7854017
--- layerinit.old Tue Jul 31 18:22:16 2001 +++ layerinit.c Tue Jul 31 18:22:28 2001 @@ -66,7 +66,6 @@ pScrPriv->kinds = 0; pScrPriv->pLayers = 0; pScreen->devPrivates[layerScrPrivateIndex].ptr = (pointer) pScrPriv; -#if !defined(__CYGWIN__) /* * Add fb kind -- always 0 */ @@ -76,7 +75,6 @@ xfree (pScrPriv); return FALSE; } -#endif /* * Add shadow kind -- always 1