语言

Menu
Sites
Language
resolution problem IVI pandabaord

HI

i've ported tizen ivi on pandaboard by using ivi-2.0alpha-panda-tizen-2.0a_20130507.4 as file system with platform, data, ums

Now able to get a black screen with mouse events like right clicks which pops up options able to lauch clock widget.

There are two problems , I'm using 800x600 touch screen LCD and need to change resolution to support the same, options and fonts are small and not readable.

How can I change the resoltuion from command line ( also tried changing relative value to 0.5 in data/edje/item_4x4.edc and built wgt package but its not installing properly )

Secondly the menu screen daemon is not running how can I start it from command line ?

I start enlightenment using the following command

 /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it

 

when I try to run the menu-screen app It shows no response

sh-4.1# cd org.tizen.menu-screen/
sh-4.1# ls
bin  res
sh-4.1# cd bin/
sh-4.1# ls
menu-screen
sh-4.1# ./menu-screen
debug level init 1(1)

and no response from here

How can I get ivi UI from here?

 

Regards

prasanna

 

 

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

11 回复
Tizenivi dev
Okay. I managed to get the menu daemon running and ail_initdb to finish and menu-screen is running fine. Earlier S46menudaemon was not running.
shankar pankaj
Hi Karthik ..please give the solution .
shankar pankaj
/opt/apps/org.tizen.menu-screen/bin/menu-screen & [2] 1548 -sh-4.1# debug level init 1(1) open log dev is failed how to resolve this ?
Tizenivi dev
Please check if the daemon is already running. See if S46menudaemon script already starts it from your bootlog. Scrips in /etc/rc.d/ should do everything for you.
shankar pankaj
menudaemon is running but it fails to launch .. here is a part of log file . /etc/rc.d/rc3.d/S46menudaemon start] [ 20.575775] [menu-daemon start] debug level init 1(1) open log dev is failed CRI<1430>:evas_main evas_clip.c:181 evas_object_clip_set() Setting clip 0x2e96d8 on itself debug level init 1(1) open log dev is failed CRI<1430>:evas_main evas_clip.c:181 evas_object_clip_set() Setting clip 0x2cd640 on itself debug level init 1(1) open log dev is failed [AIL_INITDB][D][main,214] AIL_INITDB : 0 debug level init 1(1) open log dev is failed edje calback is invoked. ..... any idea ?
Tizenivi dev
Check if ail_initdb do complete on forking. Some good pointers. https://lists.tizen.org/pipermail/general/2013-January/001444.html https://lists.tizen.org/pipermail/general/2013-January/001489.html
shankar pankaj
Hi Karthik .. still not able to resolve ..How did you proceed .Please help me ..
Tizenivi dev
Try killing menu-screen daemon and restart it. Also use the updated tizen kernel configuration.
shankar pankaj
Thanks for your reply .. I am using 3.4.3 linux version and same ivi-2.0alpha-panda-tizen-2.0a_20130507.4 filesystem ..which kernel version should I use .?
Tizenivi dev
the same image is tested without any modifications. Use the kernel configuration mentioned in this link. https://wiki.tizen.org/wiki/Tizen_defconfig
shankar pankaj
thankyou very much karthik ...!!!! Now I have the problem of pulseaudio ..sound is not coming . Any idea ?