On Mon, 11 Nov 2013 09:37:42 +0530 Alok Gupta <[email protected]> said:
> *Hi Carsten,* > > > *When board boots up I get these Elementary Test logs * > > > > *ERR<1844>:evas-gl_x11 evas_x_main.c:124 eng_window_new() eglGetDisplay() > fail. code=0ERR<1844>:ecore_evas ecore_evas_x.c:299 > _ecore_evas_x_gl_window_new() evas_engine_info_set() for engine > 'opengl_x11' failed.ERR<1844>:ecore_evas ecore_evas_x.c:3854 > ecore_evas_gl_x11_options_new() evas_engine_info_set() init engine > 'opengl_x11' failed.CRI<1844>:elementary elm_win.c:2861 elm_win_add() > OpenGL engine creation failed. Trying default.* > > *Camera APP logs Shows below.., I see a Elemantary log here.. Which Says > OpenGL Engine creation failed..* & application exits, running from > /usr/apps/org.tizen.camera---------------- this seems like somehow the fallback mechanisms in elm have just been disabled/removed. this SHOULD work. i can only guess that tizen's elm fork has this broken. i would need to check. at least from tizen 3 this fork will go and it will sync from upstream. right now we're preparing the efl 1.8 release from upstream. > *-sh-4.1# /usr/apps/org.tizen.camera-app/bin/camera ERR<2029>:evas-gl_x11 > evas_x_main.c:124 eng_window_new() eglGetDisplay() fail. > code=0ERR<2029>:ecore_evas ecore_evas_x.c:299 _ecore_evas_x_gl_window_new() > evas_engine_info_set() for engine 'opengl_x11' failed.ERR<2029>:ecore_evas > ecore_evas_x.c:3854 ecore_evas_gl_x11_options_new() evas_engine_info_set() > init engine 'opengl_x11' failed.CRI<2029>:elementary elm_win.c:2861 > elm_win_add() OpenGL engine creation failed. Trying default.appcore: > sf_check_rotation failed: -1appcore: sf_check_rotation failed: > -1INF<2029>:multisense_factory multisense_factory.c:27 > multisense_sound_player_get() Custom player_plugin = 0xb3ef8c3c * > > *Video APP logs Shows below.., I see a Elemantary log here.. Which Says > OpenGL Engine creation failed..* & application exits , running from > /usr/apps/org/tizen.video----------------------- > > > > > > > > > > > > > *-sh-4.1# /usr/apps/org.tizen.video-player/bin/video-player appcore: > sf_connect failed: -1ERR<2036>:evas-gl_x11 evas_x_main.c:124 > eng_window_new() eglGetDisplay() fail. code=0ERR<2036>:ecore_evas > ecore_evas_x.c:299 _ecore_evas_x_gl_window_new() evas_engine_info_set() for > engine 'opengl_x11' failed.ERR<2036>:ecore_evas ecore_evas_x.c:3854 > ecore_evas_gl_x11_options_new() evas_engine_info_set() init engine > 'opengl_x11' failed.CRI<2036>:elementary elm_win.c:2861 elm_win_add() > OpenGL engine creation failed. Trying default.appcore: sf_check_rotation > failed: -1ERR<2036>:ecore_con ecore_con_local.c:152 > ecore_con_local_connect() local connection failed: No such file or > directoryERR<2036>: ecore_con.c:513 ecore_con_server_connect() safety check > failed: ecore_con_local_connect(svr, _ecore_con_cl_handler, svr) is > falseERR<2036>:ecore_evas ecore_evas_extn.c:1580 > ecore_evas_extn_plug_connect() Extn plug failed to connect:ipctype=0, > svcname=elm_indicator_portrait, svcnum=0, svcsys=0ERR<2036>:elementary > elm_gesture_layer.c:3813 elm_gesture_layer_add() could not add 0xb6ff4780 > as sub object of 0xb6ff4620INF<2036>:multisense_factory > multisense_factory.c:27 multisense_sound_player_get() Custom player_plugin > = 0xb3050c3c * > > > *ThanksAlok G* > > > On Sat, Nov 9, 2013 at 11:42 AM, Carsten Haitzler <[email protected]>wrote: > > > On Sat, 9 Nov 2013 10:35:03 +0530 Alok Gupta <[email protected]> > > said: > > > > i don't remmber which apps require what in a raw tizen 2.2 image - i havent > > seen a tizen2.2 build for a while (i've just seen our modified ones where > > many > > if not all of these apps have been changed). i DO know that the browser has > > tied itself to gl entirely, so all abstraction has gone. > > > > i don't know about camera or video player with regards to forcing gl. i > > don't > > think they do. does elementary_test start at all? > > > > > *Crasten,* > > > > > > *I tried running couple of apps which would be using gl stuff from below > > > mentioned paths in tizen* > > > *so you want to say all of them are linked to hardware rendering & none > > of > > > it fallback to software rendering even when platform doesn't support any > > > h/w / gl rendering for now as in my case...* > > > > > > * /usr/apps/org.tizen.browser/bin/browser* > > > */usr/apps/org.tizen.videoplayer/bin/videoplayer* > > > *......./bin/camera* > > > > > > *So long story short , even though if I use software_X11 as engine > > instead > > > of opengl_x11 explicitly* > > > *browser won't work.., how about video & camera apps?, i mean for which > > all > > > apps software_x11 works for ? * > > > > > > *-Alok* > > > > > > > > > On Fri, Nov 8, 2013 at 7:57 PM, Carsten Haitzler <[email protected] > > >wrote: > > > > > > > On Fri, 8 Nov 2013 17:40:06 +0530 Alok Gupta <[email protected] > > > > > > > said: > > > > > > > > evas support it, but the browser/web team have SPECIFICALLY tied > > themselves > > > > to opengl only. so it won't work. as long as its not browser and the > > app > > > > dev > > > > hasn't decided to totally force gl down your throat, evas will work in > > > > software > > > > and run relatively well. > > > > > > > > note - developers like for the web team have specifically asked for > > apis > > > > to tie > > > > themselves to gl - so this is a conscious choice, not a bug. > > > > > > > > > I need Some Help in running the Browser on Tizen (I have my Tizen 2.2 > > > > build > > > > > Up & running) , I am trying to run a browser with Software rendering > > , > > > > as I > > > > > see evas supports multiple engines in Tizen Opengl_x11,Software_x11, > > > > > etc..,as I dont have Vendor SDK for Hardware rendering right now due > > to > > > > > some logical reasons, I want to run my app(browser) with software > > > > > rendering, Can anyone please guide me how to enable software > > rendering, > > > > > does it has to be doen while building the tizen itself ?? , When I > > run a > > > > > browser through command prompt I get following Log > > > > > > > > > > > ERR<1442>:ecore_evas ecore_evas_x.c:264 > > _ecore_evas_x_gl_window_new() > > > > > > > > > > > > evas_engine_info_set() for engine 'opengl_x11' failed. > > > > > > > > > > > > ERR<1442>:ecore_evas ecore_evas_x.c:3586 > > > > ecore_evas_gl_x11_options_new() > > > > > > evas_engine_info_set() init engine 'opengl_x11' failed. > > > > > > > > > > > > CRI<1442>:elementary elm_win.c:2620 elm_win_add() OpenGL engine > > > > creation > > > > > > failed. Trying default. > > > > > > > > > > > > CRI<1442>:evas_main main.c:114 evas_debug_magic_wrong() Input > > object is > > > > > > wrong type > > > > > > > > > > > > * & browser doesnt comes up... > > > > > > > > > > > > I am not sure what is missing, I tried to look for mesa libs using > > rpm > > > > -qa > > > > > > but tried to install the required rpm(mesa) but then I started > > getting > > > > > > error for some xproto,xext packages missing. > > > > > > > > > > > > I just want to fall back to software rendering. > > > > > > > > > > > > Any seniors can provide some pointers in this regard will be very > > > > helpful. > > > > > > > > > > > > PS: My X server is running.. > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Carsten Haitzler (The Rasterman) <[email protected]> > > > > > > > > > > -- > > Carsten Haitzler (The Rasterman) <[email protected]> > > -- Carsten Haitzler (The Rasterman) <[email protected]> _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
