Re: Synaptics Oddities

2009-05-29 Thread Mike Lothian
2009/5/30 Peter Hutterer : > On Sat, May 30, 2009 at 12:16:05AM +0100, Mike Lothian wrote: >> I found circular scrolling doesn't play to well with horizontal scrolling >> >> I've turned on circular right side of the pad only but horizontal >> scrolling has stopped working >> >> I pass all the optio

Re: upcoming xi2 and current XTest implementation

2009-05-29 Thread Peter Hutterer
On Fri, May 29, 2009 at 03:42:02PM +0200, Simon Thum wrote: > Peter Hutterer wrote: >> The protocol only cares about the device id, so to make XTest XI2 aware, all >> that's needed is some libXtst functions that take an id directly instead of >> the XDevice*. So it's a pure client-side change in th

Re: Synaptics Oddities

2009-05-29 Thread Peter Hutterer
On Sat, May 30, 2009 at 12:16:05AM +0100, Mike Lothian wrote: > I found circular scrolling doesn't play to well with horizontal scrolling > > I've turned on circular right side of the pad only but horizontal > scrolling has stopped working > > I pass all the options to the driver via a hall fdi >

Synaptics Oddities

2009-05-29 Thread Mike Lothian
Hi I found circular scrolling doesn't play to well with horizontal scrolling I've turned on circular right side of the pad only but horizontal scrolling has stopped working I pass all the options to the driver via a hall fdi Is this expected behaviour? Cheers Mike

[PATCH] Fixes the generation of the libtool script in cross-compiling environments

2009-05-29 Thread Otavio Salvador
From: Mario Domenech Goulart Generates the libtool file prefixed by ${host_alias} when it is set. This is required in cross compiling environments (such as OpenEmbedded). Signed-off-by: Mario Domenech Goulart --- dolt.m4 | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff

Having Apps stop drawing

2009-05-29 Thread Defnet, Benjamin R
Is there a mechanism already in place to tell applications to stop drawing? I want to be able to power off my 3d hardware to save power under certain circumstances, but the 3d apps will still be running. ___ xorg mailing list xorg@lists.freedesktop.org

Re: Window Managers and XGrabKey*()

2009-05-29 Thread Glynn Clements
Bedő Sándor wrote: > I have an academic question about X Window Managers. > So I think the idea of grabbing the keyboard is wrong... Yep. > 2) My next idea was to grab only the desired keys with the > Xlib function XGrabKey(). This is the way I implemented > my Window Manager, and it works f

Re: upcoming xi2 and current XTest implementation

2009-05-29 Thread Simon Thum
Peter Hutterer wrote: > The protocol only cares about the device id, so to make XTest XI2 aware, all > that's needed is some libXtst functions that take an id directly instead of > the XDevice*. So it's a pure client-side change in the library, feel free to > send me the patch :) I wonder if one co

Window Managers and XGrabKey*()

2009-05-29 Thread Bedő Sándor
Hi, I have an academic question about X Window Managers. I've written my own - don't ask why, I know there are lots of them -, and I realized that I don't really understand something basic about the concepts of X, Xlib and Window Managers, or the relations between them, or so. I would like to do

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-29 Thread Daniel Stone
On Wed, May 27, 2009 at 10:14:17AM +1000, Peter Hutterer wrote: > On Tue, May 26, 2009 at 02:13:15PM +0100, Daniel Stone wrote: > > On Tue, May 26, 2009 at 01:17:15PM +1000, Peter Hutterer wrote: > > > VT switching only works as long as the grab is asynchronous, otherwise > > > events are queued up