[nodejs] Question on V8 version

2014-02-08 Thread Samuel Xu
I am a newbie of node.js, there is some entry level questions.. I saw currently Node.js is using V8 version 3.14.5 (a 2012/Oct version), while my chrome browser is already using V8 3.22.24.17 Q1: Is there any rule of Node.js to choose stay on which V8 version? Q2: Can I assume v8 source inside

Re: [MeeGo-dev] Still question on MeeGo on devkit8000

2010-09-16 Thread Samuel Xu
installing a pre-compiled one for N900. Is my understanding correctly? Samuel 2010/9/16 Amit Pundir pundira...@gmail.com: On Thu, Sep 16, 2010 at 3:35 PM, Samuel Xu samuel.xu.t...@gmail.com wrote: Hi: I hit the simiar issue(booted, while no X) as vijay singh, when I want to run MeeGo on top

[Pixman] Question on libpixman's PIXMAN_FB_ACCESSORS

2010-07-27 Thread Samuel Xu
I noticed the PIXMAN_FB_ACCESSORS might not be defined/enabled for pixman lib in current build. inside pixman-accessor.h #ifdef PIXMAN_FB_ACCESSORS ... #else .. #endif Could any kindly share viewpoint of PIXMAN_FB_ACCESSORS? E.g. Is it obsolete or it only can be enabled for some platform with

How to read time stamp from HPET timer from device driver?

2010-07-13 Thread Samuel Xu
HI: I am a freshman for HPET timer. Previously, I use TSC counter, to use rdtsc to get the time stamp. elapsed cycle can be counter from 2 time stamps. As a advanced replacement of TSC, I suppose HPET timer can be conveniently to read time stamp from both kernel mode user and user mode apps.

Re: How to read time stamp from HPET timer from device driver?

2010-07-13 Thread Samuel Xu
Hi, Cascardo: Thanks for reply! I just want to get the guide on some sample code of HPET usage invoked from kernel mode driver. Any directly guide? Thanks! 2010/7/13 Thadeu Lima de Souza Cascardo casca...@holoscopio.com: On Tue, Jul 13, 2010 at 05:39:11PM +0800, Samuel Xu wrote: I tried

Question on uvcvideo driver's power management

2010-06-29 Thread Samuel Xu
Question on uvcvideo driver's power management: Q1: We found some USB material mentioned : Relationship between ACPI Dx states and USB PM states (active/suspended) is orthogonal. Suspend/resume might not effect device Dx state(e.g. D0/D1/D3). Is it a correct statement for general usb device and

Hello to Linux Media mail list

2010-06-25 Thread Samuel Xu
It is my first post to linux-media, sorry for NULL msg. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Question on newly build uvcvideo.ko

2010-06-25 Thread Samuel Xu
HI: I am using a ASUS netbook with a USB 2.0 web camera (04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC WebCam / CNF7129) I installed Linux, and the default uvcvideo.ko works (I tried gstreamer-properties, which can find CNF7129 device and show correct video camera test). While I want to try the

Re: Question on newly build uvcvideo.ko

2010-06-25 Thread Samuel Xu
driver (v0.1.0) 2010/6/25 Laurent Pinchart laurent.pinch...@ideasonboard.com: Hi Samuel, On Friday 25 June 2010 11:25:13 Samuel Xu wrote: HI: I am using a ASUS netbook with a USB 2.0 web camera (04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC WebCam / CNF7129) I installed Linux

Re: Question on newly build uvcvideo.ko

2010-06-25 Thread Samuel Xu
Hi, Pinchart: Appreciate your possible comments on those dmesg info. Samuel 2010/6/25 Samuel Xu samuel.xu.t...@gmail.com: One correction: After make and make install, uvcvideo module can't auto loaded any more. I must manually insmod uvcvideo.ko to load it. Here is lsmod result, I never