package: rootskel-gtk
severity: wishlist
tags: patch
DirectFB allows to set [1] the way the desktop window buffering
mechanism works by disabling the backend buffer.
The result, in my experiments, was saving some some hundreds KB of
memory with no noticeable drawbacks.
I propose to apply the attached one-line patch and look for possible
artifact which may appear on the display, and in the case reverse the patch.
regards
Attilio
[1] http://www.directfb.org/docs/directfbrc.5.html
Index: src/etc/directfbrc
===================================================================
--- src/etc/directfbrc (revisione 48095)
+++ src/etc/directfbrc (copia locale)
@@ -4,3 +4,4 @@
disable-module=keyboard
disable-module=ps2mouse
#disable-module=linux_input
+desktop-buffer-mode=frontonly