View Single Post
Old 10-17-2007, 12:37 PM   #6
helch
mostly harmless
helch doesn't litterhelch doesn't litter
 
Posts: 8
Karma: 128
Join Date: Jul 2007
Location: Switzerland
Device: iRex iLiad
Quote:
Originally Posted by yokos View Post
Q: Ok, how did the refreshment of screen work with any "not prepared for iLiad" jar?
Basically it won't I just used it with my own prepared-for-iLiad jars...

In the best case, when you've got the source, you can insert the refresh calls (irex.jar api) at the correct places.

Otherwise you can try using the hacked X11 libraries. That would be inserting something like:
Code:
os.environ['LD_LIBRARY_PATH']='/path/to/hacked/libX11.so:' + os.environ['LD_LIBRARY_PATH']
into startjar.py. But I'm not sure if that will work. See also the threads about that hacked lib.
helch is offline   Reply With Quote