Minimum version of XInput API?

2008-10-09 Thread Magnus Kessler
Hi, what's considered the minimum version of the XInput ABI an input driver needs to support these days? I see lots of #if GET_ABI_MAJOR in the xf86-input-synaptics driver that seem to support ancient ABI versions. Is this still appropriate? Regards, Magnus Kessler signature.asc

Re: XTerm exits immediatly with self-compiled xorg

2008-10-09 Thread Peter Hutterer
On Wed, Oct 08, 2008 at 06:59:33PM +0200, Clemens Eisserer wrote: The XKEYBOARD keymap compiler (xkbcomp) reports:^M Warning: Type ONE_LEVEL has 1 levels, but RALT has 2 symbols^M Ignoring extra symbols^M Errors from xkbcomp are not fatal to the X server^M You can

[PATCH] xf86-input-synaptics janitorial patches

2008-10-09 Thread Magnus Kessler
Hi, here are a few janitorial patches for the synaptics driver. The patches to the tools directory eliminate warnings flagged up by sparse. The patch to the driver code reduces the dependency on the mi code, which only needed to support an ancient XInput ABI version. Regards, Magnus Kessler

Re: Minimum version of XInput API?

2008-10-09 Thread Daniel Stone
On Thu, Oct 09, 2008 at 08:49:57AM +0100, Magnus Kessler wrote: what's considered the minimum version of the XInput ABI an input driver needs to support these days? I see lots of #if GET_ABI_MAJOR in the xf86-input-synaptics driver that seem to support ancient ABI versions. Is this still

Re: 1.4 - 1.5.1 performance regressions

2008-10-09 Thread Michel Dänzer
On Thu, 2008-10-09 at 11:02 +0200, Fabio wrote: I noticed some performance regression moving to a newer system with Xserver 1.5.1 from an 1.4 system with both XAA and EXA. Can you try current Git server-1.5-branch? Adam Jackson just backported the reduction of dixLookupPrivate() overhead,

Re: 1.4 - 1.5.1 performance regressions

2008-10-09 Thread Fabio
On Thu, 2008-10-09 at 11:02 +0200, Fabio wrote: I noticed some performance regression moving to a newer system with Xserver 1.5.1 from an 1.4 system with both XAA and EXA. Can you try current Git server-1.5-branch? Adam Jackson just backported the reduction of dixLookupPrivate()

1.4 - 1.5.1 performance regressions

2008-10-09 Thread Fabio
Hi, I noticed some performance regression moving to a newer system with Xserver 1.5.1 from an 1.4 system with both XAA and EXA. As a benchmark I am using GtkPerf [0] with gtkperf -a -c500 without compiz on a MacBook Pro with a Radeon RV530. While I noticed some improvement going from 1.5 to 1.5.1,

Re: 1.4 - 1.5.1 performance regressions

2008-10-09 Thread Lukas Hejtmanek
On Thu, Oct 09, 2008 at 11:41:21AM +0200, Michel Dänzer wrote: http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.5-branchid=8ef37c194fa08d3911095299413a42a01162b078 Well, doesn't it need also the patch that converts all DevPrivateKey key=key; to static int keyIndex; DevPrivateKey

Re: 1.4 - 1.5.1 performance regressions

2008-10-09 Thread Michel Dänzer
On Thu, 2008-10-09 at 15:47 +0200, Lukas Hejtmanek wrote: On Thu, Oct 09, 2008 at 11:41:21AM +0200, Michel Dänzer wrote: http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.5-branchid=8ef37c194fa08d3911095299413a42a01162b078 Well, doesn't it need also the patch that converts all

Re: XTerm exits immediatly with self-compiled xorg

2008-10-09 Thread Dan Nicholson
On Thu, Oct 9, 2008 at 12:38 AM, Michel Dänzer [EMAIL PROTECTED] wrote: On Wed, 2008-10-08 at 18:59 +0200, Clemens Eisserer wrote: I am currently trying to build xorg from git, and it mostly works except some font stuff. When I try to start xterm it quits immediatly with the following

Re: 1.4 - 1.5.1 performance regressions

2008-10-09 Thread Adam Jackson
On Thu, 2008-10-09 at 11:14 +0200, Michel Dänzer wrote: On Thu, 2008-10-09 at 11:02 +0200, Fabio wrote: I noticed some performance regression moving to a newer system with Xserver 1.5.1 from an 1.4 system with both XAA and EXA. Can you try current Git server-1.5-branch? Adam Jackson

Re: Looking for registers reference for Oak OTI64111 (Spitfire)

2008-10-09 Thread Adam Jackson
On Tue, 2008-10-07 at 19:28 -0500, Alex Villací­s Lasso wrote: Recently I dug up a very old graphics card, an Oak Spitfire OTI-64111 by Oak Technologies. After looking up information for it in Google, I found that there is no specific driver for xorg (although there are plenty of mirrors

Re: XTerm exits immediatly with self-compiled xorg

2008-10-09 Thread Adam Jackson
On Thu, 2008-10-09 at 09:38 +0200, Michel Dänzer wrote: On Wed, 2008-10-08 at 18:59 +0200, Clemens Eisserer wrote: I am currently trying to build xorg from git, and it mostly works except some font stuff. When I try to start xterm it quits immediatly with the following messages:

Re: [PATCH] Xi: check all handlers before applying property changes.

2008-10-09 Thread Simon Thum
Peter Hutterer wrote: right now, the properties are documented in the header files that define their names. They should eventually be added to the man pages, once they settle down a bit. Fine, I'll be including a header. So based on the current implementation (the one that is in master),

xf86-video-xgi and xf86-video-xgixp

2008-10-09 Thread Jim Gettys
Ian, These drivers don't build due to needing TLC for xf86Version.h problems. Are you still maintaining these? If not, the maintainer's file presumably should be updated... Best Regards, - Jim -- Jim Gettys [EMAIL PROTECTED] One Laptop Per

Re: 1.4 - 1.5.1 performance regressions

2008-10-09 Thread Michel Dänzer
On Thu, 2008-10-09 at 11:35 +0200, Fabio wrote: On Thu, 2008-10-09 at 11:02 +0200, Fabio wrote: I noticed some performance regression moving to a newer system with Xserver 1.5.1 from an 1.4 system with both XAA and EXA. Can you try current Git server-1.5-branch? Adam Jackson

Re: XTerm exits immediatly with self-compiled xorg

2008-10-09 Thread Clemens Eisserer
I think you need to build xserver with --disable-builtin-fonts. Thanks a lot, that worked :) /etc/fonts/ is configuration for the fontconfig library, not the X server. Ah, ok. Thanks, Clemens ___ xorg mailing list xorg@lists.freedesktop.org

[PATCH] RFC: remove support for XInput ABI 0.x from xf86-input-synaptics driver

2008-10-09 Thread Magnus Kessler
This series of patches removes support for the ancient XInput ABI 0.x from the synaptics driver, which in turn makes some more cleanup patches possible. There seems to be a consensus that supporting XInput ABI older than 2.x is not really needed any more [1]. Caveat: do we need some changes to

Re: [PATCH] xf86-input-synaptics: update .gitignore

2008-10-09 Thread Peter Hutterer
On Thu, Oct 09, 2008 at 11:41:27PM +0100, Magnus Kessler wrote: The attached patch lets git ignore pkgconfig files. Thanks, pushed. Cheers, Peter ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg