Re: [Xorg-driver-geode] Patches to xf86-video-geode for X 1.13

2012-07-26 Thread Mart Raudsepp
On L, 2012-07-21 at 19:59 +0300, Martin-Éric Racine wrote: 2012/7/21 Maarten Lankhorst maarten.lankho...@canonical.com: Hey, I created a bunch of patches to make this driver compile against X1.13, but I have no idea if it actually works or not. Could you review and test please? X

X won't start on Intel HD Graphics 4000 (Lenovo X230)

2012-07-26 Thread Steve Ramage
I have a problem with getting X to start on a Lenovo X230 running Kubuntu 12.04. I'm not really sure where to go with this issue, as I secretly suspect it's a driver issue, but I thought I'd come here first.   There are a bunch of issues I'm having with my new Lenovo X230 laptop (with

[ANNOUNCE] xorg-gtest 0.4.0

2012-07-26 Thread Chase Douglas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This release of xorg-gtest includes added functionality to start and stop an X server on demand. Other changes of note: * This release now uses evemu instead of utouch-evemu, which can be found at http://launchpad.net/evemu * HTML documentation is

Re: command line retrieve list of kbd layouts and variants (to use with setxkbmap)

2012-07-26 Thread Peter Hutterer
On Wed, Jul 25, 2012 at 08:34:00AM +0200, Giuseppe Penone wrote: Hi, is there a way from command line to retrieve the list of all available keyboard layouts and relative variants? I need to list all the available layout/variants choices to be used then from setxkbmap. Also about the

Re: [PATCH] hw/xquartz: Various fixes for pseudoramiX.c

2012-07-26 Thread Keith Packard
Jeremy Huddleston Sequoia jerem...@apple.com writes: Yeah, I'll do that for my next [PULL] request. Sounds good. -- keith.pack...@intel.com pgpymngBfXcpS.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH v2] xkb: fill in keycode and event type for slow keys enablement

2012-07-26 Thread Peter Hutterer
Keith, please merge this one directly (this time I double-checked, not in the repo :) Cheers, Peter On Tue, Jun 26, 2012 at 10:49:32AM +1000, Peter Hutterer wrote: eventType is set for the type that triggered a XkbControlsNotify event. Technically, SlowKeys is triggered by a timer which

[PATCH xts] doc: fix man page installation and distcheck

2012-07-26 Thread Aaron Plattner
When asciidoc and xmlto are available, HAVE_DOCTOOLS. This turns on code that defines miscmandir = $(MISC_MAN_DIR) and sets miscman_DATA = XTS.$(MISC_MAN_SUFFIX). However, $(MISC_MAN_DIR) is never defined, presumably because the corresponding lines from xorg-macros.m4. In addition, the target

Re: [PATCH xts] doc: fix man page installation and distcheck

2012-07-26 Thread Aaron Plattner
On 07/25/2012 11:29 PM, Aaron Plattner wrote: When asciidoc and xmlto are available, HAVE_DOCTOOLS. This turns on code that Whoops, sent this too soon. This sentence no verb. This should read, HAVE_DOCTOOLS is enabled defines miscmandir = $(MISC_MAN_DIR) and sets miscman_DATA =

[PATCH] Do sent TouchEnd to listeners that don't own an accepted touch

2012-07-26 Thread Daniel d'Andrada
When the owner of a touch accepts it, the other listeners must receive a TouchEnd. Even though there's code implementing the logic above in ProcessTouchOwnershipEvent(), DeliverTouchEndEvent() was refusing to send those TouchEnd events in this situatuation. Signed-off-by: Daniel d'Andrada

Re: [PATCH] Do sent TouchEnd to listeners that don't own an accepted touch

2012-07-26 Thread Chase Douglas
On 07/26/2012 01:31 PM, Daniel d'Andrada wrote: When the owner of a touch accepts it, the other listeners must receive a TouchEnd. Even though there's code implementing the logic above in ProcessTouchOwnershipEvent(), DeliverTouchEndEvent() was refusing to send those TouchEnd events in this

[PATCH xorg-gtest] xserver: Pass given timeout value

2012-07-26 Thread Peter Hutterer
From: Olivier Fourdan ofour...@redhat.com WaitForDevice() can take an optional timeout parameter but that timeout should be passed down to WaitForEventOfType() and in turn to WaitForEvent() Signed-off-by: Olivier Fourdan ofour...@redhat.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net

Re: [PATCH xorg-gtest] xserver: Pass given timeout value

2012-07-26 Thread Chase Douglas
On 07/26/2012 03:40 PM, Peter Hutterer wrote: From: Olivier Fourdan ofour...@redhat.com WaitForDevice() can take an optional timeout parameter but that timeout should be passed down to WaitForEventOfType() and in turn to WaitForEvent() Signed-off-by: Olivier Fourdan ofour...@redhat.com

[PATCH util-modular] build.sh: run make clean after make install

2012-07-26 Thread Peter Hutterer
Running it before dist/distcheck/install is a bit pointless Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- build.sh | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.sh b/build.sh index 968a363..4d0efb5 100755 --- a/build.sh +++ b/build.sh

[RFC util-modular] build.sh: add --stop-at to skip some stages of each module

2012-07-26 Thread Peter Hutterer
Add a new command to stop each module after the given stage. Main use-case: build.sh --clone --stop-at clone to quickly clone the source tree without building. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- There's an argument to be made for --start-at as well to quickly force a

Re: [PATCH xts] doc: fix man page installation and distcheck

2012-07-26 Thread Peter Hutterer
On Wed, Jul 25, 2012 at 11:29:02PM -0700, Aaron Plattner wrote: When asciidoc and xmlto are available, HAVE_DOCTOOLS. This turns on code that defines miscmandir = $(MISC_MAN_DIR) and sets miscman_DATA = XTS.$(MISC_MAN_SUFFIX). However, $(MISC_MAN_DIR) is never defined, presumably because the

Re: [PATCH xts] doc: fix man page installation and distcheck

2012-07-26 Thread Aaron Plattner
On 07/26/2012 09:23 PM, Peter Hutterer wrote: On Wed, Jul 25, 2012 at 11:29:02PM -0700, Aaron Plattner wrote: When asciidoc and xmlto are available, HAVE_DOCTOOLS. This turns on code that defines miscmandir = $(MISC_MAN_DIR) and sets miscman_DATA = XTS.$(MISC_MAN_SUFFIX). However,

Re: [PATCH xts] doc: fix man page installation and distcheck

2012-07-26 Thread Peter Hutterer
On Thu, Jul 26, 2012 at 09:37:54PM -0700, Aaron Plattner wrote: On 07/26/2012 09:23 PM, Peter Hutterer wrote: On Wed, Jul 25, 2012 at 11:29:02PM -0700, Aaron Plattner wrote: When asciidoc and xmlto are available, HAVE_DOCTOOLS. This turns on code that defines miscmandir = $(MISC_MAN_DIR)

Re: [PATCH util-modular] build.sh: run make clean after make install

2012-07-26 Thread Alan Coopersmith
On 07/26/12 09:04 PM, Peter Hutterer wrote: Running it before dist/distcheck/install is a bit pointless Isn't the point there to clean up leftovers from previous builds and ensure everything is fully rebuilt? (Say if you changed a header and don't trust that we've got the dependencies right

Re: [PATCH util-modular] build.sh: run make clean after make install

2012-07-26 Thread Peter Hutterer
On Thu, Jul 26, 2012 at 10:11:55PM -0700, Alan Coopersmith wrote: On 07/26/12 09:04 PM, Peter Hutterer wrote: Running it before dist/distcheck/install is a bit pointless Isn't the point there to clean up leftovers from previous builds and ensure everything is fully rebuilt? (Say if you

[Bug 50327] CPU power consumption and temperature way to high when using radeon drivers.

2012-07-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50327 Adrian Fita adrian.f...@gmail.com changed: What|Removed |Added CC||adrian.f...@gmail.com