[ANNOUNCE] xf86-input-libinput 1.5.0

2024-10-14 Thread Peter Hutterer
matches in printf()-like calls update .gitignore Martin Rys (1): Add support for LIBINPUT_LED_COMPOSE/LIBINPUT_LED_KANA Peter Hutterer (13): Sort the read-only properties Add a property for the tablet tool serial and hw ID Add editorconfig file gitlab CI: update

[ANNOUNCE] xf86-input-evdev 2.11.0

2024-10-14 Thread Peter Hutterer
linux kernel version (<2.6.30) fix unportable linux-only include tolerate including linux/input.h fix FTBS on non-udev target platforms (eg. FreeBSD) dont spam xserver with false-positives Martin Rys (1): Swap Compose and Kana values to conform to USB HID spec Pe

Re: keyboard arrow keys not working...

2024-10-27 Thread Peter Hutterer
On Sun, Oct 27, 2024 at 03:14:38PM -0400, William Bulley wrote: > I am running FreeBSD 14.1-STABLE along with xorg-7.7_3 using > a Happy Hacking keyboard. About two weeks ago my keyboard > arrow keys (UP, DOWN, LEFT, RIGHT) which appear below the > LEFT SHIFT on the left failed to work. By this I

Re: keyboard arrow keys not working...

2024-10-27 Thread Peter Hutterer
On Sun, Oct 27, 2024 at 08:33:22PM -0400, William Bulley wrote: > According to Peter Hutterer on Sun, 10/27/24 at > 20:06: > > > > paging in things from a long time ago: arrow keys mixup used to be > > an indication of xfree86 vs evdev XKB rules. I don't know enoug

Re: keyboard arrow keys not working...

2024-10-27 Thread Peter Hutterer
x27;t really a thing anymore now that we have modern things like USB mice that can be hot-plugged at runtime. Cheers, Peter > > I don't even know how my drivers work, I think my distro had stupidly > removed libinput or some nonsense like that. It started working again when I > put

Re: Xsettings after keyboard is plugged

2012-01-02 Thread Peter Hutterer
On Thu, Dec 29, 2011 at 06:51:37AM +0530, Raghavendra D Prabhu wrote: > Hi, > > When X is running and I plug out/plug in my usb keyboard, I see that > Xmodmap/xset etc settings get lost and I have it to run xmodmap/xset > again for them to apply to the keyboard. Is this a bug or the > behavior the

[ANNOUNCE] xf86-input-keyboard 1.6.1

2012-01-03 Thread Peter Hutterer
Main change: PC98 support was removed from the server. If you are planning to update to server 1.12, you will need to update to 1.6.1 Matthieu Herrb (1): man: update "rules" default value for xkeyboard-config. Peter Hutterer (3): Remove calls to xf86IsPc98() ma

[ANNOUNCE] inputproto 2.1.99.5

2012-01-08 Thread Peter Hutterer
Another inputproto snapshot, with a number of spec clarifications. The main change here (that warrants the snapshot) is the addition of another flag to mark those touch events that also emulate pointer events. Peter Hutterer (5): specs: Clarify rejection for touch events on current owner

Re: Re: Xsettings after keyboard is plugged

2012-01-16 Thread Peter Hutterer
On Sat, Jan 14, 2012 at 04:11:25AM +0530, Raghavendra D Prabhu wrote: > Hi Peter, > > * On Tue, Jan 03, 2012 at 11:18:42AM +1000, Peter Hutterer > wrote: > >On Thu, Dec 29, 2011 at 06:51:37AM +0530, Raghavendra D Prabhu wrote: > >>Hi, > > >>When X i

Re: Recent linux kernel bug causing problem for xkbcomp

2012-01-24 Thread Peter Hutterer
On Tue, Jan 24, 2012 at 03:33:36PM -0800, walt wrote: > Hi team. I'm trying to debug a recent commit to Linus's git repo > that causes startx to halt with a complaint that it can't write a > .xkm file to /var/lib/xkb. > > I'm assuming that the message is from xkbcomp, but I can't find > where in

Re: XExtension Device

2012-01-26 Thread Peter Hutterer
On Thu, Jan 26, 2012 at 04:54:58PM +0100, Pascual Castellon Gadea wrote: > Dear all, > > I recently installed CentOS 6 in one on my computers. CentOS 6 comes > with X.Org X Server 1.10.4 as shown in the log file. > I noticed many changes with the previous version or xorg, but my > main problem now

Re: [BUG] xinput bug in Xorg 1.12-rc2

2012-02-02 Thread Peter Hutterer
On Thu, Feb 02, 2012 at 05:00:58PM +0100, Mathieu Taillefumier wrote: > On 01/31/2012 07:20 PM, Jeremy Huddleston wrote: > >That's pretty much an entire merge you are blaming now. Are you sure you > >can't narrow it down further than that? If you're having a build failure, > >just apply the fix

Re: [BUG] xinput bug in Xorg 1.12-rc2

2012-02-04 Thread Peter Hutterer
include any functional changes, this is the simpler way than trying to fix a patch that's just cosmetic anyway. thanks for the debugging, much appreciated! Cheers, Peter > > regards > > Mathieu > > > - Mail original - > De: "Peter Hutterer" >

Re: [BUG] xinput bug in Xorg 1.12-rc2

2012-02-04 Thread Peter Hutterer
On Sat, Feb 04, 2012 at 11:11:55AM +0100, Mathieu Taillefumier wrote: > > >thanks, you're right, this is a bug. I've just sent out the patch reverting > >the commit - since it was supposed to only clean up code but not include any > >functional changes, this is the simpler way than trying to fix a

[ANNOUNCE] xinput 1.5.99.1

2012-02-07 Thread Peter Hutterer
Man pages Makefile: fix whitespace Remove redundant definition of the VERSION Automake variable Apply standard configuration init, layout and comments Update Copyright notices. Jeremy Huddleston (1): Print usage when run with --help Peter Hutterer (26): Remove unnee

[ANNOUNCE] inputproto 2.1.99.6

2012-02-10 Thread Peter Hutterer
title specs: replace hard coded number in some "See section" references Peter Hutterer (5): specs: move touch mode explanations to where it belongs specs: remove superfluous "Changes introduced by ..." specs: move touch support details to "Touc

[ANNOUNCE] libXi 1.5.99.3

2012-02-10 Thread Peter Hutterer
This version now handles the new XIAllowEvents request size. One bugfix: XIQueryDevice()'s class alignment was changed to line up with sizeof(XID) to avoid a SIGBUS on some platforms where XID is 8 bytes. Cyril Brulebois (1): configure.ac: Fix a typo in comments. Peter Hutter

[ANNOUNCE] inputproto 2.2

2012-03-01 Thread Peter Hutterer
cal Clean up and reword multitouch ownership/emulation Gaetan Nadon (5): specs: Edit titles for section 3 and 4 specs: use subsections to group use cases description specs: remove older manually typed in section number specs: fix Appendix A title specs: replace hard co

[ANNOUNCE] xf86-input-evdev 2.7.0

2012-03-07 Thread Peter Hutterer
lative events with swapped axes Pete Beardmore (1): missing multitouch related define tests Peter Hutterer (43): Replace xf86Msg() with xf86IDrvMsg(). Static atoms don't need to be initialized to 0. Add third button emulation. Use Absolute/Relative as argument to xf86

[ANNOUNCE] libXi 1.6.0

2012-03-07 Thread Peter Hutterer
on MIPS N32 for bug #38331. Peter Hutterer (8): Bump to 1.5.99.1 Implement support for XI 2.2 libXi 1.5.99.2 man: fix typo Mappiing → Mapping Force class alignment to a multiple of sizeof(XID). Handle new XIAllowEvent request size libXi 1.5.99.3 libXi

Re: [ANNOUNCE] xorg-server 1.12.0

2012-03-08 Thread Peter Hutterer
On Thu, Mar 08, 2012 at 01:04:40PM -0500, Adam Jackson wrote: > On Wed, 2012-03-07 at 13:35 -0700, Jonathan Corbet wrote: > > Hey, Keith, > > > > A question: > > > > > Here's the final 1.12 release. Thanks to every for contributing new > > > features, > > > bug fixes, documentation and testing.

[ANNOUNCE] xf86-input-synaptics 1.5.99.901

2012-03-13 Thread Peter Hutterer
Use hardware time where possible Replace the motion estimator More accurate extrapolated fake motion events Revise palm check logic Scroll: Add last_millis to track scroll event timing JJ Ding (1): fix wrong finger width range Peter Hutterer (35): Bump to 1.5.99

Re: Mouse buttons/scroll directions swapped with recent Xorg

2012-03-13 Thread Peter Hutterer
On Mon, Mar 12, 2012 at 01:48:03PM +0100, Thomas Bächler wrote: > Hello, > > Recently (beginning of February), I performed the following upgrades: > > xf86-input-evdev (2.6.0-4 -> 2.6.99.901-1) > xf86-input-synaptics (1.5.0-1 -> 1.5.99-0.1) > xorg-server (1.11.4-1 -> 1.11.99.903-1) > xorg-xinput

[ANNOUNCE] xf86-input-synaptics 1.5.1

2012-03-20 Thread Peter Hutterer
uot; are in the xorg.conf Cyril Brulebois (1): Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn." Derek Foreman (1): Fix pressure->motion property format Peter Hutterer (5): If protocol is auto-dev and the device path is set, unset

[ANNOUNCE] xf86-input-synaptics 1.5.99.902

2012-03-22 Thread Peter Hutterer
Peter Hutterer (5): Fix inverted circular scrolling direction Allow soft button areas to be specified in % of the touchpad use xf86SetStrOption for SoftButtonAreas conf: enable right-button click by default on non-Apple clickpads synaptics 1.5.99.902 git tag: xf86

Re: Problems with xf86-input-synaptics 1.5.99.901

2012-03-25 Thread Peter Hutterer
On Thu, Mar 22, 2012 at 12:55:02AM +0400, Ilya Ilembitov wrote: > Hi, all. > > I have HP Envy 13 which uses a single button design of Synaptics Clickpad. > > Using Arch Linux I have updated to xf86-input-synaptics 1.5.99.901 > which is supposed to bring proper support for my touchpad. > > What w

[ANNOUNCE] xf86-input-synaptics 1.5.2

2012-03-25 Thread Peter Hutterer
=47770 Daniel Stone (2): Properties: Generalise InitTypedAtom from InitAtom Adjust acceleration scheme for input ABI v14 Peter Hutterer (1): synaptics 1.5.2 git tag: xf86-input-synaptics-1.5.2 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.5.2

Re: synaptics 1.4 series

2012-03-25 Thread Peter Hutterer
On Mon, Mar 26, 2012 at 02:15:39AM +0200, Henrik Pauli wrote: > For some reason (probably API incompatibilities), I can't get the 1.3 > nor the 1.5 (1.6) series to work with my current xserver (1.12.0), so > 1.4 or 1.4.1 for me... > > However, there's this weird bug that hasn't ever happened in th

Re: Key rate limit

2012-03-26 Thread Peter Hutterer
On Mon, Mar 26, 2012 at 10:27:46AM -0500, tsuraan wrote: > > In GNOME, it's in the Keyboard Accessibility preferences panel. > > Other desktops with accessibility support should have something similar. > > Hm, so no ideas for a lower-level X11 way of doing it? I suppose I > could try installing t

Re: Key rate limit

2012-03-28 Thread Peter Hutterer
On Tue, Mar 27, 2012 at 12:43:49PM -0400, Paul Vojta wrote: > On Mon, Mar 26, 2012 at 11:20:03AM -0500, tsuraan wrote: > > > I am not sure but xset has a [r rate delay [rate]], would that be any > > > help ? > > > > I believe that's for the autorepeat rate, so the rate/delay tells X > > that once

[ANNOUNCE] xinput 1.5.99.901

2012-04-15 Thread Peter Hutterer
.6 is released, if you have any issues with this release, please let me know asap. Peter Hutterer (10): Rename map-to-crtc to map-to-output Fix XRRCrtcInfo memory leaks Enclose property and device names in quotes Always call XCloseDisplay() Don't leak output_info

[ANNOUNCE] xf86-input-synaptics 1.5.99.903

2012-04-15 Thread Peter Hutterer
ng (1): Support inverted scroll direction. Chase Douglas (4): Count number of multitouch touches for multitouch finger count Do not perform a tap action when more than three touches Check touch record bounds before access Use maximum number of touches reported by evdev

Re: Hello World: Error

2012-04-23 Thread Peter Hutterer
On Mon, Apr 23, 2012 at 01:55:34PM -0700, Jerrold Clint Balansi wrote: > Hello, > > I am trying to make a Hello World program from code from this site: > http://www.paulgriffiths.net/program/c/srcs/helloxsrc.html > > However, when I try to compile and run it I get this error. Can some give > me a

[ANNOUNCE] xf86-input-synaptics 1.5.99.904

2012-04-26 Thread Peter Hutterer
e the bug if it is gone. Especially 48777 was likely the cause for a bunch of unrelated cursor jumps, weird loops, and others. Chase Douglas (1): Update src/synproto.c license to the preferred MIT/X11 license Chow Loong Jin (1): Fix coasting friction Peter Hutterer (10): man:

[ANNOUNCE] xf86-input-synaptics 1.6.0

2012-05-02 Thread Peter Hutterer
after the backends got inadvertantly disabled. Users of currently unsupported platforms will now see an error message instead of getting a dummy driver without backends. Niveditha Rau (1): Include a build for solaris Peter Hutterer (7): man: drop mention of shm configuration

[ANNOUNCE] libXi 1.6.1

2012-05-02 Thread Peter Hutterer
libXi 1.6.1 is now available. Major bugs fixed: - wrong button and mask copy (doesn't just affect OS X, despite the commit log) - raw event sourceid is now set Chase Douglas (1): Destroy extension record after last display is removed Peter Hutterer (5): Fix wrong button labe

[ANNOUNCE] xf86-input-synaptics 1.6.1

2012-05-10 Thread Peter Hutterer
release: - a wrong conversion caused coasting to be triggered on almost all scroll events. This is fixed now, and synclient's cap to CoastingSpeed=20 was removed too. - on clickpads, moving the clicking finger out of the soft button area caused erroneous button events. Peter Hutter

Re: minor pointer accel fixes

2012-05-13 Thread Peter Hutterer
On Sun, May 13, 2012 at 01:08:05PM +0200, Simon Thum wrote: > Hi all, > > I polished some indentation fallout in pointer acceleration code and > removed a warning that came to my attention. Nothing serious. both applied, thanks. Cheers, Peter > From ad233d795b8c4eeb2f29a583441720c357c92706 Mo

Re: X server crash due to evdev device - regression

2012-05-13 Thread Peter Hutterer
On Fri, May 11, 2012 at 08:41:08PM +0200, Ben Bucksch wrote: > On 11.05.2012 20:36, Ben Bucksch wrote: > >I've upgraded from Ubuntu 11.10 to 12.04, and the X server is now > >crashing. Log excerpt below. lsusb -vv attached. > > Forgot to add: Obviously, that's not an input device. With Ubuntu > 11

Re: X server crash due to evdev device - regression

2012-05-14 Thread Peter Hutterer
On Mon, May 14, 2012 at 12:28:38PM +0200, Ben Bucksch wrote: > On 14.05.2012 08:01, Peter Hutterer wrote: > >Please try to reproduce with the stock 1.12 server and file a bug. Attach > >your evemu recording so I can try to reproduce this. > > Sorry, but I can't do anyth

[ANNOUNCE] xinput 1.6.0

2012-05-14 Thread Peter Hutterer
Only one more fix since RC1, adding --enable and --disable support as shortcuts to trigger the property to enable or disable the device, respectively. Peter Hutterer (2): Add --enable/--disable support xinput 1.6.0 git tag: xinput-1.6.0 http://xorg.freedesktop.org/archive/individual

Re: XITouchClass and XIDependentTouch

2012-05-30 Thread Peter Hutterer
On Thu, May 31, 2012 at 12:03:37AM +0300, Dimitris Zenios wrote: > I have a touch pad which support XITouchClass in XIDependentTouch.When > i XISelectEvent(TouchBegin,TouchEnd,TouchUpdate) i dont get any touch > events originating from the touch pad .Any idea? the synaptics driver doesn't send tou

Re: X loses wireless input devices

2012-06-11 Thread Peter Hutterer
On Sat, Jun 09, 2012 at 07:45:53AM -0700, Yan Seiner wrote: > I have a multiseat setup where 2 of the seats use wireless mice and > keyboards. After some random time measured in hours/days, those two > seats "lose" the input devices. They become non-responsive. The > LEDs on the hardware light u

Re: Implementing smooth scrolling in an X client

2012-06-11 Thread Peter Hutterer
On Mon, Jun 04, 2012 at 06:50:47PM -0400, Paul Vojta wrote: > Folks: > > I've started working on implementing smooth scrolling in xdvi, and I have a > question about it. > > When I do > > xinput --test 9 > > (where 9 is the deviceid of my Synaptics touchpad) and stroke my finger > down th

Re: X loses wireless input devices

2012-06-11 Thread Peter Hutterer
On Mon, Jun 11, 2012 at 06:02:48PM -0700, Yan Seiner wrote: > Peter Hutterer wrote: > >On Sat, Jun 09, 2012 at 07:45:53AM -0700, Yan Seiner wrote: > >>I have a multiseat setup where 2 of the seats use wireless mice and > >>keyboards. After some random time measur

[ANNOUNCE] xf86-input-synaptics 1.6.2

2012-06-11 Thread Peter Hutterer
avoid jumpy cursors on resume Peter Hutterer (1): synaptics 1.6.2 git tag: xf86-input-synaptics-1.6.2 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.6.2.tar.bz2 MD5: 9914022a173e3f0ccfe7137ab84f6133 xf86-input-synaptics-1.6.2.tar.bz2 SHA1

Re: X loses wireless input devices

2012-06-12 Thread Peter Hutterer
On Tue, Jun 12, 2012 at 01:27:58PM -0700, Yan Seiner wrote: > > On Mon, June 11, 2012 7:56 pm, Peter Hutterer wrote: > > > > 1.12 has the ID_SEAT support, so if you set that property through udev the > > server only adds the matching ones. You'd have to then start the

Re: Implementing smooth scrolling in an X client

2012-06-13 Thread Peter Hutterer
On Wed, Jun 13, 2012 at 12:15:35PM -0700, Paul Vojta wrote: > On Tue, Jun 12, 2012 at 11:25:08AM +1000, Peter Hutterer wrote: > > On Mon, Jun 04, 2012 at 06:50:47PM -0400, Paul Vojta wrote: > > [snip] > > > > So I would need to keep track of EnterNotify events for each

[ANNOUNCE] xorg-server 1.12.2.901

2012-06-14 Thread Peter Hutterer
void a race in initialization of darwinPointer Julien Cristau (1): Xi: make stub DeleteInputDeviceRequest call RemoveDevice Marcin Slusarz (1): xfree86: fix mouse wheel support for DGA clients Michal Suchanek (1): Fix crash for motion events from devices without valuators Pet

Re: Issue with mouse when starting X

2012-06-18 Thread Peter Hutterer
On Sun, Jun 17, 2012 at 11:06:24PM -0700, John Ettedgui wrote: > *Sometimes* when X starts it does detect the mouse as seen in the log > but when I move it nothing happens on screen, and doing a cat on the > /dev/input/eventX does not produce anything either when moving the > mouse. if you don't s

Re: Issue with mouse when starting X

2012-06-19 Thread Peter Hutterer
On Mon, Jun 18, 2012 at 09:27:21PM -0700, John Ettedgui wrote: > On Mon, Jun 18, 2012 at 9:21 PM, Peter Hutterer > wrote: > > On Sun, Jun 17, 2012 at 11:06:24PM -0700, John Ettedgui wrote: > >> *Sometimes* when X starts it does detect the mouse as seen in the log > >&

Re: multiple keyboard layouts and switch between them - place to set for local user?

2012-06-21 Thread Peter Hutterer
On Thu, Jun 21, 2012 at 11:49:10PM +0200, Giuseppe Penone wrote: > I'm running lxde (lubuntu 12.04) and since I need to handle 4 keyboard > layouts and there's no applet allowing this I made it manually this way: > > sudo nano /etc/default/keyboard > > XKBMODEL="pc105" > XKBLAYOUT="it,us,ru,ua" >

Re: Xorg hotplugging not working for Mouse

2012-06-21 Thread Peter Hutterer
On Thu, Jun 21, 2012 at 04:23:18PM +0800, shih dane wrote: > hi all > > i build X.Org X Server 1.11.1 for my machine > keyboard and mouse are both USB > hotplugging not working for mouse > but keyboard work fine > > xf86-input-keyboard-1.6.0 > xf86-input-mouse-1.7.2 > > Xorg.conf > > Section "S

Re: setting the state of a pointer

2012-06-24 Thread Peter Hutterer
On Fri, Jun 22, 2012 at 09:59:42PM +0200, krastanov.ste...@gmail.com wrote: > Due to a problem with a touchscreen the state of the pointer gets > stuck to 0x110. How can I reset the pointer state? Using xdotool and > xte and generating mouse event with them did not work. Using a usb > mouse works,

Re: setting the state of a pointer

2012-06-25 Thread Peter Hutterer
, and any other tool that I tried > - the state stubbornly rests 0x110 or 0x100 (depending on numlock) > > I will send the output of evtest attached in the following mail. > > On 25 June 2012 03:16, Peter Hutterer wrote: > > On Fri, Jun 22, 2012 at 09:59:42PM +0200, krastanov.st

Re: Xorg hotplugging not working for Mouse

2012-06-25 Thread Peter Hutterer
On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote: > Hi > i try to modify config > > Option "AutoAddDevices" "True" > > remove all intput device in config > and laod evdev driver > > can not find mouse and keyboad I presume there's some other configuration issue then, but hard to say wi

Re: Xorg hotplugging not working for Mouse

2012-06-25 Thread Peter Hutterer
On Tue, Jun 26, 2012 at 12:29:35PM +0800, shih dane wrote: > 2012/6/26 Peter Hutterer : > > On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote: > >> Hi > >> i try to modify config > >> > >> Option "AutoAddDevices" "True"

Re: Xorg hotplugging not working for Mouse

2012-06-26 Thread Peter Hutterer
On Tue, Jun 26, 2012 at 05:01:35PM +0800, shih dane wrote: > follow > > > > > 2012/6/26 Peter Hutterer : > > On Tue, Jun 26, 2012 at 12:29:35PM +0800, shih dane wrote: > >> 2012/6/26 Peter Hutterer : > >> > On Tue, Jun 26, 2012 at 11:45:20AM +0800,

[ANNOUNCE] xorg-server 1.12.2.902

2012-07-01 Thread Peter Hutterer
tention. http://www.x.org/wiki/Server112Branch == Changes since 1.12.1.902 == Andy Ritger (1): randr: Don't recurse into mieqProcessInputEvents() from RRTellChanged(). Peter Hutterer (4): xkb: warn if XKB SlowKeys have been automatically enabled Xi: fix XITouchClass sourceid

[ANNOUNCE] xorg-server 1.12.3

2012-07-08 Thread Peter Hutterer
w.x.org/wiki/Server112Branch == Changes since 1.12.2.902 == Peter Hutterer (5): xfree86: fix use-after-free issue in checkInput dix: fix memory leak in TouchEventHistoryReplay Xi: extend PropagateMask to EMASKSIZE xfree86: always enable SIGIO on OsVendorInit (#50957) configure

Re: Odd issues with Cando touch screen

2012-07-08 Thread Peter Hutterer
On Sun, Jul 08, 2012 at 08:29:40PM +, Chandler Paul wrote: > Hello, I just recently got my hands on a Lenovo S10-3t, and installed Gentoo > on it. Everything seems to work, however I am having two problems with the > touch screen related to Xorg. > For one, evdev does not seem to honor my set

Re: Odd issues with Cando touch screen

2012-07-08 Thread Peter Hutterer
On Sun, Jul 08, 2012 at 09:54:34PM +, Chandler Paul wrote: > On Mon, 9 Jul 2012 11:41:25 +1000 > Peter Hutterer wrote: > > > On Sun, Jul 08, 2012 at 08:29:40PM +, Chandler Paul wrote: > > > Hello, I just recently got my hands on a Lenovo S10-3t, and >

Re: Odd issues with Cando touch screen

2012-07-08 Thread Peter Hutterer
On Mon, Jul 09, 2012 at 12:15:17AM +, Chandler Paul wrote: > On Mon, 9 Jul 2012 14:07:07 +1000 > Peter Hutterer wrote: > > > if you don't need the actual multitouch support you can hack up evdev > > to undefine MULTITOUCH and it should handle the other events >

Re: Odd issues with Cando touch screen

2012-07-09 Thread Peter Hutterer
On Mon, Jul 09, 2012 at 02:00:52AM +, Chandler Paul wrote: > On Mon, 9 Jul 2012 15:33:08 +1000 > Peter Hutterer wrote: > > > On Mon, Jul 09, 2012 at 12:15:17AM +, Chandler Paul wrote: > > > On Mon, 9 Jul 2012 14:07:07 +1000 > > > Peter Hutterer wrote:

Re: Odd issues with Cando touch screen

2012-07-09 Thread Peter Hutterer
On Mon, Jul 09, 2012 at 08:22:36PM +, Chandler Paul wrote: > On Tue, 10 Jul 2012 10:22:09 +1000 > Peter Hutterer wrote: > > > I'll add a section about MT support the man page (once I get to it) > > but I don't want this to be a configurable behaviour. getti

Re: Keyboardmapping with evdev

2012-07-12 Thread Peter Hutterer
On Thu, Jul 12, 2012 at 10:05:37AM +0200, Daniel Spannbauer wrote: > Am 07/12/2012 08:33 AM, schrieb Daniel Spannbauer: > > Hello, > > > > I try to get a german keyboard mapping on our own keyboard on a machine > > with opensuse 11.4 (Xorg 7.6) and fglrx 8.930. > > > > My conf seems to be ok... >

Re: Keyboardmapping with evdev

2012-07-13 Thread Peter Hutterer
On Fri, Jul 13, 2012 at 08:21:14AM +0200, Daniel Spannbauer wrote: > Am 07/13/2012 08:03 AM, schrieb Peter Hutterer: > > On Thu, Jul 12, 2012 at 10:05:37AM +0200, Daniel Spannbauer wrote: > >> Am 07/12/2012 08:33 AM, schrieb Daniel Spannbauer: > >>> Hello, >

[ANNOUNCE] xf86-input-evdev 2.7.1

2012-07-23 Thread Peter Hutterer
First update to the evdev 2.7 series. This update fixes a couple of bugs and memory leaks. Chase Douglas (2): Report the correct number of touches for MT protocol B devices Fix buffer overrun when populating axis label property array Peter Hutterer (5): Fix inverted horizontal

Re: Cooirdinate transformation matrix does not work properly with evdev and cando touch screen

2012-07-24 Thread Peter Hutterer
On Tue, Jul 24, 2012 at 12:26:45AM +, Chandler Paul wrote: > Hi, I've seen this bug posted already (I commented it on it too), but I > figured I might as well ask this here since it doesn't look like the bug > report has been touched by anyone in quite a while: > When using my netbook's cando

Re: Cooirdinate transformation matrix does not work properly with evdev and cando touch screen

2012-07-24 Thread Peter Hutterer
On Tue, Jul 24, 2012 at 01:53:20AM +, Chandler Paul wrote: > On Tue, 24 Jul 2012 15:51:10 +1000 > Peter Hutterer wrote: > > > > > are we talking about > > https://bugs.freedesktop.org/show_bug.cgi?id=49347? > > > > if not, please request that

Re: Fatal IO error 11 (Resource temporarily unavailable) on X server :0

2012-07-24 Thread Peter Hutterer
On Tue, Jul 24, 2012 at 06:15:34PM +0200, Giuseppe Penone wrote: > Hi, > on a gtkmm 3 app I'm working on it happened once to have a crash and read > the message: > > Gdk-WARNING **: centro: Fatal IO error 11 (Resource temporarily > unavailable) on X server :0. > > Could this be a problem in my ap

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

[ANNOUNCE] xf86-input-elographics 1.4.0

2012-07-29 Thread Peter Hutterer
e to TOUCHSCREEN and using the xorg.conf identifier as device name. The option "DeviceName", previously available to override the device name, has been removed - use the InputDevice section's Identifier instead. Peter Hutterer (7): Fix name and type_name for elographics Use

Re: How to get xinput reflect evdev driver's absinfo changes ?

2012-07-30 Thread Peter Hutterer
On Fri, Jul 27, 2012 at 09:55:59PM +0200, Yann Cantin wrote: > Hi, > > I'm currently working on a kernel input driver for a pointing device that > need runtime > calibration. > > The xorg evdev driver correctly detect and use it, my calibration app update > evdev's > absinfo with a : > > prop

Re: How to get xinput reflect evdev driver's absinfo changes ?

2012-07-30 Thread Peter Hutterer
On Mon, Jul 30, 2012 at 04:11:15PM +0200, Yann Cantin wrote: > >> So, is there a way to adapt xinput's valuators, or even to entirely > >> disable scaling, as the > >> kernel driver will throw valid screen coordinates ? > > > > the evdev driver updates the axis ranges internally, but the server

[ANNOUNCE] xf86-input-mouse 1.8.1

2012-07-30 Thread Peter Hutterer
currently package (or query for) xf86-mouse.pc you will need to change this to xorg-mouse.pc with this release. Alan Coopersmith (1): Fix compiler warning in sun_mouse.c (Solaris-only) Peter Hutterer (4): Fix compiler warnings Install xf86-mouse.pc file Rename xf86-mouse.pc

[ANNOUNCE] xf86-input-evdev 2.7.2

2012-08-03 Thread Peter Hutterer
Second update to the evdev 2.7 series. This update fixes a few compiler warnings and a memory leak. Daniel Stone (1): Fix compilation warnings for non-multitouch builds Marcin Slusarz (1): Fix some obvious constness-related compile warnings. Peter Hutterer (4): strtol doesn&#

Re: Elographics on Fedora 17

2012-08-03 Thread Peter Hutterer
On Fri, Aug 03, 2012 at 06:32:27AM -0700, Quentin Olson wrote: > I need the elographics input driver for Fedora 17. > > If someone wants to get me started on the work, I am glad to give it a try. you're probably best off following this instead: http://who-t.blogspot.com.au/2012/07/elographics-tou

Re: Custom input device configuration

2012-08-10 Thread Peter Hutterer
On Wed, Aug 08, 2012 at 01:41:45AM -0700, johnfulgor wrote: > Hello all, > in a older version of the X server I had a InputDevice section in the > xorg.conf file for a special input device. > In my new system X uses auto configuration and xorg.conf.d. I've made a new > file in the xorg.conf.d and

[ANNOUNCE] xf86-input-evdev 2.7.3

2012-08-12 Thread Peter Hutterer
Three bugfixes, the fix for 53168 fixes a regression introduced in 2.7.2. Peter Hutterer (4): Don't delete the device on ENODEV Link against libudev Fix broken ButtonMapping option (#53168) evdev 2.7.3 git tag: xf86-input-evdev-2.7.3 http://xorg.freedesktop.org/ar

Re: Xvfb and xkb

2012-08-15 Thread Peter Hutterer
On Fri, Aug 10, 2012 at 08:42:51AM -0700, Ashwin Chandra wrote: > I am using Xvfb to render an X session in memory. I am trying to use > setxkbmap to change the key layouts. I seem to have difficulty doing this > other than US key layout. There are no errors when calling “setxkbmap de” > (german la

Re: Xvfb and xkb

2012-08-16 Thread Peter Hutterer
*/ > I wanted to know if there was a way to debug this and see exactly which > keymap file in a certain directory is being used? It looks like to me just > the keymap is somehow wrong. tbh, shoft of strace or gdb, I don't know Cheers, Peter > -----Original Message- >

Re: Xvfb and xkb

2012-08-16 Thread Peter Hutterer
On Thu, Aug 16, 2012 at 09:18:55AM -0700, Alan Coopersmith wrote: > On 08/16/12 09:14 AM, Ashwin Chandra wrote: > >After more searching on the web, a lot of people say the Xvfb and keymaps > >just don't work correctly (at least in older versions). > > > >Can anyone tell me if they have actually suc

[ANNOUNCE] xf86-input-elographics 1.4.1

2012-08-19 Thread Peter Hutterer
Two fixes in this update. The fix fror 40870 now ensures that the touchscreen does come up as attached slave pointer by default (same behaviour as evdev and other drivers). And thanks to Søren's fix, the axis scaling now works too. Peter Hutterer (2): Don't force pInfo->flags

Re: Consistent handling of USB device buttons

2012-08-20 Thread Peter Hutterer
On Mon, Aug 20, 2012 at 05:12:59AM +, Alex Dubov wrote: > Sorry for my previous mis-posting, there appears to be some problem with gmane > interface. > > There exist considerable number of hot-pluggable USB devices with helper > buttons > (cameras and headsets being the more prominent example

Re: Consistent handling of USB device buttons

2012-08-21 Thread Peter Hutterer
On 21/08/12 18:19 , Xavier Bestel wrote: On Tue, 2012-08-21 at 13:16 +1000, Peter Hutterer wrote: 1. Buttons have session global effect and there's no easy, nor stable way to limit their effect to a particular device. I don't understand this bit. can you paraphrase? I guess he me

Re: Consistent handling of USB device buttons

2012-08-21 Thread Peter Hutterer
On Tue, Aug 21, 2012 at 05:54:18AM +, Alex Dubov wrote: > Peter Hutterer who-t.net> writes: > > > > > > > 1. Buttons have session global effect and there's no easy, nor stable way > > > to limit their effect to a particular device. > > >

Re: Keyboard layout per device

2012-08-30 Thread Peter Hutterer
On Sat, Aug 18, 2012 at 03:59:31PM +0200, Nicolas Vinot wrote: > Hi everybody, > > I usually use 3 keyboards layout : > — bepo, with a Typematrix or laptop integrated keyboard; > — azerty, to allow mates and colleagues to use my computer with a > better-known > layout on a standard USB keyboard;

Re: losing settings switching to and from virtual consoles

2012-09-25 Thread Peter Hutterer
On Wed, Sep 26, 2012 at 12:18:17PM +1000, Peter Rayner wrote: > I have a wacom graphics tablet that I want to maintain in "absolute" > mode. I also frequently use virtual consoles. > This seems to lose the absolute setting. > Here is an example: > Within an emacs shell on the X display: > $ xsetwa

Re: AutoAddDevices and Adding Known Devices

2012-09-26 Thread Peter Hutterer
On Sun, Sep 23, 2012 at 06:16:15AM -0700, Mark Depto wrote: > I am trying to manually configure a eGalax touchscreen using the evdev > driver which is currently working great. The problem I am having is that > allowing Xorg to autoconfigure the devices from udev results in ~100% cpu > utilization a

Re: Using xkbcomp for a specific device

2012-09-26 Thread Peter Hutterer
On Sun, Sep 16, 2012 at 01:41:02PM -0700, Darren Hart wrote: > I'm looking to modify the keysyms of a remote that presents as a usbhid > device. > I also have an HP wireless keyboard and mouse combination device that I do not > wish to modify. I'm trying to accomplish this with a combination of se

[ANNOUNCE] xorg-gtest 0.5.0

2012-10-01 Thread Peter Hutterer
This release of xorg-gtest includes miscellaneous fixes to improve the API behaviour. Most notably, it greatly speeds up the time between tests by removing some unnecessary wait times. Olivier Fourdan (1): xserver: Pass given timeout value Peter Hutterer (33): aclocal: fill AS_IF

[ANNOUNCE] xorg-gtest 0.6.0

2012-10-25 Thread Peter Hutterer
ction will now throw an exception instead of just calling exit(1) - WaitForConnections() was deprecated as we now always wait for the server to start up and accept connections Daniel Martin (2): xserver: use SIGUSR1 to wait for XServer startup Deprecate WaitForConnections() Peter Hut

Re: Mouse wheel acceleration?

2012-11-14 Thread Peter Hutterer
On Thu, Nov 15, 2012 at 08:51:23AM +1100, Will Rouesnel wrote: >Is there any word on what happened to the efforts to support mouse >wheel acceleration? It doesn't seem to be implemented in Xserver 1.12, >and I can find no reference to it online beyond the initial posts on >the Xorg-

Re: Mouse wheel acceleration?

2012-11-15 Thread Peter Hutterer
On 15/11/12 14:50 , Will Rouesnel wrote: On Thu 15 Nov 2012 11:43:17 EST, Peter Hutterer wrote: On Thu, Nov 15, 2012 at 08:51:23AM +1100, Will Rouesnel wrote: Is there any word on what happened to the efforts to support mouse wheel acceleration? It doesn't seem to be implement

Re: Where are xmodmap settings saved?

2012-11-18 Thread Peter Hutterer
On Fri, Nov 16, 2012 at 03:12:51PM +0100, José Luis Lafuente wrote: > I created my own keyboard layout and loaded it with xmodmap .Xmodmap. > Now I want to go back to a default layout, I deleted .Xmodmap, but > after a reboot the layout defined with xmodmap is still present. What > files is modifyi

Re: cirque smartcat touchpad

2012-11-18 Thread Peter Hutterer
On Sat, Nov 17, 2012 at 04:37:49AM -0800, Sebastian Glita wrote: > While trying a simple search whether Xorg supports this device: > > > http://www.cirque.com/desktoptouchpad/productsandorders/smartcat.aspx > > the 4-button USB touchpad, probably with "synaptics" driver, I couldn't find > any R

Re: XI2 pointer emulation in more detail

2012-11-19 Thread Peter Hutterer
On Sat, Nov 17, 2012 at 10:39:29AM -0600, Daniel Drake wrote: > Hi, > > Thanks for all the informative blog posts such as this one: > http://who-t.blogspot.com/2011/12/multitouch-in-x-pointer-emulation.html > > I'm trying to get my head around pointer emulation and touch-pointer > interaction in

Re: XI2 pointer emulation in more detail

2012-11-20 Thread Peter Hutterer
please don't cut the email out completely, it's hard to reference to the relevant sections. On Tue, Nov 20, 2012 at 09:02:16AM -0600, Daniel Drake wrote: > On Mon, Nov 19, 2012 at 12:17 AM, Peter Hutterer > wrote: > > no, this sounds like a bug. pointer emulation behavio

Re: Mousepad - how to disable tapping?

2012-11-21 Thread Peter Hutterer
On Wed, Nov 21, 2012 at 10:48:05AM +0100, Kamil Jońca wrote: > > I have got something like: > http://www.amazon.co.uk/Perixx-PERIPAD-501-86x75x11mm-Industrial-Professional/dp/B001CX85I8 > > with lsusb it shows as: > --8<---cut here---start->8--- > Bus 001 Devic

  1   2   3   4   5   6   >