Mixu
|
2010-06-12
, 11:47
|
Posts: 99 |
Thanked: 49 times |
Joined on Jan 2007
@ Tampere, Finland
|
#21
|
|
2010-06-17
, 21:06
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#22
|
|
2010-06-18
, 19:03
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#23
|
|
2010-06-18
, 20:14
|
|
Posts: 13 |
Thanked: 8 times |
Joined on Aug 2009
@ Brazil - Piracicaba/SP
|
#24
|
I've finished up the 'stub' WSEGL. It now outputs whenever any of the functions are being called.
http://stskeeps.subnetmask.net/maemo...wrapperwsegl.c
I have put up a .so people can try for using as a WSEGL at http://stskeeps.subnetmask.net/maemo...rapperwsegl.so
It's compiled in DIABLO_ARMEL with gcc -shared -o wrapperwsegl.so wrapperwsegl.c -ldl
Drop the .so in /usr/lib
You need to put in /etc/powervr.ini:
[default]
WindowSystem=wrapperwsegl.so
.. and let me know of the results (I'm not at home at the moment, so I can't test myself).
|
2010-06-19
, 05:29
|
|
Posts: 250 |
Thanked: 122 times |
Joined on May 2009
@ Colorado
|
#25
|
is it made for 810 or can i test it on 800 as well? can it harm or brick the system and how i get a good report to send you with if it is ok or not?
The Following User Says Thank You to jperez2009 For This Useful Post: | ||
|
2010-06-19
, 19:57
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#26
|
|
2010-06-19
, 20:02
|
|
Posts: 250 |
Thanked: 122 times |
Joined on May 2009
@ Colorado
|
#27
|
|
2010-06-19
, 21:13
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#28
|
|
2010-06-20
, 00:15
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#29
|
but I see two spinning triangles but sometimes goes to a slow framerate.
|
2010-06-20
, 07:25
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#30
|
cd /root/binary*debug insmod mbxaccess.ko insmod omaplcd.ko mbxaccess_maj=`grep ""mbx"$" /proc/devices | cut -b1,2,3` /bin/rm -f /dev/mbx /bin/mknod /dev/mbx c $mbxaccess_maj 0 disp_maj=`grep "omaplcd$" /proc/devices | cut -b1,2,3` /bin/rm -f /dev/omaplcd /bin/mknod /dev/omaplcd c $disp_maj 0 chmod a+rw /dev/mbx /dev/omaplcd sleep 5 /usr/bin/mbxdaemon &
cd /root/binary_omap2420_linux_debug ./xegltest &
Tags |
accelerated, nokia n8x0 |
|