code-google-com / qimsys

Automatically exported from code.google.com/p/qimsys
0 stars 0 forks source link

qimsys does not work in n900 CSSU testing OS #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
N900 CSSU Testing branch

What steps will reproduce the problem?
1. Install Qimsys following the n900 specific directions.
2. Icons in quicklaunch do not enable Qimsys
3. Running qimsys from the commandline does not enable qimsys. Produces this 
output:

Found SGX/MBX driver, enabling FullClearOnEveryFrame 
Found v1.3 driver, enabling brokenFBOReadBack 

4. Running qimsys.bin from the commandline produces this output:

Found SGX/MBX driver, enabling FullClearOnEveryFrame 
Found v1.3 driver, enabling brokenFBOReadBack 
Segmentation fault

Before reinstalling my OS qimsys used to be enabled after running from 
commandline.  The quicklaunch has never worked for me.

I suspect this package needs to be re-compiled for the CSSU testing libraries 
and kernel.  Is there a link on how to compile for n900?  I usually compile 
directly on the n900 but I'm not sure hot to set up qmake with CSSU on the 
device itself.

Original issue reported on code.google.com by don.bush...@gmail.com on 13 Jul 2013 at 3:41

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/qimsys/wiki/HowToUseOnN900 says "You can install 
binary package of qimsys from Extras-devel repository." but not sure how it was 
built. kenya888 any idea?

Original comment by stas...@gmail.com on 26 Jul 2013 at 6:46

GoogleCodeExporter commented 9 years ago
You can obtain qimsys source package from extras-devel repository.

http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/qimsys/
2.0.0-0maemo4/

Just run dpkg-buildpackage on scratchbox with maemo Fremantle ARMEL 
environment.But I'm not sure scratchbox environment is possible to upgrade to 
CSSU version.

I don't have N900 and maemo SDK environment anymore...

Original comment by kenya...@gmail.com on 27 Jul 2013 at 12:15

GoogleCodeExporter commented 9 years ago
I'm getting closer on compiling it.  I've tried a few different methods. On the 
device and within scratchbox but neither seems to work.  The closest I've 
gotten is getting it to load without the libanthy plugin. That was from a build 
I compiled on the device itself.  I much prefer Anthy but if I enable that 
plugin then it always segfaults.

  I tried finding the source for the n900 libanthy to try and rebuild it on the new system as well but I can't find it anywhere.  Do you know where to find the source for that package?

Original comment by don.bush...@gmail.com on 2 Aug 2013 at 8:55