How to convert the server time in xEvent to system time?

2004-08-10 Thread Weidong Cui
Hi, There, xEvent.u.keyButtonPointer.time (aka 'server time'?), defined in X11/Xproto.h, indicates the number of milliseconds elapsed since the X server started. I want to convert it to an absolute time which then can be compared with times recorded by gettimeofday () in some other program.

Re: Driver (i810) ignores modeline directives in Config File

2004-08-10 Thread Nqnsome
No replies ... No solutions ... Too sad ... :'( Nqnsome wrote: Hi, I have a Compal CY27 laptop with the 82852/855GM Integrated Graphics Device (rev 02) (lspci output). Even though the BIOS allow me to change the memory allocated to video (32M right now), Xfree only see two built in modes: (**)

Re: Driver (i810) ignores modeline directives in Config File

2004-08-10 Thread Tim Roberts
Nqnsome wrote: No replies ... No solutions ... Too sad ... :'( I'm not sure what you're complaining about. The thread you replied to, which you included in your quoted text, includes the solution to your problem. -- - Tim Roberts, [EMAIL PROTECTED] Providenza Boekelheide, Inc. Nqnsome

Re: How to convert the server time in xEvent to system time?

2004-08-10 Thread Oliver Welter
Am 11.08.2004 00:31:59 schrieb(en) Weidong Cui: Hi, There, xEvent.u.keyButtonPointer.time (aka 'server time'?), defined in X11/Xproto.h, indicates the number of milliseconds elapsed since the X server started. I want to convert it to an absolute time which then can be compared with times

RE: How to convert the server time in xEvent to system time?

2004-08-10 Thread Weidong Cui
Hi, Oliver, Thanks a lot for your reply. I tried this idea before. But the time of the start of the X server I got in this way was not accurate enough for my purpose. Does anybody know how X computes the time stamp for xEvents? Thanks, Weidong Cui I don't know much about this, but I would