[ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Keith Packard
Thanks to Ajax for moving the DRI2 changes into the 1.6 branch, now I've pulled the remaining queued patches and have pushed this as 1.6.1.902 (1.6.2 RC2). If no-one finds any catastrophic bugs, I'll push this out as 1.6.2 shortly. -keith Adam Jackson (5): vfb: Fix depth setup. EDID:

Re: xf86-video-intel: man/intel.man src/i830_driver.c src/i830.h

2009-06-29 Thread Zhenyu Wang
On 2009.06.24 09:26:27 -0700, Jesse Barnes wrote: On Wed, 24 Jun 2009 10:37:34 +0200 Michel Dänzer mic...@daenzer.net wrote: On Wed, 2009-06-24 at 10:33 +0200, Michel Dänzer wrote: On Tue, 2009-06-23 at 15:06 -0700, Jesse Barnes wrote: @@ -2663,10 +2665,23 @@ I830ScreenInit(int

Re: xserver: Branch 'server-1.6-branch' - 10 commits

2009-06-29 Thread RALOVICH , Kristóf
On Sun, Jun 28, 2009 at 08:40, Brice Goglinbrice.gog...@ens-lyon.org wrote: Brice Goglin wrote: Ian Romanick wrote: Brice Goglin wrote: This backport breaks the ABI (somewhere between 4cb4c210 and 6be19e8f, I couldn't finish the bisect). The server reproducibly freezes a couple seconds

[PATCH] glx: remove Xgl leftover

2009-06-29 Thread RALOVICH , Kristóf
Compile tested and grep found no references. Please review and apply. Thanks, Kristof From 21c6b89d0bba8efff847b6e88cbb76dc1d05d598 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?RALOVICH,=20Krist=C3=B3f?= tad...@freemail.hu Date: Mon, 29 Jun 2009 15:18:56 +0200 Subject: [PATCH] glx: remove Xgl

[PATCH] glx: damage is only used with DRI

2009-06-29 Thread RALOVICH , Kristóf
Compile tested. Please review and apply. Thanks, Kristof From 903dcd1692d4857e50f7ac6b073092d952a251ac Mon Sep 17 00:00:00 2001 From: =?utf-8?q?RALOVICH,=20Krist=C3=B3f?= tad...@freemail.hu Date: Mon, 29 Jun 2009 15:52:06 +0200 Subject: [PATCH 2/2] glx: damage is only used with DRI ---

Mouse doesn't work until I logout. Affects all DM's

2009-06-29 Thread Greg Martyn
Hi, I'm having what are probably two problems with my mouse right now. First, when I first start my computer up and log in, the mouse acts erratically. The cursor moves around like normal, but when I click it's as if the click event is happening somewhere else on the screen. For example, I may

Scaling with an embedded X server.

2009-06-29 Thread David Moffatt
I have a set up where I use Xpehyr to display an X-display inside of an x-window app. I need to increase the resolution of the embedded display but I also need to keep the hosting window the same size. Does anyone have any suggestions on how to scale? Is there scaling in the Xorg server that

Re: xf86-video-intel: man/intel.man src/i830_driver.c src/i830.h

2009-06-29 Thread Jesse Barnes
On Mon, 29 Jun 2009 16:16:54 +0800 Zhenyu Wang zhen...@linux.intel.com wrote: On 2009.06.24 09:26:27 -0700, Jesse Barnes wrote: On Wed, 24 Jun 2009 10:37:34 +0200 Michel Dänzer mic...@daenzer.net wrote: On Wed, 2009-06-24 at 10:33 +0200, Michel Dänzer wrote: On Tue, 2009-06-23 at

Re: strange keyboard behavior

2009-06-29 Thread George R Goffe
Peter, Thanks for your response. I gave up and re installed my system including the drivers. I did this in stages, testing the keyboard after each activity. No problems so far. Thanks again, George... It's not what you know that hurts you, It's what you know that ain't so. Wil Rogers ---

Re: xf86-video-chips driver support for multiple heads CPU to Screen Color Expansion

2009-06-29 Thread Donald Kayser
A link to the source is http://kayser.net/xf86-video- chips.src.tar.gz The only files modified are ones in xf86-video- chips/src. I tried to attach the tarball but could not due to size constraints. I don't have the time to learn how to patch in the manner that this organization expects,

[ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Keith Packard
Thanks to Ajax for moving the DRI2 changes into the 1.6 branch, now I've pulled the remaining queued patches and have pushed this as 1.6.1.902 (1.6.2 RC2). If no-one finds any catastrophic bugs, I'll push this out as 1.6.2 shortly. -keith Adam Jackson (5): vfb: Fix depth setup. EDID:

Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Robby Workman
On Mon, 29 Jun 2009 16:03:20 -0700 Keith Packard kei...@keithp.com wrote: Thanks to Ajax for moving the DRI2 changes into the 1.6 branch, now I've pulled the remaining queued patches and have pushed this as 1.6.1.902 (1.6.2 RC2). If no-one finds any catastrophic bugs, I'll push this out as

Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Keith Packard
On Mon, 2009-06-29 at 23:42 -0500, Robby Workman wrote: i830_dri.c:66:18: error: dri2.h: No such file or directory I'll bet you have an old version of dri2 proto, which caused the server to not build DRI2 support. -- keith.pack...@intel.com signature.asc Description: This is a digitally

Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Robby Workman
On Mon, 29 Jun 2009 22:10:10 -0700 Keith Packard kei...@keithp.com wrote: On Mon, 2009-06-29 at 23:42 -0500, Robby Workman wrote: i830_dri.c:66:18: error: dri2.h: No such file or directory I'll bet you have an old version of dri2 proto, which caused the server to not build DRI2 support.

Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Rémi Cardona
Le 30/06/2009 01:03, Keith Packard a écrit : Kristian Høgsberg (1): Support setTexBuffer2 in AIGLX. Keith, That patch requires either some #ifdefs to make it build with mesa 7.4, or mesa's minimum version needs to be pushed to 7.5 in configure.ac. I have a preference for the former

Re: [ANNOUNCE] xorg-server 1.6.1.902

2009-06-29 Thread Rémi Cardona
Le 30/06/2009 01:03, Keith Packard a écrit : Thanks to Ajax for moving the DRI2 changes into the 1.6 branch, now I've pulled the remaining queued patches and have pushed this as 1.6.1.902 (1.6.2 RC2). If no-one finds any catastrophic bugs, I'll push this out as 1.6.2 shortly. This bug [1] is