View Single Post
Old 11-16-2012, 09:17 AM   #4
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Ok, I've added fonts to installation and also modified checkers.sh for fonts:

Code:
#!/bin/sh

root=/mnt/onboard/checkers
export LD_LIBRARY_PATH=/usr/local/Trolltech/QtEmbedded-4.8.0-arm/lib
export QWS_DISPLAY=kindlefb
export QT_QWS_FONTDIR=$root/fonts
export QWS_MOUSE_PROTO=tslib:/dev/input/event1
# ??? killall nickel before start ???
$root/checkers -qws
# ??? restore nickel after exit ???
Can you provide Qt plugins listing?

ls -lR /usr/local/Trolltech/QtEmbedded-4.8.0-arm/plugins

P.S. Just in case. In your screenshot I see registration message box in the center with "Ok" button (small square). Tap on this "Ok" button. Message box should close and you can play (if everything other is ok).

Last edited by sergeyvl12; 11-16-2012 at 09:50 AM.
sergeyvl12 is offline   Reply With Quote