Re: Does XOrg not have any proper HID support at all?

2010-07-26 Thread Cedric Sodhi
The device responds on the axes and the data is provided by X (xinput test returns a 6 dimensional motion vector), the problem is that only two axes can be CONFIGURED (for example button mapped) - at least the manual only mentions X and Y axes, mouse still had a Z-axes for scroll which was one

RE: Glyph rendering

2010-07-26 Thread Huang, FrankR
Based on the debug and experiment, geode graphics processor will be used for the middle dword PictOpAdd operation rendering. Because there is no writemask in geode HW, so modulus(%) with 4 must be garanteed using this method at first. With the code improvement, if the destination start point can

Re: Does XOrg not have any proper HID support at all?

2010-07-26 Thread Daniel Stone
On Mon, Jul 26, 2010 at 07:59:56AM +0200, Cedric Sodhi wrote: The device responds on the axes and the data is provided by X (xinput test returns a 6 dimensional motion vector), the problem is that only two axes can be CONFIGURED (for example button mapped) - at least the manual only mentions

Re: Does XOrg not have any proper HID support at all?

2010-07-26 Thread Cedric Sodhi
Errata: If you know a GIMP specific or any solution to it, of course I'd like to hear it! I just meant that it could distract the discussion :) On 07/26/2010 03:30 PM, Cedric Sodhi wrote: Ok, in all detail, I would not have neglected to describe the whole situation if I had known that you'd

Re: [PATCH] configure.ac: Include math.h when checking for sqrt/cbrt

2010-07-26 Thread Daniel Stone
On Mon, Jul 26, 2010 at 05:48:10PM +0200, Mark Kettenis wrote: From: Daniel Stone dan...@fooishbar.org Date: Mon, 26 Jul 2010 16:31:15 +0100 sqrt and cbrt are only defined in math.h, so we have to include that when checking for them, lest we miss it, and then some other header pulling

Re: [PATCH] configure.ac: Include math.h when checking for sqrt/cbrt

2010-07-26 Thread Mark Kettenis
Date: Mon, 26 Jul 2010 16:55:20 +0100 From: Daniel Stone dan...@fooishbar.org On Mon, Jul 26, 2010 at 05:48:10PM +0200, Mark Kettenis wrote: From: Daniel Stone dan...@fooishbar.org Date: Mon, 26 Jul 2010 16:31:15 +0100 =20 sqrt and cbrt are only defined in math.h, so we have to

Re: Does XOrg not have any proper HID support at all?

2010-07-26 Thread Pauli Nieminen
On Mon, Jul 26, 2010 at 4:30 PM, Cedric Sodhi man...@gmx.net wrote: Ok, in all detail, I would not have neglected to describe the whole situation if I had known that you'd like to hear it - was just trying to keep it short, or, as I usually put it: I was trying to keep it abstract to make it

X.Org modular build problem with xcb

2010-07-26 Thread Trevor Woerner
Hi, I'm not sure if this is the correct place to post this but I'm trying to build X.Org from git using the wiki instructions for building the modular tree found at: http://xorg.freedesktop.org/wiki/ModularDevelopersGuide When the util/modular/build.sh script tries to build xcb/libxcb it fails.

Bug: Deadlock for multi-threaded glx apps inside __glXInitialize()

2010-07-26 Thread Mario Kleiner
Hi Kristian Testing with current mesa master, my toolkit deadlocks on the first call to a glX function (glXChooseVisual()). The deadlock was probably introduced by your recent commit: glx: Use _Xglobal_lock for protecting extension display list ab434f6b7641a64d30725a9ac24929240362d466 The

Re: X.Org modular build problem with xcb

2010-07-26 Thread Gaetan Nadon
On Mon, 2010-07-26 at 17:38 -0400, Trevor Woerner wrote: File /usr/lib/python2.6/site-packages/xcbgen/state.py, line 94, in resolve item.resolve(self) You need the package xcb-proto-1.2 or later which has an xcbgen sub directory which gets installed in

Re: Does XOrg not have any proper HID support at all?

2010-07-26 Thread Peter Hutterer
On Mon, Jul 26, 2010 at 03:30:33PM +0200, Cedric Sodhi wrote: Ok, in all detail, I would not have neglected to describe the whole situation if I had known that you'd like to hear it - was just trying to keep it short, or, as I usually put it: I was trying to keep it abstract to make it as