xkbcomp-1.0.3/ - riscpc keymap? prolly not there. ./xorg-server-1.2.0 - 315_arm_is_not_x86_and_has_no_vga.diff looks to be all in. not included: libX11-1.1.1/include/X11/Xlib.h Index: xc/lib/X11/Xlib.h =================================================================== --- xc/lib/X11/Xlib.h.orig 2005-11-12 16:37:11.000000000 -0500 +++ xc/lib/X11/Xlib.h 2005-11-13 10:59:32.000000000 -0500 @@ -1067,7 +1067,12 @@ typedef struct { /* normal 16 bit characters are two bytes */ unsigned char byte1; unsigned char byte2; -} XChar2b; +} +#if defined(__GNUC__) && defined(__arm__) && !defined(__ARM_EABI__) +__attribute__ ((packed)) +#endif +XChar2b; +