View Single Post
Old 03-07-2013, 12:04 AM   #7
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
cheering myself up doing silly things

Code:
#!/bin/sh
mkdir -p /var/tmp/root
rm /var/tmp/root/.directfbrc
echo no-vt > /var/tmp/root/.directfbrc
#echo disable-module=keyboard > /var/tmp/root/.directfbrc
#echo disable-module=ps2mouse > /var/tmp/root/.directfbrc
echo linux-input-devices=/dev/input/event0,/dev/input/event1 >>/var/tmp/root/.directfbrc
rm /var/tmp/root/.gtkrc-2.0
echo gtk-font-name=\"sans 10\" > /var/tmp/root/.gtkrc-2.0

directfbrc file could contain:
system = fbdev
fbdev = /dev/fb0

mode = 600x800
scaled = 600x800
depth = 8
pixelformat = LUT8
no-cursor # Disable Cursor
no-init-layer = 0 # Disable Layer Initialization
no-vt # Disable vt
no-vt-switch # Don't allow vt switching (redundant?)
smooth-upscale # Scaling
smooth-downscale
window-surface-policy = systemonly # Window surface swapping policy:
desktop-buffer-mode = backsystem # Desktop buffer mode:


NOTE: want to find this:
Vince's patch for armasm_memcpy().
memcpy=armasm # Use the ARM optimized memcpy() <-- Hmm might look at this RSN
Attached Thumbnails
Click image for larger version

Name:	Selection_092.png
Views:	569
Size:	56.4 KB
ID:	102467  

Last edited by twobob; 03-07-2013 at 12:09 AM. Reason: stuff
twobob is offline   Reply With Quote