Solution: Text drawing problems on armbe-linux platform with sisusb driver

George McCollister georgem at novatech-llc.com
Tue Jan 16 07:56:36 PST 2007


This is a follow up to the following post:
http://lists.freedesktop.org/archives/xorg/2006-November/020097.html

BYTE/BIT_ORDER is set to LSBFirst for all linux __arm__! I'm using an 
IXP425 which is big endian. Changing LSBFirst to MSBFirst fixes the 
problem described in my November post!

xserver/include/servermd.h line 500

/* linux on the Compaq Itsy */
#if defined(linux) && defined(__arm__)
#define IMAGE_BYTE_ORDER        LSBFirst
#define BITMAP_BIT_ORDER        LSBFirst

Regards,
George McCollister






This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information.  If you have
received it in error, please notify the sender immediately and delete
the original.  Any other use of the email by you is prohibited.


This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information.  If you have
received it in error, please notify the sender immediately and delete
the original.  Any other use of the email by you is prohibited.



More information about the xorg mailing list