tech-x11 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Xorg for amiga, need help
Frank Wille wrote:
>I'm trying to make the old Xfree-Xamiga server run under Xorg, following the
>helpful porting tips for x86k from tsutsui@.
>
>I just started (knowing nothing about X11 servers) and replaced the no
>longer existing AllocateXyzPrivateIndex() functions with
>dixRegisterPrivateKey(). This renders all XyzPrivateIndex variables unused,
>so I deleted them.
>
>Now I don't understand what to do with cfb16ScreenPrivateIndex and
>cfb32ScreenPrivateIndex under Xorg. It is obviously a similar index into
>devPrivates[] like those I already removed, but I don't know where they are
>defined. Do they still exist under Xorg? How do I write replacement code
>for:
> pScreen->devPrivates[cfb32ScreenPrivateIndex].ptr = pScreen->devPrivate;
One answer to your question is to just delete that line, cfb doesn't
exist any more, that probably doesn't help much though.
Are you using a new style driver as a template and adding amiga
acceleration code to it or trying to keep most of the old driver ?
Robert Swindells
Home |
Main Index |
Thread Index |
Old Index