Don't show GUI when run ilixi app on ubuntu 14.04 lts

151 Views Asked by At

I'm learning ilixi toolkit. I compiled and install successed source code from guide page

When run app sample, app run but don't show gui. What did I missed step or need add new some configure?

enter image description here

I use ubuntu 14.04LTS 32 bit, on a virtual machine VMWare.

Configure in file .directfbrc is:

pixelformat=ARGB

system=x11

force-windowed

Thanks for help !

1

There are 1 best solutions below

2
BalaC On

DirectFB version 1.7 with multi application core support requires linuxfusion and linuxone drivers either you need to install/compile from source and load those two kernel modules. Currently the DirectFB site is down (Not sure what is the current state of the project). There is git repository of source available if you wish to do the compilation yourself

Link to github repo