Re: xclock/oclock endian mismatch in Xfbdev [SOLVED]

2011-05-24 Thread Soeren Sandmann
Dushara Jayasinghe writes: > I had a look at the pixman code but what's required to add the format > that suits the hardware is not immediately obvious to me. The CPU > peripheral is configured as 1bpp (packed). The MSbit is the left most > pixel. > > I'm guessing that I have to invent a new pixm

Re: xclock/oclock endian mismatch in Xfbdev [SOLVED]

2011-05-16 Thread Dushara Jayasinghe
On 17/05/2011 12:08 AM, Soeren Sandmann wrote: Dushara Jayasinghe writes: I'm Working on an iMX.25 (ARM) based embedded platform with xserver_xorg-server-1.7.5. I had to make the following mods to servermd.h to reflect the hardware. #define FBNOPIXADDR #define IMAGE_BYTE_ORDERMSBFirs

Re: xclock/oclock endian mismatch in Xfbdev [SOLVED]

2011-05-16 Thread Dushara Jayasinghe
On 17/05/2011 12:08 AM, Soeren Sandmann wrote: Dushara Jayasinghe writes: I'm Working on an iMX.25 (ARM) based embedded platform with xserver_xorg-server-1.7.5. I had to make the following mods to servermd.h to reflect the hardware. #define FBNOPIXADDR #define IMAGE_BYTE_ORDERMSBFirs

Re: xclock/oclock endian mismatch in Xfbdev [SOLVED]

2011-05-16 Thread Soeren Sandmann
Dushara Jayasinghe writes: >> I'm Working on an iMX.25 (ARM) based embedded platform with >> xserver_xorg-server-1.7.5. >> >> I had to make the following mods to servermd.h to reflect the hardware. >> >> #define FBNOPIXADDR >> #define IMAGE_BYTE_ORDER MSBFirst >> #define BITMAP_BIT_ORDER

Re: xclock/oclock endian mismatch in Xfbdev [SOLVED]

2011-05-15 Thread Dushara Jayasinghe
On 3/05/2011 11:45 AM, dushara.jayasin...@hydrix.com wrote: Hi all, I'm Working on an iMX.25 (ARM) based embedded platform with xserver_xorg-server-1.7.5. I had to make the following mods to servermd.h to reflect the hardware. #define FBNOPIXADDR #define IMAGE_BYTE_ORDERMSBFirst #defin