DirectFB
From WebOS Internals
Revision as of 06:19, 30 November 2009 by Dudestatus (Talk | contribs)
Setting up DirectFB in Debian
1. Get into your Debian chroot:
apt-get install -y libdirectfb-1.0-0 libdirectfb-bin libdirectfb-extra cat > /etc/directfbrc mode=320x480 pixelformat=ARGB no-vt no-cursor bg-color=00000000 hardware # Uncomment below line for the keyboard to work under DFBTerm - http://ur1.ca/5yry # Should just make this default after testing to make sure it doesn't harm the DFB games... # You can also do "dfbterm --size=50x30 --dfb:no-linux-input-grab" instead of putting it here. # no-linux-input-grab # Press Ctrl+D.
Credit: Palm TED MFT scripts.