Quote:
Originally Posted by Luka Trifunovic
I find this tool very useful for reading books in djvu (because javadjvu doesn't have zoom, pan, bookmarks etc.). Problem is that when refreshing using displayMgr it doesnt refresh well, some pixels from previous page are still there. but when I press button for some page in content lister it refreshes well. Is there any way to refresh automatically (but to refresh well)? Does file iliad_refresh.conf has anything to do with it? How to start vnc in full screen (at the bottom of the screen there is toolbar from I guess matchbox)
|
The iliad_refresh.conf is a plain-text configuration file for the hacked libX11.so
It has only one line of text (and a new-line), containing a word ("Full" or "Typing") and a number.
The word indicates the type of refresh:
Full - refresh witn a screen flash, very little ghosting.
Typing - refresh stealthly, a lot of ghosting
The number is the timeout in milliseconds to wait for more changes to the screen before doing th refresh. The lower it is, faster refreshes but you can "double-refreshes" (it refresh the screen a number of times one after another).
Examples:
Full 750
Typing 100
Hope that clarifies the iliad_refresh.conf file