Re: EINTR from open() with smart scheduler

2005-06-09 Thread Marc Aurele La France
On Wed, 8 Jun 2005, William Waghorn wrote: I've recently been trying to track down a problem where calls to XCreateFontSet unexpectedly fail. It turns out that while the X server process tries to open one of the requested fonts, there's a chance that the open call will fail with the error code

Re: Live Touchscreen Calibration [WAS: magictouch touch screen driver]

2005-06-09 Thread bruno schwander
It would be great if you could add that... what do you mean by "live calibration" ? It seems to me that calibration should be (mostly) a userland utility, that you do not want to run everytime the Xserver starts. I probably misunderstood what you meant. My only issue currently, is that if resolut

Live Touchscreen Calibration [WAS: magictouch touch screen driver]

2005-06-09 Thread Fred Gleason
On Tuesday 07 June 2005 16:04, Tristan Van Berkom wrote: > Since touchscreen drivers seem to be getting back in style, maybe > we should write up some live calibration support ;-) I'm game. I've actually been toying with the idea of doing something like this for the ELO drivers for some time. B

Re: SOS....I was frustrated by cross-compiling a TinyX server

2005-06-09 Thread Joe
Hi.. This problem is encountered when u use a script file or spec file to cross compile X Your host is executing the ARM binary...and obviously fails.. To crosscompile - just do the following unpack X4.4.0 sources create host.def and copy to xc/config/cf/ modify cross.def in xc/config/cf to yo

SOS....I was frustrated by cross-compiling a TinyX server

2005-06-09 Thread Kai.Niu
Hi ALL: I was so confusing about the cross compiling process about XFree86 package. I encountered such a weird error message like below. Dose anyone know what the “cc1” dose imply? I guess cc1 means a symbolic link so gcc. I make a cc1 symbol link to either arm-linux-gcc and native x86 g