Re: [PATCH 1/2] dix: Add flat acceleration profile

2011-04-11 Thread Orhan Kavrakoglu
Sorry, Simon, I forgot to add you to CC. Doing so now, hopefully it's OK. -- Orhan Kavrakoğlu ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH 1/2] dix: Add flat acceleration profile

2011-04-07 Thread Orhan Kavrakoglu
From: Orhan Kavrakoğlu aibo...@gmail.com This profile disables pointer acceleration in the conventional sense yet still allows one to adjust sensitivity using the acceleration control, providing a linear pointer response. Signed-off-by: Orhan Kavrakoğlu aibo...@gmail.com --- dix/ptrveloc.c

[PATCH 2/2] man: Add flat acceleration profile

2011-04-07 Thread Orhan Kavrakoglu
From: Orhan Kavrakoğlu aibo...@gmail.com Signed-off-by: Orhan Kavrakoğlu aibo...@gmail.com --- hw/xfree86/man/xorg.conf.man |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/man/xorg.conf.man b/hw/xfree86/man/xorg.conf.man index 4bec316..5636876 100644 ---

Re: [PATCH dix] dix: Added a flat acceleration profile that provides a linear pointer response.

2011-03-29 Thread Orhan Kavrakoglu
On 03/29/2011 02:56 PM, Simon Thum wrote: I don't have much problems with the patch as-is, except that a corresponding xorg.conf man page entry should be added. The bigger problem is that I don't even like to have ConstantDeceleration within the accel code, so adding scaling as a flat profile

[PATCH dix] dix: Added a flat acceleration profile that provides a linear pointer response.

2011-03-28 Thread Orhan Kavrakoglu
From: Orhan Kavrakoğlu aibo...@gmail.com This profile disables pointer acceleration in the conventional sense yet still allows one to adjust sensitivity using the acceleration control. Signed-off-by: Orhan Kavrakoğlu aibo...@gmail.com --- dix/ptrveloc.c | 13 +