On Thu, Mar 10, 2011 at 4:24 PM, flash yan <[email protected]> wrote: > It is wrong? > > * RAM: 4 MB > * RAM Type: SDRAM > * Memory Slots: 1
Yes, that was a typo from the orig article, see the subject: "4GB" http://www.amazon.com/ASUS-Slate-EP121-1A010M-12-1-Inch-Tablet/dp/B004HKIIFI/ # Intel Core i5-470UM CPU; 4GB of DDR3 1333MHz SDRAM, 1x4GB; 1 slot, 4GB Max; Intel HD Graphics .................... In more interesting news, I finally got http://openshot.org/ running on MeeGo 1.2: http://nielsmayer.com/meego/lem/openshot.png ... It works pretty nicely in touch-mode -- you can drag video clips around with your fingers, cut clips with the knife tool, etc....Ultimately, it needs a binding to replace right-mouse menus with long-touch -- is there an easy way to do that in Gnome?? In addition to using the "MeeGolem hack" ( https://bugs.meego.com/show_bug.cgi?id=14129 ) to obtain all the parts of one of the longest dependency lists in all of linuxdom, I had to do a few extra adjustments to make it all work.... (from my notes): ........................ openshot has problems with pulseaudio -- tell it to use ALSA directly, since it uses SDL audio underneath TODO: try jack with its RT-mode to prevent "ALSA lib pcm.c:7245:(snd_pcm_recover) underrun occured" (see below). The key is to install MLT and MLT python that is compiled for Python 2.6. ... fedora's MLT packages are all compiled for 2.7 and fail with > meegolem-97-.../share/openshot> python > Python 2.6.4 (r264:75706, Feb 22 2011, 03:38:14) > [GCC 4.5.1 20100731 (MeeGo 4.5.1-1) [release 4.5-2010.09-1]] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import mlt > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/usr/lib/python2.6/site-packages/mlt.py", line 25, in <module> > _mlt = swig_import_helper() > File "/usr/lib/python2.6/site-packages/mlt.py", line 21, in > swig_import_helper > _mod = imp.load_module('_mlt', fp, pathname, description) > ImportError: /usr/lib/python2.6/site-packages/_mlt.so: undefined symbol: > PyCapsule_New > >>> > meegolem-98-.../share/openshot> rpm -qa | grep mlt > mlt-devel-0.5.4-2.fc14.i686 > mlt-0.5.4-2.fc14.i686 > mlt-python-0.5.4-2.fc14.i686 Thus deinstall the fedora ones and install these Mandriva RPMs instead, which are compiled for 2.6 python compatible w/ meego's: sudo zypper in http://mib.pianetalinux.org/MIB/2010.2/32/basic/python-mlt-0.5.10-69mib2010.1.i686.rpm http://mib.pianetalinux.org/MIB/2010.2/32/basic/libmlt-devel-0.5.10-69mib2010.1.i686.rpm http://mib.pianetalinux.org/MIB/2010.2/32/basic/mlt-0.5.10-69mib2010.1.i686.rpm http://mib.pianetalinux.org/MIB/2010.2/32/basic/libmlt2-0.5.10-69mib2010.1.i686.rpm http://mib.pianetalinux.org/MIB/2010.2/32/basic/libmlt++3-0.5.10-69mib2010.1.i686.rpm .... Now setup envars for SDL to use ALSA directly, and suspend pulseaudio while openshot is running.... meegolem-183-.../share/openshot> setenv SDL_AUDIODRIVER alsa meegolem-184-.../share/openshot> setenv AUDIODEV hw:0 meegolem-187-.../share/openshot> pasuspender python openshot.py ** Message: pygobject_register_sinkfunc is deprecated (GtkWindow) ** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible) ** Message: pygobject_register_sinkfunc is deprecated (GtkObject) -------------------------------- OpenShot (version 1.3.0) -------------------------------- Process no longer exists: 13431. Creating new pid lock file. state saved project modified: Opened project state saved NEW SDL CONSUMER ALSA lib pcm.c:7245:(snd_pcm_recover) underrun occured ... ........................ -- Niels http://nielsmayer.com _______________________________________________ MeeGo-community mailing list [email protected] http://lists.meego.com/listinfo/meego-community http://wiki.meego.com/Mailing_list_guidelines
