One way to proceed forward is to debug menu-daemon.  It launches *ail_initdb
- system("/usr/bin/ail_initdb")*.  Does this call ever return, and if so,
what is the value of *ret*?

Best,
Vijay Zanvar


On Thu, Jan 3, 2013 at 12:30 PM, Carsten Haitzler <[email protected]>wrote:

> On Thu, 3 Jan 2013 01:47:04 -0500 (EST) [email protected] said:
>
> >
> > Hi
> > Thanks for the quick reply and valuable information. My query is even
> after
> > dismiss of window and all the necessary apps and bin running, hwo can i
> get
> > the UI. Thanks,
> > Dhruv Chawda
>
> i have no idea what you have running and how from what point - the "ui"
> comes
> from the "menu screen" (menu daemon) app... the wm's own ui has basically
> been
> turned off.
>
> > -----Original Message-----
> > From: "Carsten Haitzler" <[email protected]>
> > Sent: Wednesday, January 2, 2013 8:53am
> > To: [email protected]
> > Cc: [email protected]
> > Subject: Re: [Tizen General] Error: "Your screen does not support opengl
> > falling back to software engine"
> >
> >
> >
> > On Wed, 2 Jan 2013 07:17:42 -0500 (EST) [email protected]:
> >
> > that dialog comes from the wm/compositor. it is configured to use gl by
> > default for compositing. it auto-falls-back to software, but complains as
> > long as its configured for gl. as such all the config dialogs have been
> > disabled in tizen so there is no way to turn off the gl compositing from
> the
> > gui - you'll have to hack around with binary config files (decompile -
> edit
> > -recompile). tizen uses x11 - you dont want to be going off to the
> > framebuffer. you can just dismiss the dialog and not worry about this as
> you
> > just have a development system as obviously you haven't been able to
> provide
> > any vendor opengl(es) support and in any real product in the end this
> would
> > be provided.
> >
> > >
> > > Hi all,
> > >
> > > I am able to run all the rc3.d/ scripts but nothin is being displayed
> and if
> > > running the application manually, its been displayed. And Still gettin
> the
> > > error window "Your screen does not support opengl falling back to
> software
> > > engine" Can anyone plz help me with how can i bypass opengl and use
> > > framebuffer for display. $ ps -ax
> > >
> > > 786 ?        Ss     0:00 /sbin/udevd --daemon
> > > 1373 ?        S      0:00 /sbin/udevd --daemon
> > > 1375 ?        S      0:00 /sbin/udevd --daemon
> > > 1481 tty2     S<s+   0:02 /usr/bin/Xorg :0 -logfile
> /opt/var/log/Xorg.0.log
> > > -ac 1500 ?        Ss     0:00 dbus-daemon --system
> > > 1508 ?        S      0:00 /usr/bin/security-server
> > > 1512 ?        S      0:00 /usr/bin/scim -d
> > > 1515 ?        S      0:02 /usr/bin/enlightenment -profile samsung
> > > -i-really-kno 1537 ?        S      0:00 dbus-launch
> > > --exit-with-session /usr/bin/enlightenmen 1538 ?        Ss
> > > 0:00 /usr/lib/scim-1.0/scim-launcher -d -c simple -e hangu 1539 ?
> > > Ss     0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-add
> > > 1543 ?        S      0:02 /usr/bin/sound_server -S 1545 ?        S
>  0:00
> > > dlogutil -b radio -v time -f /var/log/seq.radio.log - 1546 ?        Sl
> > > 0:00 /usr/bin/telephony-daemon 1553 ?        S
> > > 0:00 /usr/lib/scim-1.0/scim-launcher -d -c socket -e socke 1556 ?
> > > S      0:02 /usr/bin/isf-panel-efl --display :0 -c socket -d 1563 ?
> > > Ss     0:02 /usr/bin/power_manager -d -x 1565 ?        Sl
> > > 0:02 /usr/bin/system_server 1567 ?        Sl     0:00
> /usr/bin/sf_server
> > > -s /usr/etc/sf_sensor.conf -f /usr 1607 ?        S
> > > 0:02 /usr/bin/isf-panel-efl 1609 ?        S      0:02 /usr/bin/starter
> > > 1611 ?        S      0:02 /usr/apps/org.tizen.indicator/bin/indicator
> > > 1615 ?        S      0:00 /usr/bin/menu-daemon
> > > 1619 ?        S      0:00 /usr/bin/dlogutil -r 51200 -n 1 -f
> /var/log/dlog
> > > -v t 1622 ?        Ss     0:00 /sbin/syslogd -b 5
> > > 1624 ?        Ss     0:00 /sbin/klogd
> > > 1633 ?        S      0:00 /usr/bin/media-thumbnail-server
> > > 1635 ?        S      0:02 /usr/bin/contacts-svc-helper
> > > 1637 ?        S      0:02 /usr/apps/org.tizen.quickpanel/bin/quickpanel
> > > 1645 ?        Ss     0:02 /usr/sbin/net-config
> > > 1656 ttyO2    Ss     0:00 -sh
> > > 1672 ?        Ss     0:00 /usr/sbin/inetd
> > > 1675 ?        S      0:00 [flush-179:0]
> > > 1682 ttyO2    T      0:00 ./starter
> > > 1686 ttyO2    T      0:00 /usr/apps/org.tizen.quickpanel/bin/quickpanel
> > > 1688 ?        S      0:00 [kworker/0:2]
> > >
> > > -----Original Message-----
> > > From: "Vijay Zanvar" <[email protected]>
> > > Sent: Wednesday, January 2, 2013 6:03am
> > > To: [email protected]
> > > Cc: [email protected]
> > > Subject: Re: [Tizen General] Error: "Your screen does not support
> opengl
> > > falling back to software engine"
> > >
> > >
> > >
> > > Your platform does not support OpenGL UI framework.  Without this, the
> UI
> > > uses software rendering engine. Best,
> > > Vijay Zanvar
> > >
> > >
> > >
> > > On Wed, Jan 2, 2013 at 4:07 PM,  <[mailto:[email protected]
> ]
> > > [email protected]> wrote:
> > >
> > > Hi all,
> > >
> > >
> > >
> > > I am getting the following error window "Your screen does not support
> opengl
> > > falling back to software engine" when rc.sysinit is executed, plz help
> me on
> > > it.
> > >
> > > Thanks,
> > > Dhruv Chawda
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > >  General mailing list
> > > [mailto:[email protected]] [email protected]
> > > [https://lists.tizen.org/listinfo/general]
> > > https://lists.tizen.org/listinfo/general
> > >
> > >
> > >
> > > --
> > > Best,
> > >
> > > Vijay Zanvar
> > >
> > >
> > >
> > >
> >
> >
> > --
> > Carsten Haitzler (The Rasterman) <[email protected]>
> >
> >
> >
> >
>
>
> --
> Carsten Haitzler (The Rasterman) <[email protected]>
> _______________________________________________
> General mailing list
> [email protected]
> https://lists.tizen.org/listinfo/general
>



-- 
Best,
Vijay Zanvar
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to