<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello, all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i have a 16 gray scaled (4bpp) TFT VGA LCD
connected with an ARM 9 processor. everything works fine on the hardware side
but i got a headache when i tried to load and display the x-win in the LCD. so,
does x-win supports 4bpp? as i tried to configure the depth to 4 in
/etc/X11/xorg.conf and got the error message. it turned out that
FBDevScreenInit() doesn't support 4bpp.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>can anybody shed me some light on whether x-win
will output the following data to the framebuffer?</FONT></DIV>
<DIV><FONT face=Arial size=2>xxxx 1111 2222 3333 xxxx 4444 5555
6666</FONT></DIV>
<DIV><FONT face=Arial size=2>xxxx 7777 8888 9999 xxxx aaaa bbbb
cccc</FONT></DIV>
<DIV><FONT face=Arial size=2>.....</FONT></DIV>
<DIV><FONT face=Arial size=2>or </FONT></DIV>
<DIV><FONT face=Arial size=2>1111 2222 3333 4444 5555 6666 7777
8888</FONT></DIV>
<DIV><FONT face=Arial size=2>9999 aaaa bbbb cccc dddd eeee
ffff 0000</FONT></DIV>
<DIV><FONT face=Arial size=2>.....</FONT></DIV>
<DIV><FONT face=Arial size=2>or</FONT></DIV>
<DIV><FONT face=Arial size=2>in what format will it send to the frame
buffer?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Best regards,<BR>Inky
Lung</FONT></DIV></BODY></HTML>