Re: [MeeGo-dev] Suggestion on new project ideas

2010-08-10 Thread Brendan Le Foll
On 9 August 2010 19:24, Auke Kok wrote: > On 08/08/10 11:22, Anup Bansod wrote: >> >> I have been studying the architecture for meego for quite a few days now >> and also the bugs/deficiencies, i have found some things i can work on like >> >> 1. Support for NTFS formatted devices > > This feature

Re: [MeeGo-dev] Suggestion on new project ideas

2010-08-10 Thread Thiago Macieira
On Tuesday 10. August 2010 09.22.35 Brendan Le Foll wrote: > How about just porting NetworkManager? We'd get working WPA + PEAP and > it has ad-hoc networking... Because NM is a huge beast, far too complex for its own good. Outside of distributions, very few people have had success deploying it.

Re: [MeeGo-dev] About sysfs data size limitaion

2010-08-10 Thread Wang, Qi
Hi Greg, As you pointed out, PCH_PHUB patch should be implemented with sysfs interface. PCH_PHUB driver need access 15,361 Byte option ROM, but on i386, the buffer will be 4096B. With this kind of way, we need several buffer. Another way to implement PCH_PHUB driver is mmap the kernel space to

[MeeGo-dev] N900 - hardware adaptation sync meeting at Friday 13 August 9.00 EEST (8.00 CEST, 6.00 UTC, thursday 23.00 PDT)

2010-08-10 Thread Carsten Munk
The next Nokia N900 hardware adaptation sync meeting will be held at Friday 13 August 9.00 EEST (8.00 CEST, 6.00 UTC, thursday 23.00 PDT). Agenda will freeze 24 hours before meeting takes place. If you want a topic discussed, add it to the agenda. If the owners of an item are not present, the topic

Re: [MeeGo-dev] MeeGo 1.0 Update for Netbooks

2010-08-10 Thread Glen Gray
Process question, Are the rollup releases planned to happen on a fixed time basis or is a decision made to release a rollup when a certain number criteria are met, be that the number of critical bugs fixed or the number of minor bugs fixed etc. -- Glen Gray sla...@slaine.org ___

Re: [MeeGo-dev] [MeeGo-community] MeeGo 1.0 Update for Netbooks

2010-08-10 Thread Fernando Cassia
Okay, where is the download link to get a fresh install of 1.0.2 ?? I´ve been going in circless between the download page, which lists 1.0, and the 1.0.2 update page, which provides rlease notes but no download link FC On Tue, Aug 10, 2010 at 2:13 AM, Wang, Ning W wrote: > Today, we are ann

[MeeGo-dev] Account number 4874 7411 7063 0903

2010-08-10 Thread Mikołaj Paulina Roszak
Mikołaj Paulina Roszak Mobile +48 604339153 Bank Millennium Account number 4874 7411 7063 0903 mikolaj.ros...@bankmillennium.pl ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

[MeeGo-dev] [PATCH 2/4] Xephyr with DRI2 extension

2010-08-10 Thread Haitao.feng
This part of work will enable Xephyr to run xcompmgr. The logic is when an X clients wants to get a DRI2Drawable, we create a host peer invisible window, and give the client the peer DRI2Drawable. When glXSwapbuffer happens, we copy the peer window content into Xpehyr managed window and damage tha

[MeeGo-dev] [PATCH 3/4] Xephyr with DRI2 extension

2010-08-10 Thread Haitao.feng
This part of work will enable Xephyr to run mutter. The logic is that I disabled the GLX_texture_from_pixmap extension in Xephyr so that mutter will have to copy the pixmap into texture and draw the texture with glTexImage2D. To support GLX_texture_from_pixmap, we have to support the general GLX

[MeeGo-dev] [PATCH 4/4] Xephyr with DRI2 extension

2010-08-10 Thread Haitao.feng
This part of work fixes the Xephyr host cursor issue. Ohterwise when we close pointer device in dix, it will cause a signal fault as the callback is NULL. >From 06f30919ed2e2624c743ef59c6b7f21d0fef424c Mon Sep 17 00:00:00 2001 From: Haitao Feng Date: Fri, 14 May 2010 13:03:55 +0800 Subject: Fix

[MeeGo-dev] Does Meego Support TTY feature?

2010-08-10 Thread Kapil BHUTANI
Hi All, Does Meego as platform support TTY feature for its phones? BR BKapil ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

[MeeGo-dev] Adding customized kernel from local repo to ks file fails to create vmlinuz files using mic

2010-08-10 Thread USA Linux UAE
Hello, I have cross compiled a custom kernel for arm on my fedora box. I have used the follwing link to modify the kickstart file. http://wiki.meego.com/Image_Creation#Modifying_your_.ks But using mic-image -creator for raw image fails to create a kernel vmlinuz file. I need this file to cr

[MeeGo-dev] web-enabled

2010-08-10 Thread Nicola De Filippo
Him here http://meego.com/developers/meego-api i read "Using Qt, you can write web-enabled applications", what do you mean? Nicola ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

[MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_GPIO driver to 2.6.35

2010-08-10 Thread Masayuki Ohtak
GPIO driver of Topcliff PCH Topcliff PCH is the platform controller hub that is going to be used in Intel's upcoming general embedded platform. All IO peripherals in Topcliff PCH are actually devices sitting on AMBA bus. Topcliff PCH has GPIO I/F. Using this I/F, it is able to access system devic

Re: [MeeGo-dev] web-enabled

2010-08-10 Thread Sivan Greenberg
I think that it refers to the fact that it is very easy to write apps in Qt that use the internet, or allow web browsing and web serving consumption. But that's my guess. Sivan On Tue, Aug 10, 2010 at 1:46 PM, Nicola De Filippo wrote: > Him > here http://meego.com/developers/meego-api i read "Us

Re: [MeeGo-dev] Suggestion on new project ideas

2010-08-10 Thread Yves-Alexis Perez
On 10/08/2010 09:30, Thiago Macieira wrote: > On Tuesday 10. August 2010 09.22.35 Brendan Le Foll wrote: >> > How about just porting NetworkManager? We'd get working WPA + PEAP and >> > it has ad-hoc networking... > Because NM is a huge beast, far too complex for its own good. Outside of > distrib

Re: [MeeGo-dev] web-enabled

2010-08-10 Thread Ville M. Vainio
http://doc.trolltech.com/4.6/qnetworkaccessmanager.html http://doc.qt.nokia.com/4.6/xquery-introduction.html http://doc.trolltech.com/4.6/qwebview.html etc. etc. On Tue, Aug 10, 2010 at 1:46 PM, Nicola De Filippo wrote: > Him > here http://meego.com/developers/meego-api i read "Using Qt, you can

Re: [MeeGo-dev] Qt Mobility for Meego

2010-08-10 Thread Poussa Sakari
On 08/10/10 09:57, Potter Lorn (Nokia-MS-Qt/Brisbane) wrote: On 10/08/2010, at 3:38 PM, ext Raghavendra Hebbalalu wrote: There was some discussion on this a while ago. Do we know if and when we can get Qt Mobility for Meego up and running? What is the status? Backends for meego hav

Re: [MeeGo-dev] web-enabled

2010-08-10 Thread Poussa Sakari
On 08/10/10 13:46, ext Nicola De Filippo wrote: Him here http://meego.com/developers/meego-api i read "Using Qt, you can write web-enabled applications", what do you mean? Nicola It means MeeGo will have webkit based web runtime with access to the platform APIs. More:

Re: [MeeGo-dev] Suggestion on new project ideas

2010-08-10 Thread Thiago Macieira
Em Terça-feira 10 Agosto 2010, às 14:03:22, Yves-Alexis Perez escreveu: > On 10/08/2010 09:30, Thiago Macieira wrote: > > On Tuesday 10. August 2010 09.22.35 Brendan Le Foll wrote: > >> > How about just porting NetworkManager? We'd get working WPA + PEAP and > >> > it has ad-hoc networking... > >

Re: [MeeGo-dev] MeeGo 1.0 Update for Netbooks

2010-08-10 Thread Arjan van de Ven
On 8/10/2010 2:04 AM, Glen Gray wrote: Process question, Are the rollup releases planned to happen on a fixed time basis or is a decision made to release a rollup when a certain number criteria are met, be that the number of critical bugs fixed or the number of minor bugs fixed etc. cu

Re: [MeeGo-dev] [PATCH 1/1] virtio-gl kernel module for GL acceleration of Emulator (on behalf of Ian Molton)

2010-08-10 Thread Arjan van de Ven
On 8/10/2010 2:39 AM, Lv, Zhiyuan wrote: --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -1113,6 +1113,14 @@ config TELCLOCK /sys/devices/platform/telco_clock, with a number of files for controlling the behavior of this hardware. +config VIRTIOGL + tristate "Virtio userspace memory trans

Re: [MeeGo-dev] web-enabled

2010-08-10 Thread Ville M. Vainio
On Tue, Aug 10, 2010 at 3:20 PM, Poussa Sakari wrote: >> here http://meego.com/developers/meego-api i read "Using Qt, you can write >> web-enabled applications", what do you mean? >>                   Nicola >> > > It means MeeGo will have webkit based web runtime with access to the > platform AP

Re: [MeeGo-dev] web-enabled

2010-08-10 Thread Sivan Greenberg
What I understood from the 2 developer days, is that WRT is a javascript API to build applications, that happen to run in a browser runtime, that do not fall much behind native C++ APIs. And building on this, a Qt WRT is a WRT that binds to the Qt API to implement its functionality, instead of dire

Re: [MeeGo-dev] web-enabled

2010-08-10 Thread Poussa Sakari
On 08/10/10 16:33, ext Ville M. Vainio wrote: On Tue, Aug 10, 2010 at 3:20 PM, Poussa Sakari wrote: here http://meego.com/developers/meego-api i read "Using Qt, you can write web-enabled applications", what do you mean? Nicola It means MeeGo will have webkit ba

[MeeGo-dev] missing an instruction bit

2010-08-10 Thread Sivan Greenberg
Hi list, I am just trying to follow the MeeGo QEMU image instructions, but when trying to start the image: si...@sivan-desktop:~/n$ ./qemugl_cmd.sh meego-handset-ia32-1.0.80.9.20100706.1-sdk-pre0729/meego-handset-ia32-1.0.80.9.20100706.1-sdk-pre0729.raw Could not access KVM kernel module: No su

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Sivan Greenberg
So , now I tried installing qemu from the lucid repos, and some kvm in name packages were installed: Get:1 http://de.archive.ubuntu.com/ubuntu/ lucid/main libaio1 0.3.107-3ubuntu2 [9,512B] Get:2 http://de.archive.ubuntu.com/ubuntu/ lucid/main seabios 0.5.1-0ubuntu2 [48.2kB] Get:3 http://de.archive.

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Ameya Palande
On Tue, 2010-08-10 at 16:47 +0200, ext Sivan Greenberg wrote: > So , now I tried installing qemu from the lucid repos, and some kvm in > name packages were installed: > Get:1 http://de.archive.ubuntu.com/ubuntu/ lucid/main libaio1 > 0.3.107-3ubuntu2 [9,512B] > Get:2 http://de.archive.ubuntu.com/ubu

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Sivan Greenberg
r...@sivan-desktop:~# modprobe kvm-intel FATAL: Error inserting kvm_intel (/lib/modules/2.6.32-22-generic-pae/kernel/arch/x86/kvm/kvm-intel.ko): Operation not supported I didn't check if the device node was created since this error msg :) What's next? -Sivan On Tue, Aug 10, 2010 at 5:54 PM, Ame

[MeeGo-dev] clutter and gtk

2010-08-10 Thread Mark S. Townsley
Hi: I noticed that MeeGo comes with clutter and gtk. Since the SDK does not spell out either of these libraries, can I still develop based on clutter and gtk instead of Qt? Mark ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/li

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Sivan Greenberg
I see this in dmesg: [5356544.289562] kvm: disabled by bios [5357200.226568] kvm: disabled by bios [5357213.770607] kvm: disabled by bios [5357434.252870] kvm: disabled by bios So KVM can be disabled in bios by disabling the hardware virtualization support? On Tue, Aug 10, 2010 at 5:57 PM, Siva

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread fathi.boudra
Hi, > I am just trying to follow the MeeGo QEMU image instructions, but > when trying to start the image: I assume you talk about QEMU GL from MeeGo SDK? > So, if KVM is necessary, maybe we should add this instruction bit to > the wiki? I followed it as a simple user, not checking if installing

Re: [MeeGo-dev] clutter and gtk

2010-08-10 Thread Arjan van de Ven
On 8/10/2010 7:58 AM, Mark S. Townsley wrote: Hi: I noticed that MeeGo comes with clutter and gtk. Since the SDK does not spell out either of these libraries, can I still develop based on clutter and gtk instead of Qt? you should develop new application you should develop in Qt and not in

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Ameya Palande
On Tue, 2010-08-10 at 16:57 +0200, ext Sivan Greenberg wrote: > r...@sivan-desktop:~# modprobe kvm-intel > FATAL: Error inserting kvm_intel > (/lib/modules/2.6.32-22-generic-pae/kernel/arch/x86/kvm/kvm-intel.ko): > Operation not supported > > I didn't check if the device node was created since thi

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread fathi.boudra
> I didn't check if the device node was created since this error msg :) > What's next? Make sure your system has VT support and it is enabled. See wiki links sent. ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread fathi.boudra
> So KVM can be disabled in bios by disabling the hardware virtualization > support? Yes :) Cheers, Fathi ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Sivan Greenberg
Hi Fathi ! On Tue, Aug 10, 2010 at 6:01 PM, wrote: > I assume you talk about QEMU GL from MeeGo SDK? This page: http://wiki.meego.com/MeeGo_SDK_with_QEMU > > It is documented: > http://wiki.meego.com/MeeGo_SDK_Building_QEMU_Tools > http://wiki.meego.com/MeeGo_SDK_with_QEMU > http://wiki.meego.

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Sivan Greenberg
note that I installed the deb for qemu-gl and didn't build anything myself. On Tue, Aug 10, 2010 at 6:27 PM, Sivan Greenberg wrote: > Hi Fathi ! > > On Tue, Aug 10, 2010 at 6:01 PM,   wrote: >> I assume you talk about QEMU GL from MeeGo SDK? > > This page: http://wiki.meego.com/MeeGo_SDK_with_QEM

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Sivan Greenberg
Great, so it is mentioned in here: http://wiki.meego.com/MeeGo_SDK_Graphics_Acceleration . Can we quick link this from the page where it explains how to execute the image as a quick tip if it fails like it did for me? -Sivan On Tue, Aug 10, 2010 at 6:28 PM, Sivan Greenberg wrote: > note that I

[MeeGo-dev] uxlauncher - Reason to use `-nolisten tcp` in Xorg command

2010-08-10 Thread paulo alcantara
At certain point, I would like to test a videv feature which only works without the parameter `-nolisten tcp` in Xorg command. Then I would like to know why the `-nolisten tcp` paramater is passed as default in Xorg command and also if there is any possibility to remove it from the Xorg command.

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_I2C driver to 2.6.35

2010-08-10 Thread Greg KH
On Mon, Aug 09, 2010 at 09:40:58AM +0800, Wang, Qi wrote: > > +#include "i2c-pch.h" > > Why do you need a .h file for this driver? > Almost all the device drivers from OKI have a separate header file. That is not a reason to have a .h file, please don't have one if you don't absolutely need it,

Re: [MeeGo-dev] Suggestion on new project ideas

2010-08-10 Thread Greg KH
On Mon, Aug 09, 2010 at 10:39:41AM -0700, Auke Kok wrote: > On 08/09/10 10:28, Carsten Munk wrote: > >2010/8/9 Auke Kok: > >>On 08/08/10 11:22, Anup Bansod wrote: > >>> > >>>I have been studying the architecture for meego for quite a few days now > >>>and also the bugs/deficiencies, i have found so

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_GPIO driver to 2.6.35

2010-08-10 Thread Greg KH
On Tue, Aug 10, 2010 at 07:59:13PM +0900, Masayuki Ohtak wrote: > GPIO driver of Topcliff PCH > > Topcliff PCH is the platform controller hub that is going to be used in > Intel's upcoming general embedded platform. All IO peripherals in > Topcliff PCH are actually devices sitting on AMBA bus. >

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_SPI driver to 2.6.35

2010-08-10 Thread Greg KH
On Tue, Aug 10, 2010 at 08:02:26PM +0900, Masayuki Ohtak wrote: > SPI driver of Topcliff PCH > > Topcliff PCH is the platform controller hub that is going to be used in > Intel's upcoming general embedded platform. All IO peripherals in > Topcliff PCH are actually devices sitting on AMBA bus. > T

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Greg KH
On Tue, Aug 10, 2010 at 07:32:04PM +0900, Masayuki Ohtak wrote: > IEEE1588 driver of Topcliff PCH > > Topcliff PCH is the platform controller hub that is going to be used in > Intel's upcoming general embedded platform. All IO peripherals in > Topcliff PCH are actually devices sitting on AMBA bus.

Re: [MeeGo-dev] [PATCH 1/1] virtio-gl kernel module for GL acceleration of Emulator (on behalf of Ian Molton)

2010-08-10 Thread Greg KH
On Tue, Aug 10, 2010 at 05:39:13PM +0800, Lv, Zhiyuan wrote: > Ian is on travel and I am sending this patch on behalf of him. > > The patch is to add a kernel device driver of virtio-gl, which is used for > data communication between QEMU emulator host and client OS running in it. > This virtual

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_CAN driver to 2.6.35

2010-08-10 Thread Greg KH
On Mon, Aug 09, 2010 at 12:15:15PM +0900, Masayuki Ohtak wrote: > CAN driver of Topcliff PCH > > Topcliff PCH is the platform controller hub that is going to be used in > Intel's upcoming general embedded platform. All IO peripherals in > Topcliff PCH are actually devices sitting on AMBA bus. > T

Re: [MeeGo-dev] About sysfs data size limitaion

2010-08-10 Thread Greg KH
On Tue, Aug 10, 2010 at 03:35:59PM +0800, Wang, Qi wrote: > Hi Greg, > > As you pointed out, PCH_PHUB patch should be implemented with sysfs interface. Yes. > PCH_PHUB driver need access 15,361 Byte option ROM, but on i386, the > buffer will be 4096B. With this kind of way, we need several buffe

Re: [MeeGo-dev] uxlauncher - Reason to use `-nolisten tcp` in Xorg command

2010-08-10 Thread Auke Kok
On 08/10/10 09:52, paulo alcantara wrote: At certain point, I would like to test a videv feature which only works without the parameter `-nolisten tcp` in Xorg command. Then I would like to know why the `-nolisten tcp` paramater is passed as default in Xorg command and also if there is any possib

Re: [MeeGo-dev] uxlauncher - Reason to use `-nolisten tcp` in Xorg command

2010-08-10 Thread Arjan van de Ven
On 8/10/2010 9:52 AM, paulo alcantara wrote: At certain point, I would like to test a videv feature which only works without the parameter `-nolisten tcp` in Xorg command. Then I would like to know why the `-nolisten tcp` paramater is passed as default in Xorg command and also if there is any

Re: [MeeGo-dev] Suggestion on new project ideas

2010-08-10 Thread Auke Kok
On 08/10/10 00:22, Brendan Le Foll wrote: How about just porting NetworkManager? We'd get working WPA + PEAP and it has ad-hoc networking... Criticism of Connman : http://blogs.gnome.org/dcbw/2009/06/25/networkmanager-and-connman/ I can do that too: (joke) http://www.googlefight.com/index.php

Re: [MeeGo-dev] Suggestion on new project ideas

2010-08-10 Thread Arjan van de Ven
On 8/10/2010 11:26 AM, Auke Kok wrote: On 08/10/10 00:22, Brendan Le Foll wrote: So, if someone wants to spend their time porting networkmanager, I'm not going to stop them. But, chances are that the default MeeGo images will be using connman for a very long time. one thing to mention is tha

Re: [MeeGo-dev] [MeeGo-community] MeeGo 1.0 Update for Netbooks

2010-08-10 Thread Leonardo Luiz Padovani da Mata
Is there any repository for these updates or they are located here: http://repo.meego.com/MeeGo/updates/1.0/netbook/repos/ia32/packages/ http://repo.meego.com/MeeGo/updates/1.0/core/repos/ia32/packages/ ? Thanks On Tue, Aug 10, 2010 at 2:13 AM, Wang, Ning W wrote: > Today, we are announcing our

[MeeGo-dev] Next TSG meeting on August 18

2010-08-10 Thread Quim Gil
Hello, We don't have quorum for tomorrow's Technical Steering Group meeting. The participation of the key people is confirmed for next Webdnesday, August 18. Let's chat next week, then. More details at http://wiki.meego.com/Technical_Steering_Group_meetings -- Quim Gil _

[MeeGo-dev] Unsubscribe from mailing list

2010-08-10 Thread Thomas Schiessl
Hello, i tried a few times now to remove my email adress from the mailing list, but it didn't work. can u help me please? thx best regards Thomas Schiessl meego.de ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-d

Re: [MeeGo-dev] Adding customized kernel from local repo to ks file fails to create vmlinuz files using mic

2010-08-10 Thread Auke Kok
On 08/10/10 03:22, USA Linux UAE wrote: Hello, I have cross compiled a custom kernel for arm on my fedora box. I have used the follwing link to modify the kickstart file. http://wiki.meego.com/Image_Creation#Modifying_your_.ks But using mic-image -creator for raw image fails to create a k

Re: [MeeGo-dev] [MeeGo-community] MeeGo 1.0 Update for Netbooks

2010-08-10 Thread Auke Kok
On 08/10/10 12:02, Leonardo Luiz Padovani da Mata wrote: Is there any repository for these updates or they are located here: http://repo.meego.com/MeeGo/updates/1.0/netbook/repos/ia32/packages/ http://repo.meego.com/MeeGo/updates/1.0/core/repos/ia32/packages/ ? Thanks you've just answered your

Re: [MeeGo-dev] MeeGo 1.0 Update for Netbooks

2010-08-10 Thread Ryan Ware
On 08/10/2010 08:52 AM, Arjan van de Ven wrote: On 8/10/2010 2:04 AM, Glen Gray wrote: Process question, Are the rollup releases planned to happen on a fixed time basis or is a decision made to release a rollup when a certain number criteria are met, be that the number of critical bugs fi

Re: [MeeGo-dev] web-enabled

2010-08-10 Thread Thiago Macieira
On Tuesday 10. August 2010 16.32.34 Poussa Sakari wrote: > On 08/10/10 16:33, ext Ville M. Vainio wrote: > > On Tue, Aug 10, 2010 at 3:20 PM, Poussa Sakari wrote: > >>> here http://meego.com/developers/meego-api i read "Using Qt, you can > >>> write web-enabled applications", what do you mean? >

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Zhiyuan Lv
On Tue, 2010-08-10 at 09:31 -0600, Sivan Greenberg wrote: > Great, so it is mentioned in here: > http://wiki.meego.com/MeeGo_SDK_Graphics_Acceleration . > > Can we quick link this from the page where it explains how to execute > the image as a quick tip if it fails like it did for me? Yes. Above

Re: [MeeGo-dev] clutter and gtk

2010-08-10 Thread Mark S. Townsley
Thanks I understand that the current UI is built with clutter, is that correct? Mark On Tue, Aug 10, 2010 at 8:02 AM, Arjan van de Ven wrote: > On 8/10/2010 7:58 AM, Mark S. Townsley wrote: > >> >> Hi: >> >> I noticed that MeeGo comes with clutter and gtk. Since the SDK does not >> spell out

Re: [MeeGo-dev] About sysfs data size limitaion

2010-08-10 Thread Wang, Qi
> -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Wednesday, August 11, 2010 1:25 AM > To: Wang, Qi > Cc: meego-dev@meego.com; Khor, Andrew Chih Howe; okada; shimizu; miyata; > Masayuki Ohtake; Wang, Yong Y; Tomoya MORINAGA > Subject: Re: About sysfs data size limitaion >

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Wang, Qi
> -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Wednesday, August 11, 2010 1:14 AM > To: Masayuki Ohtak > Cc: meego-dev@meego.com; LKML; Wang, Qi; Wang, Yong Y; Khor, Andrew > Chih Howe; ar...@linux.intel.com > Subject: Re: [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE15

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_SPI driver to 2.6.35

2010-08-10 Thread Wang, Qi
> -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Wednesday, August 11, 2010 1:11 AM > To: Masayuki Ohtak > Cc: meego-dev@meego.com; LKML; Wang, Qi; Wang, Yong Y; Khor, Andrew > Chih Howe; ar...@linux.intel.com > Subject: Re: [MeeGo-Dev][PATCH] Topcliff: Update PCH_SPI dr

Re: [MeeGo-dev] Dose anyone run Meego of N900 image in QEMU successfully?

2010-08-10 Thread luu Meego
Hi, meego of N900 image in QEMU is successfully for you。 I want to ask you some questions: is your image start the handset UX or command line ? I start the image only command line in QEMU, can not start the handset UX. Can any one help? Thanks 2010/8/7 USA Linux UAE > Works for me too > Th

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Masayuki Ohtake
> > > +#define TRUE 1 > > > +#define FALSE 0 > > > > These lines should not be needed at all. > OKI-san, please remove them, Those definition is useless. Is the above definition is necessary? I can't find appropriate header file defines 'TRUE' and 'FALSE'. In addition, some drivers have these defi

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Wang, Qi
> -Original Message- > From: Masayuki Ohtake [mailto:masa-k...@dsn.okisemi.com] > Sent: Wednesday, August 11, 2010 10:15 AM > To: Greg KH; Wang, Qi > Cc: ar...@linux.intel.com; Khor, Andrew Chih Howe; Wang, Yong Y; LKML; > meego-dev@meego.com > Subject: Re: [MeeGo-Dev][PATCH] Topcliff: Upda

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Masayuki Ohtake
Hi Qi, > if (a == TRUE) isn't necessary. Just if (a)... so you needn't 'TRUE'. > If (a == FALSE)... isn't necessary also. Just if (!a).. I understand. I will delete TRUE/FALSE definition. Thanks, Ohtake. - Original Message - From: "Wang, Qi" To: "Masayuki Ohtake" ; "Greg KH" Cc: ;

Re: [MeeGo-dev] Receive awaits moderator approval Mail

2010-08-10 Thread Wang, Qi
Hi, Who is the maintainer of Meego-Dev? Ohtake-san write ' [MeeGo-Dev][PATCH] Topcliff: Update PCH_SPI driver to 2.6.35' to Meego-Dev, but get the attached warning E-Mail. He has subscribed to http://lists.meego.com/listinfo/meego-dev. Something wrong? Best Regards, Qi. > -Original Messa

Re: [MeeGo-dev] clutter and gtk

2010-08-10 Thread Arjan van de Ven
On 8/10/2010 5:51 PM, Mark S. Townsley wrote: Thanks I understand that the current UI is built with clutter, is that correct? some pieces of the core netbook UI (the panels and such) use clutter today yes. the handset ui for example does not. ___

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Masayuki Ohtake
Hi Qi-san I have found Macro 'TRUE' and 'FALSE' are used as setting value in the driver; still, can't I use TRUE/FALSE macro ? If not, How should we implement ? +static u32 pch_interrupt_pending(struct pch_dev *pch_pdata) +{ + + if (pch_pps_evt_get(pch_pdata) || pch_amms_evt_get(pch_pdata) || +

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Greg KH
On Wed, Aug 11, 2010 at 01:34:33PM +0900, Masayuki Ohtake wrote: > Hi Qi-san > > I have found Macro 'TRUE' and 'FALSE' are used as setting value in the > driver; still, > can't I use TRUE/FALSE macro ? > If not, How should we implement ? Use the 'bool' type, and 'true' and/or 'false' keywords in

[MeeGo-dev] Unsubscribe from Meego

2010-08-10 Thread Thomas, Sobin X
Hi Can somebody tell me how to unsubscribe from the Meego dev. Community. As I want to change to diff. address. Of email Br sobin ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] Unsubscribe from Meego

2010-08-10 Thread Gour D.
On Wed, 11 Aug 2010 14:06:53 +0900 >> "Sobin" == "Thomas, Sobin X"wrote: Sobin> Can somebody tell me how to unsubscribe from the Meego Sobin> dev. Community. Probably in a similar way as you subscribe...check footers of this message. Sincerely, Gour -- Gour | Hlapicina, Croatia | GPG

Re: [MeeGo-dev] missing an instruction bit

2010-08-10 Thread Jiang, Kerry
Suggest you send such discussion to meego-sdk mailing list (meego-...@meego.com ). -Kerry >-Original Message- >From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On >Behalf Of Sivan Greenberg >Sent: 2010年8月10日 23:32 >To: Development for the MeeGo Project (discussion l

[MeeGo-dev] Problem in Meego Handset Music source package

2010-08-10 Thread Karthick
Hi all, I have downloaded the meego-handset-music source package from the given path http://repo.meego.com/MeeGo/builds/1.0.80/daily/handset/repos/source/meego-handset-music-0.0.9-1.1.src.rpm I extracted and copied it in handset-sdk. I compiled it using qmake. while I was running it, I got the me

Re: [MeeGo-dev] Problem in Meego Handset Music source package

2010-08-10 Thread Zhao, Forrest
Could you tell how to reproduce the issue? Then report a bug in bugs.meego.com, we'll track and fix it. "NewPlaylist" is a placeholder now. Its function will be implemented in next couple weeks. Thanks, Forrest From: meego-dev-boun...@meego.com [mailto:meego-d

Re: [MeeGo-dev] Problem in Meego Handset Music source package

2010-08-10 Thread Karthick
Requirements: 1) Meego-handset-sdk 2) meego-handset-music source pakage - http://repo.meego.com/MeeGo/builds/1.0.80/daily/handset/repos/source/meego-handset-music-0.0.9-1.1.src.rpm Reproducibility in meego handset sdk: 1) Extract rpm package. 2) Then,Go to the following path /meego-handset-music-0

Re: [MeeGo-dev] Dose anyone run Meego of N900 image in QEMU successfully?

2010-08-10 Thread fathi.boudra
Hi, > is  your image  start the handset UX or command line ? command line > I start the image only command line in QEMU, can not start the handset UX. Which image do you use? afaik, meego-core contains X but doesn't contain UI. Anyway, the issue is known. We try to fix it and provide an image

[MeeGo-dev] How to assign -cpu option to qemu-arm-static while executing mic-chroot

2010-08-10 Thread Saya Sheng
Hi, After creating a armv7l loop image, I chroot into this loop image by mic-chroot. mic-chroot will execute qemu-arm-static. which cpu type will be emulated by default? How can I assign a cpu option to qemu-arm-static while executing mic-chroot? Thanks in advance. BR Saya ___

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Masayuki Ohtake
Hi Greg, > Use the 'bool' type, and 'true' and/or 'false' keywords instead. That > is the proper C idiom. I can do well. Thanks, Ohtake. - Original Message - From: "Greg KH" To: "Masayuki Ohtake" Cc: "Wang, Qi" ; ; "LKML" ; "Wang, Yong Y" ; "Khor, Andrew Chih Howe" ; Sent: Wednesd

Re: [MeeGo-dev] [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35

2010-08-10 Thread Masayuki Ohtake
Hi Balbi I can do well. Thanks! Ohtake. - Original Message - From: "Felipe Balbi" To: "ext Masayuki Ohtake" Cc: "Greg KH" ; "Wang, Qi" ; ; "Khor, Andrew Chih Howe" ; "Wang, Yong Y" ; "LKML" ; Sent: Wednesday, August 11, 2010 2:49 PM Subject: Re: [MeeGo-Dev][PATCH] Topcliff: Update

Re: [MeeGo-dev] Dose anyone run Meego of N900 image in QEMU successfully?

2010-08-10 Thread luu Meego
I download the image from the nokia Server: raw image: meego-handset-armv5tel-n900-nokia-proprietary-1.0.80.13.20100803.2-mmcblk0p.raw.bz2 kernel: meego-handset-armv5tel-n900-nokia-proprietary-1.0.80.13.20100803.2-vmlinuz-2.6.35%7Erc6-133.2-n900. first, I use qflasher replace the kernel qflasher -