On Mon, 2014-03-17 at 17:03 +0100, Olivier Delbeke wrote:
> Hi Geoffroy,
> 
> Thank you again. 
> 
> Applying the recommended patch (=setting "[output] name=LVDS1
> mode=off" instead of commenting the whole output definition) results
> in a small improvement : now, the mouse cursor cannot escape the
> screen any more. But there are still no icons or apps.
> 
> In addition, I also disabled the 'ExampleSource' plugin in AMB
> (/etc/ambd/config), but it didn't get any better. 
> 
> Executing for example "launch_app org.tizen.dialer" results in "...
> successfully launched" but there is still nothing on the display. The
> binary itself is running. 

I'm starting to wonder if this is not something specific to using the
VGA port... let's see if the ICO experts can help us clarify if they
have tested it and if there was any specific configuration required.

> 
> Would my journalctl log be useful to you ?

I don't know but it can't hurt if you send it across so I can take a
look

> 
> Thank you and best regards,
> 
> Olivier
> 
> 
> 
> Inactive hide details for VanCutsem,"VanCutsem, Geoffroy"
> ---03/17/2014 04:33:33 PM---"VanCutsem, Geoffroy"
> <geoffroy.vancut...@intel.com>
> 
>         "VanCutsem, Geoffroy"
>         <geoffroy.vancut...@intel.com>  
>         
>         03/17/2014 04:33 PM
>         
> 
>                To
> 
>         Olivier
>         Delbeke
>         <olivier.delb...@awtce.be>
> 
>                cc
> 
>         "'ivi@lists.tizen.org'" <ivi@lists.tizen.org>
> 
>           Subject
> 
>         Re: No
>         apps on
>         snapshot
>         images
> 
> 
> 
> Hi Olivier,
> 
> On Mon, 2014-03-17 at 14:12 +0100, Olivier Delbeke wrote:
> > Hi Geoffroy,
> > 
> > Thanks a lot for your help (once again). 
> > 
> > I applied the patch you recommended but got the same result
> > (unfortunately). 
> > 
> > Using "ps", I can see the following applications are running :
> > HomeScreen, OnScreen, StatusBar, dialer and MediaPlayer. I don't see
> > the MediaPlayer or the dialler, and I'm not sure what "HomeScreen",
> > "OnScreen" and "StatusBar" are supposed to display (but I have a
> black
> > topbar with the time, a background image and a grey bottom bar with
> > two icons). 
> > 
> > Is there a possibility to know in which state the running
> applications
> > are ? (i.e. if they are hidden by AMB ? If they are drawing
> > something ?) 
> 
> I don't know but this is a very good question... I hope someone can
> fill
> us in on that.
> 
> > 
> > By the way, I also modified all *.desktop files I found and all
> > replaced "NoDisplay=true" by "NoDisplay=false" but it also didn't
> help
> > (I saw in the test results that only apps with this flag should be
> > displayed). 
> > 
> > Could my problem be related to some kind of dual-screen
> > configuration ? I see that I can put my mouse cursor out of the
> screen
> > on the right side. Maybe that's where all the icons and apps are. My
> > weston.ini only has one output enabled (VGA1), however. I played
> with
> > the setting "displayno" setting but got no improvement.
> 
> It could be related to dual-screen... I'm going to try and load the
> exact same image that you're using to have a look at this myself.
> 
> This second screen you're seeing is the LVDS output. This is something
> specific to the VTC7120. You can disable it as described here
> https://wiki.tizen.org/wiki/IVI/IVI_January_15,_3.0-M2-EOY#Disabling_the_LVDS_output_for_the_Nexcom_VTC7120_platforms
> 
> > 
> > Best regards,
> > 
> > Olivier
> > 
> > 
> > Inactive hide details for VanCutsem,"VanCutsem, Geoffroy"
> > ---03/17/2014 01:20:46 PM---"VanCutsem, Geoffroy"
> > <geoffroy.vancut...@intel.com>
> > 
> >         "VanCutsem, Geoffroy"
> >         <geoffroy.vancut...@intel.com>  
> >         
> >         03/17/2014 01:20 PM
> >         
> > 
> >                To
> > 
> >         Olivier
> >         Delbeke
> >         <olivier.delb...@awtce.be>
> > 
> >                cc
> > 
> >         "'ivi@lists.tizen.org'" <ivi@lists.tizen.org>
> > 
> >           Subject
> > 
> >         Re: No
> >         apps on
> >         snapshot
> >         images
> > 
> > 
> > 
> > Hi Olivier,
> > 
> > I haven't played that much with the ICO HomeScreen yet so bear with
> me
> > if my explanations are inaccurate or incomplete (and I hope others
> on
> > the mailing will correct me if that's the case)
> > 
> > I believe this may be a side-effect of the fact we load the
> > 'ExampleSource' plugin in AMB by default (see /etc/ambd/config).
> This
> > plugin provides random data and tends to put the overall system in
> > DrivingMode which means many applications cannot be launched.
> > 
> > Here is what I have quickly tried this morning on the latest daily
> > preview:
> > - mv /etc/ambd/config /etc/ambd/config.orig
> > - cp /etc/ambd/config.tizen /etc/ambd/config
> > - Edit /etc/ambd/config and comment out the section related to
> > 'ExampleSource'
> > - Reboot the system
> > 
> > Let me know if that helps,
> > Geoffroy
> > 
> > On Mon, 2014-03-17 at 10:25 +0100, Olivier Delbeke wrote:
> > > Hi all,
> > > 
> > > The result I get when I install the daily snapshot images is quite
> > > disappointing.  
> > > For example, with tizen_20140312.12_ivi-mbr-i586-sdb.raw, I get a
> > > screen with : 
> > > - a black top bar with the time (Japan time and changing)
> > > - a middle section with a sea background (with no icons on it)
> > > - a bottom grey bar with two icons : a "Play" symbol and a kind of
> > > numpad symbol with a red 'forbidden' sign on top of it
> > > - a working mouse pointer (but clicking anywhere does not have any
> > > effect)
> > > 
> > > However, when I look at the detailed test reports, I see that
> there
> > > should be a Settings app, a browser, a phone app, a Multimedia
> > > app, ... 
> > > Why can't I see any of these ? Why is the only thing that my image
> > > does is displaying the Japanese time ?
> > > 
> > > What I did : 
> > > - download the image and dump it on my HDD
> > > - boot my target (VTC7110 with a VGA display) => I get a desktop
> > > environment where I can run a shell (and other apps using
> > > wrt-launcher)
> > > - I set up my network configuration (connman settings) 
> > > - I install the ico-uxf-homescreen as described in the "sanity
> test
> > > report"
> > > - I modify the weston.ini to enable the VGA1 output and to avoid
> > > having the display rotated by 90°
> > > - I reboot and get what I described above
> > > 
> > > What else should I do ?
> > > 
> > > Thanks,
> > > 
> > > Olivier,
> > > 
> > > 
> > > _______________________________________________
> > > IVI mailing list
> > > IVI@lists.tizen.org
> > > https://lists.tizen.org/listinfo/ivi
> > 
> > Intel Corporation NV/SA
> > Kings Square, Veldkant 31
> > 2550 Kontich
> > RPM (Bruxelles) 0415.497.718. 
> > Citibank, Brussels, account 570/1031255/09
> > 
> > This e-mail and any attachments may contain confidential material
> for
> > the sole use of the intended recipient(s). Any review or
> distribution
> > by others is strictly prohibited. If you are not the intended
> > recipient, please contact the sender and delete all copies.
> > 
> > 
> > 
> 
> Intel Corporation NV/SA
> Kings Square, Veldkant 31
> 2550 Kontich
> RPM (Bruxelles) 0415.497.718. 
> Citibank, Brussels, account 570/1031255/09
> 
> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.
> 
> 
> 

Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718. 
Citibank, Brussels, account 570/1031255/09

This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient(s). Any review or distribution by others is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender and delete all copies.
_______________________________________________
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

Reply via email to