On Wednesday 13 June 2001 8:23am, kav wrote:
> e.g. ./hello -qws
> Can't drive depth 16
> Aborted
>
>
> I got the same thing when using the virtual frame buffer but i could
> switch to depth 1 monochrome (not very useful)
>
> what if anything does the qpe packages do to rectify this?
When you compile Qt/Embedded (libqte), you say which bit depths you want to
support. So you'll need to use a configure line like:
./configure -depths 16,32 -xplatform linux-ipaq-g++
(the above includes 32bit, because then you get nice alpha-blending - there
aren't any alpha bits with only 16bpp).
-- WarwickReceived on Tue Jun 12 20:21:27 2001
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:44:01 EDT