Re: [MeeGo-dev] Do someone know how to disable ScreenSave in handset image?

2010-12-29 Thread Zhou, Ting Z
Not sure whether the method applies to handset, in netbook, the screensaver and display power management can be turned off via: zypper install xorg-x11-utils-xset xset s off xset -dpms From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of Zhu, Junmin Sent:

Re: [MeeGo-dev] Do someone know how to disable ScreenSave in handset image?

2010-12-29 Thread Zhao, Forrest
In general it's related to DPMS or screen saver daemon. Try the below 2 methods as is suggested at http://ubuntuforums.org/showthread.php?t=639639 1 xset s off; xset -dpms 2 kill the screensaver daemon on your system Thanks, Forrest From: meego-dev-boun...@meego.com

[MeeGo-dev] How to call a method with argument MyStruct in QDbus?

2010-12-29 Thread He, Yunlong
Hi, experts, In qt doc, qtdbus supports customized type “MyStruct”, so I write code as below: class MyStruct { public: … int type; QByteArray data; }; Q_DECLARE_METATYPE(MyStruct); QDBusArgument operator(QDBusArgument argument, const MyStruct msg); const QDBusArgument

Re: [MeeGo-dev] Do someone know how to disable ScreenSave in handset image?

2010-12-29 Thread Zhu, Junmin
Thanks. Very helpful.:) Best wishes Junmin From: Zhao, Forrest Sent: Wednesday, December 29, 2010 4:10 PM To: Zhu, Junmin; meego-dev@meego.com Subject: RE: [MeeGo-dev] Do someone know how to disable ScreenSave in handset image? In general it's related to DPMS or screen saver daemon. Try the

Re: [MeeGo-dev] What are the advantages of developing QT apps without libmeegotouch over MTF enabled application?

2010-12-29 Thread Ville M. Vainio
On Wed, Dec 29, 2010 at 3:45 AM, David Guimard david.guim...@mydbobjects.com wrote: I thought it was more than clear , it s written in the first page of Meego sdk1.1 the sample located here http://meego.gitorious.org/meegotouch/libmeegotouch/trees/master/examples + the power of qt

Re: [MeeGo-dev] Do someone know how to disable ScreenSave in handset image?

2010-12-29 Thread Wichmann, Mats D
I know in Android it's possible to do this programmatically (and screen blank control rights are part of what you have to accept when installing such an app). I believe we'll have to provide something similar. individual apps shouldn't need to (or be allowed to) fiddle the system in the ways

Re: [MeeGo-dev] How to call a method with argument MyStruct in QDbus?

2010-12-29 Thread Thiago Macieira
On Wednesday, 29 de December de 2010 16:16:44 He, Yunlong wrote: Hi, experts, In qt doc, qtdbus supports customized type “MyStruct”, so I write code as below: class MyStruct { public: … int type; QByteArray data; }; Q_DECLARE_METATYPE(MyStruct);

Re: [MeeGo-dev] Accelerometer sensor driver with sysfs interface

2010-12-29 Thread Arjan van de Ven
On 12/28/2010 7:23 PM, Zhao, Forrest wrote: Hi Timo, The default adaptor of accelerometer used input event. If we use sysfs to replace input event, are there any effect of this? Does any information will be lose because of replacing input event to sysfs? I assume no side effect by replacing

[MeeGo-dev] FW: gstreamer video on apollo release

2010-12-29 Thread Endler, Axel
Why does installing the gst-plugins-good destroy the desktop ivihome? PRECONDITION: Date: Wed Dec 29 11:47:28 PST 2010 Kernel: 2.6.35.4 Processor: armv7l /root: ext3 FS MeeGo release 1.1.80 (MeeGo) EGL version string: 1.4 build 1.5.15.3164 /etc/sysconfig/uxlaunch: session=/usr/bin/mutter

Re: [MeeGo-dev] Do someone know how to disable ScreenSave in handset image?

2010-12-29 Thread Zhao, Forrest
Sure, this is a gap. I suggest we first file a feature request at bugs.meego.com if there isn't one. This way it'll be convenient for us to track and fix it in future MeeGo release. Thanks, Forrest From: Wichmann, Mats D Sent: Wednesday, December 29, 2010 8:38 PM To: Zhao, Forrest; Zhu,

Re: [MeeGo-dev] Accelerometer sensor driver with sysfs interface

2010-12-29 Thread Zhao, Forrest
Hi Timo, The default adaptor of accelerometer used input event. If we use sysfs to replace input event, are there any effect of this? Does any information will be lose because of replacing input event to sysfs? I assume no side effect by replacing input event with sysfs, but like

Re: [MeeGo-dev] Accelerometer sensor driver with sysfs interface

2010-12-29 Thread Jia-Chi Lai
Dear Arjan. I'm confused about the different of input event and sysfs. If we use sysfs to replace the input event, are there any information would be lose?? Did you mean that the driver use the sysfs, then the sensorfw would need a sysfs adapotr? And the driver use the input event, then the

[MeeGo-dev] ospm

2010-12-29 Thread raghu
Hi All, I came to know that ospm package in meego will soon be replaced by new package based on power thermal management(PTM). if so I am eager to know how soon can we expect it to be available in public, and how will it be different from ospm package available now? Thanks, Raghu

[MeeGo-dev] The screen backlight control interface in HW adaptation

2010-12-29 Thread Peter Feng
Dear Sir: I would like to know the screen backlight control interface in Hardware Adaption Layer. Meego's man said that Qmsystem will provide some new APIs for meego, include display backlight control. I think the API have to connect/communication to driver. Does anyone know the screen backlight

Re: [MeeGo-dev] The screen backlight control interface in HW adaptation

2010-12-29 Thread Leo
I can find its DBus interface on the desktop, org.gnome.PowerManager.SetBrightness int32:XX. But I list all session bus, I can not find it. Maybe it does not public, it need the component owner's confirm . 2010/12/30 Peter Feng birdy.f...@gmail.com Dear Sir: I would like to know the screen