[PATCH] 64-bit fixes

Daniel Stone daniel at fooishbar.org
Mon Aug 22 03:23:58 EST 2005


On Sun, Aug 21, 2005 at 03:49:52PM +0200, Jürg Billeter wrote:
> The attached two patches enabling modular xorg server to build and run
> without obvious issues on x86_64
> 
> xorg-64-bit-1.diff:
> - Define _XSERVER64 if appropriate in dix-config.h, xorg-config.h, and
> xorg-server.h as all parts of the server needs that define and at least
> the input drivers need it, too

Merged, and added to xnest-config.h and dmx-config.h, as they use it
too.

> - Fix architecture check to use x86_64 instead of amd64

Merged.

> xc-64-bit-1.diff:
> - Applying the xorg-64-bit-1 patch crashes the xserver on startup, I've
> tracked the problem down to the fact that dix-config.h gets included too
> late (i.e. after X11/X.h) in midispcur.c, mipointer.c, and misprite.c.
> Fixed this by moving the include to the top

Merged, thanks.


More information about the xorg-modular mailing list