On Mon, 11 Mar 2013 15:33:31 +0530 embedded linux <[email protected]> said:
> Hi Daniel, > Thanks a lot for the quick response. > I am working on TI soc and it uses sgx gpu. I believe mali is for exynos > based soc. So will it work if I install sgx related software components > instead of opengl? no. you need to get yourself an opengl-es driver set from ti or wherever that can work with xorg, drm/dri and compositing. nb all the efl stuff can do both software and gl, but many apps go through lower levels/back-doors forcing them to be gl only (if they behaved well and didn't do this they would all work fine, just be using software rendering). the dialog you get is from the wm/compositor as it is configured to use gl and is falling back to software. it handles this gracefully but lets you know that your desired config is not a happening thing. gl failed to init/work. > Thanks > > On Mon, Mar 11, 2013 at 3:24 PM, Daniel Juyung Seo > <[email protected]>wrote: > > > Did you install mali ddk? > > Remove opengl-es-virtual-drv and install mali ddk according to the > > following documentation. > > > > https://source.tizen.org/documentation/developer-guide/creating-images#install-mali-ddk > > Thanks. > > > > Daniel Juyung Seo (SeoZ) > > > > > > On Mon, Mar 11, 2013 at 6:51 PM, embedded linux > > <[email protected]> wrote: > > > Hi all, > > > I am working bringing up tizen on Ti's DM8148 evm. I am currently using > > > linux2.6.37 kernel. > > > I have built the rootfs. > > > I am able to run the rc.d init scripts, but the ui is not displayed. It > > says > > > " Your screen does not support opengl falling back to software engine" > > and > > > then goes blank. If I run the > > > /opt/apps/org.tizen.menu-screen/bin/menu-screen then I all the apps are > > > launching. > > > > > > I want to by pass the massage and start the boot. > > > Can any body help to solve the issue? > > > > > > Thanks > > > > > > _______________________________________________ > > > General mailing list > > > [email protected] > > > https://lists.tizen.org/listinfo/general > > > > > -- Carsten Haitzler (The Rasterman) <[email protected]> _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
