Re: Bad 2D performance with xf86-video-ati driver on RV350 AR [Radeon 9600]

2008-12-22 Thread Alex Deucher
On Sun, Dec 21, 2008 at 4:41 PM, Patrick Haller patrick.hal...@haller-consult.com wrote: Hello everybody, it's been quite a while since I last participated in F/OSS development, but wanted to take a plunge into xorg-server (or Clemens' great jxrender) in the x-mas vacation. Following how

Re: Bad 2D performance with xf86-video-ati driver on RV350 AR [Radeon 9600]

2008-12-22 Thread Michel Dänzer
On Sun, 2008-12-21 at 22:41 +0100, Patrick Haller wrote: From d5719514dd2eed4ecef9e4c8e8efe3724728cf65 Mon Sep 17 00:00:00 2001 From: Patrick Haller patrick.hal...@haller-consult.com Date: Sun, 21 Dec 2008 22:30:51 +0100 Subject: [PATCH] Off-by-one when checking chipset limits caused exa

Re: intel X.org crashes on current branches and GM965

2008-12-22 Thread Michel Dänzer
On Sun, 2008-12-21 at 13:01 +, Magnus Kessler wrote: On Sunday 21 December 2008, Tobias Hain wrote: Hello, Yesterday I upgraded to 2.6.28-rc9, cleaned all build files, ran autoconfig again and built the binaries: [snip] running KDE 4.1.2. I do see the 2D Desktop just fine, but

Re: xf86-input-synaptics 0.99.3

2008-12-22 Thread Colin Guthrie
Hi, 'Twas brillig, and Peter Hutterer at 14/12/08 23:45 did gyre and gimble: A few compilation issues fixed. Here's another beta that should now work with BSD again and with older X servers (INPUT ABI 0). I have someone using this version of my package and they are reporting some odd

Re: Trying to use Radeon driver on Apple eMac

2008-12-22 Thread Alex Deucher
On Mon, Dec 22, 2008 at 2:48 AM, Kerry Hall kerryh...@gmail.com wrote: Hey Alex! Yes, this is another 1.25 Ghz eMac, with a Radeon 9200. I need to compile the ATI driver from git? What version of the driver would this be, and how do I compile it? I tried the Connector Table option and the

Re: xf86-input-synaptics 0.99.3

2008-12-22 Thread Peter Hutterer
On Mon, Dec 22, 2008 at 09:17:33AM +, Colin Guthrie wrote: I have someone using this version of my package and they are reporting some odd behaviour. If they start the xserver with a USB mouse plugged in his touchpad does not work as the module is unloaded with little explanation.

Re: More XI 1.5 questions

2008-12-22 Thread Peter Hutterer
On Thu, Dec 18, 2008 at 01:30:41PM +0100, Thomas Jaeger wrote: Hi, I've got a few more questions on input behavior. The second issue I encountered was a change in XTest behavior. It's not possible anymore for the core pointer and the devices to be in an inconsistent state where a

Re: [PATCH] Don't release passive grabs unless all buttons are up

2008-12-22 Thread Peter Hutterer
On Sun, Dec 21, 2008 at 10:14:53PM +0100, Thomas Jaeger wrote: This turned out to be a little bit trickier than I initially thought, since buttonsDown counts the number of physical buttons that are down, before they are mapped to logical buttons. Makes sense. I haven't tested the patch, but it

[PATCH 1/4] Don't reuse PKG_CHECK_MODULES identifiers

2008-12-22 Thread Dan Nicholson
Using GL for the PKG_CHECK_MODULES identifier multiple times means only the first call will actually be used. Later calls will be skipped due to GL_CFLAGS and GL_LIBS already being set. This changes DRI to using a different identifier and DMX to just reusing GL_CFLAGS. Signed-off-by: Dan

[PATCH 2/4] dmx: Require newer libXi for XQueryInputVersion

2008-12-22 Thread Dan Nicholson
Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- configure.ac |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index db581e5..e467c10 100644 --- a/configure.ac +++ b/configure.ac @@ -1628,7 +1628,9 @@ AM_CONDITIONAL(STANDALONE_XPBPROXY,

[PATCH 3/4] Kill off --with-mesa-source completely

2008-12-22 Thread Dan Nicholson
There were a few spots left in the source that were using the --with-mesa-source defined headers or the now removed $(top_srcdir)/GL directory. These aren't needed anymore as all the necessary source for GLX is in $(top_srcdir)/glx. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- Jeremy,

[PATCH 4/4] Ignore generated dmx manpages

2008-12-22 Thread Dan Nicholson
Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- hw/dmx/.gitignore|2 ++ hw/dmx/config/.gitignore |6 ++ 2 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 hw/dmx/.gitignore create mode 100644 hw/dmx/config/.gitignore diff --git a/hw/dmx/.gitignore

Re: [PATCH 2/4] dmx: Require newer libXi for XQueryInputVersion

2008-12-22 Thread Peter Hutterer
On Mon, Dec 22, 2008 at 02:31:03PM -0800, Dan Nicholson wrote: Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- configure.ac |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index db581e5..e467c10 100644 --- a/configure.ac +++

[ANNOUNCE] xf86-video-ati 6.9.0.91 - release candidate

2008-12-22 Thread Dave Airlie
This is a pre-release of what will be called xf86-video-ati 6.9.1 Pre-release notes: This contains a lot of bugfixes/enhancements, highlights include Output support for all radeon chips from r100 to rv730 (mergedfb accel for all r600 and newer) - rv710/730 DCE3.2 support -

Re: xf86-input-synaptics 0.99.3

2008-12-22 Thread Colin Guthrie
'Twas brillig, and Peter Hutterer at 22/12/08 10:51 did gyre and gimble: On Mon, Dec 22, 2008 at 09:17:33AM +, Colin Guthrie wrote: I have someone using this version of my package and they are reporting some odd behaviour. If they start the xserver with a USB mouse plugged in his

Re: X Server 1.6.99.1 HAL - XI Problems Pt2

2008-12-22 Thread Florian Lier
Dan Nicholson schrieb: 2008/12/22 Florian Lier f...@icram.de: Dan Nicholson schrieb: 2008/12/22 Florian Lier f...@icram.de: Good evening everybody (CET), I'm currently testing Peter Hutterers' XI. AFAIK you don't need any device configuration via xorg.conf, instead you choose evdev (e.g.

Re: X Server 1.6.99.1 HAL - XI Problems

2008-12-22 Thread Florian Lier
Nope :/ I just installed libhal-dev libdbus-1-dev. Now I am off to compile x again. (btw its 2:30 am now != University @9 am) I'll report the result l8r. cheers, fl0 Peter Hutterer schrieb: On Tue, Dec 23, 2008 at 01:19:20AM +0100, Florian Lier wrote: nope, the server uses the default

XRender - hardware acceleration

2008-12-22 Thread Bipin George Mathew
Can XRender be hardware accelerated? If yes, how is it implemented in XServer - Does it internally use OpenGL which is hardware-accelerated OR does it have direct accl. support on the hardware? Thanks, Bipin ___ xorg mailing list

Re: [ANNOUNCE] xf86-video-ati 6.9.0.91 - release candidate

2008-12-22 Thread Gene Heskett
On Monday 22 December 2008, Dave Airlie wrote: This is a pre-release of what will be called xf86-video-ati 6.9.1 Pre-release notes: This contains a lot of bugfixes/enhancements, highlights include Output support for all radeon chips from r100 to rv730 (mergedfb accel for all r600 and newer) -