View Single Post
Old 01-22-2009, 02:55 PM   #81
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Update...

Hello Antartica and All,
Quote:
Originally Posted by Antartica View Post
2.0 will be the first to be able to impersonate displayMgr (that is, you can substitute displayMgr with xepdmgr). It also implements partial refreshes.
I've been playing with the xdamage stuff and the display manager...
The partial update is implemented in displayManager, and activated by starting it without the -p option,
Code:
00664                 if ((ret = ioctl(fbDev,FBIO_DISPLAYPARTIAL , &partialDisplayUpdateInfo)))
BUT the ioctl does NOT implement FBIO_DISPLAYPARTIAL at all (delta driver, delta.c)

PS: as an exercise I have assembled a Lua binding for liberdm. I now can test things from a Lua script without compiling anything...:
Code:
require 'lua-erdm'
dmDisplay(dmCmdPriorHigh, dmQTyping)

Last edited by hansel; 01-22-2009 at 02:58 PM.
hansel is offline   Reply With Quote