Re: [PATCH] xfree86: Disable all hotplugging features without CONFIG_HAL

2009-01-29 Thread Rémi Cardona
Le 29/01/2009 02:19, Peter Hutterer a écrit : Why do we need that on top of commit ace38fafb062372dcd3d56378b5b8f86525c6241? xfree86: without CONFIG_HAL, Auto{Add|Enable}Devices and AEI is false. Dan, you might want to grab commit a54153e669fd293a47f0077bf25505dd545ddce2 along with Peter's

Re: general question: xorg Nvdriver

2009-01-29 Thread Fabio
Okay - thank you both. I didn't know that this is an artifact - ergo useless. But ... I'm again, at the beginning ... Backtrace: 0: /home/fl0/mpxcompiz/bin/Xorg(xorg_backtrace+0x3b) [0x80e829b] 1: /home/fl0/mpxcompiz/bin/Xorg(xf86SigHandler+0x51) [0x809ccb1] 2: [0xb80ea400] 3:

Re: libXrender - documentation?

2009-01-29 Thread Charles Lindsey
In 49809721.2020...@sun.com Alan Coopersmith alan.coopersm...@sun.com writes: Charles Lindsey wrote: RENDER extension not supported by server Aaaarhh! Render support on Solaris 10 depends on which X server drivers you use. On x86/x64 hardware, use the

[PATCH] Stop hammering XKB defaults

2009-01-29 Thread Dan Nicholson
With the new InitKeyboardDeviceStruct, we can just pass the RMLVO we want without setting the defaults first. --- I didn't actually test this yet, but I thought this was one of the benefits of the new InitKeyboardDeviceStruct. What do you think? src/evdev.c |1 - 1 files changed, 0

Re: Recent input changes

2009-01-29 Thread Ben Gamari
On Sun, Jan 25, 2009 at 6:35 PM, Peter Hutterer peter.hutte...@who-t.net wrote: FWIW, I had problems with my Alt key not working after updating. Creating a test user worked fine though, and after removing the .gnome2 and .gnome2_private directories in my home directory everything was ok again.

Current tinderbox regression (libXext)

2009-01-29 Thread Chris Ball
http://tinderbox.x.org/builds/2009-01-29-0028/logs/libXext/#build extutil.c:262: error: conflicting types for 'XSetExtensionErrorHandler' /home/cjb/xorg-build/include/X11/extensions/Xext.h:41: error: previous declaration of 'XSetExtensionErrorHandler' was here extutil.c: In function

Re: bug in xfont xlfd rounding code

2009-01-29 Thread James Cloos
I took a look at the various versions of ieee754.h in glibc. The most significant difference is in long doubles. (As an example, IBM uses a pair of doubles, one for the most significant bits and one for the least significant bits, but each is usable as is as a double.) In total, there are 5

Re: client-side font rendering very very slow in X.org xserver 1.5.3 w/r200: massive fetches from VRAM, why?

2009-01-29 Thread Alex Deucher
On Thu, Jan 29, 2009 at 4:16 PM, Nix n...@esperi.org.uk wrote: I'm posting this here rather than reporting this on bz mainly because something very similar has been reported on this list by at least one other person in the past few months[1]: at the time, the assumption was that this was

Re: client-side font rendering very very slow in X.org xserver 1.5.3 w/r200: massive fetches from VRAM, why?

2009-01-29 Thread Nix
On 29 Jan 2009, Alex Deucher uttered the following: Are you using the same version of kde on both systems? IIRC kde 4 switched to using a1 surfaces for font rendering which isn't currently accelerated by EXA. Notice the _a1 fetch below. No change there: KDE 3.5.9 across the board, although

Re: client-side font rendering very very slow in X.org xserver 1.5.3 w/r200: massive fetches from VRAM, why?

2009-01-29 Thread Clemens Eisserer
Are you using the same version of kde on both systems? IIRC kde 4 switched to using a1 surfaces for font rendering which isn't currently accelerated by EXA. Notice the _a1 fetch below. I've seen quite many different reports about slow EXA which turned out to be caused by the A1 mask format (I

Current tinderbox regression (libXi)

2009-01-29 Thread Chris Ball
http://tinderbox.x.org/builds/2009-01-29-0034/logs/libXi/#configure configure: error: Package requirements (xproto = 7.0.13 x11 = 1.1.99.1 xextproto = 7.0.3 xext = 1.0.99.1 inputproto = 1.9.99.6) were not met: Requested 'xext = 1.0.99.1' but version of Xext is 1.0.5 -- Chris Ball

Re: Current tinderbox regression (libXi)

2009-01-29 Thread Paulo César Pereira de Andrade
Chris Ball wrote: http://tinderbox.x.org/builds/2009-01-29-0034/logs/libXi/#configure configure: error: Package requirements (xproto = 7.0.13 x11 = 1.1.99.1 xextproto = 7.0.3 xext = 1.0.99.1 inputproto = 1.9.99.6) were not met: Requested 'xext = 1.0.99.1' but version of Xext is 1.0.5 I

Re: Recent input changes

2009-01-29 Thread Peter Hutterer
On Thu, Jan 29, 2009 at 02:23:31AM -0200, Paulo César Pereira de Andrade wrote: Hint on how I did test the patch, and some intermediate versions that would fail to load due to unresolved symbols; add to /etc/X11/xorg.conf something like: -%- Section InputDevice Identifier Mouse1

Current tinderbox regression (xserver)

2009-01-29 Thread Chris Ball
http://tinderbox.x.org/builds/2009-01-30-0005/logs/xserver/#build In file included from ../Xext/panoramiX.h:43, from dispatch.c:134: /home/cjb/xorg-build/include/X11/extensions/panoramiXext.h:48: error: expected ')' before '*' token /home/cjb/xorg-build/include/X11/extensions/panoramiXext.h:53:

Re: Current tinderbox regression (xserver)

2009-01-29 Thread Paulo César Pereira de Andrade
Chris Ball wrote: http://tinderbox.x.org/builds/2009-01-30-0005/logs/xserver/#build In file included from ../Xext/panoramiX.h:43, from dispatch.c:134: /home/cjb/xorg-build/include/X11/extensions/panoramiXext.h:48: error: expected ')' before '*' token

[PATCH 0/5] PANORAMIX cleanup patches

2009-01-29 Thread Peter Hutterer
The PANORAMIX code has a uncanny tendency to duplicate everything, even if the actual different between core and PanoramiX is actually just a few lines. This is incredibly annoying when breaking internal APIs. These patches de-duplicate the more obvious cases. Please review and test if you have

[PATCH 1/5] dix: Get rid of XineramaCheckVirtualMotion.

2009-01-29 Thread Peter Hutterer
Yes, this is an ugly piece mess of #ifdefs, but it beats having two nearly identical functions. --- dix/events.c | 146 -- 1 files changed, 61 insertions(+), 85 deletions(-) diff --git a/dix/events.c b/dix/events.c index 17e7142..5024237

[PATCH 2/5] dix: reduce redunancy in XineramaConfineCursorToWindow.

2009-01-29 Thread Peter Hutterer
--- dix/events.c | 75 + 1 files changed, 33 insertions(+), 42 deletions(-) diff --git a/dix/events.c b/dix/events.c index 5024237..f42bf63 100644 --- a/dix/events.c +++ b/dix/events.c @@ -549,52 +549,44 @@

[PATCH 4/5] dix: remove XineramaChangeToCursor.

2009-01-29 Thread Peter Hutterer
It's nearly identical to ChangeToCursor now anyway. --- dix/events.c | 38 ++ 1 files changed, 10 insertions(+), 28 deletions(-) diff --git a/dix/events.c b/dix/events.c index 2b501aa..abee4b9 100644 --- a/dix/events.c +++ b/dix/events.c @@ -550,24 +550,6 @@

[PATCH 5/5] dix: deduplicate SyntheticMotion.

2009-01-29 Thread Peter Hutterer
--- dix/events.c | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/dix/events.c b/dix/events.c index abee4b9..f677bb6 100644 --- a/dix/events.c +++ b/dix/events.c @@ -402,15 +402,21 @@ static CARD8 criticalEvents[32] = 0x7c, 0x30, 0x40

Re: Current tinderbox regression (libXi)

2009-01-29 Thread Peter Hutterer
On Fri, Jan 30, 2009 at 01:48:36AM -0200, Paulo César Pereira de Andrade wrote: I think this is kind of a flaw in http://xorg.freedesktop.org/wiki/Development/Documentation/VersionNumberScheme that may happen in other packages if for some reason an intermediate release must be done. In

Re: client-side font rendering very very slow in X.org xserver 1.5.3 w/r200: massive fetches from VRAM, why?

2009-01-29 Thread Michel Dänzer
On Thu, 2009-01-29 at 23:02 +0100, Clemens Eisserer wrote: Are you using the same version of kde on both systems? IIRC kde 4 switched to using a1 surfaces for font rendering which isn't currently accelerated by EXA. Notice the _a1 fetch below. I've seen quite many different reports about