Re: [PD] Synaptics touchpad input not working

2010-06-20 Thread Pedro Lopes
Yep, it does. When you posted the second reply mentioning xinput I did xinput --help and there it was the --list command. Thanks for the help, Pedro On Sun, Jun 20, 2010 at 6:22 AM, dmotd inaudi...@simplesuperlativ.eswrote: 'xinput --list' provides a list of all supported devices. Pedro

Re: [PD] Synaptics touchpad input not working

2010-06-20 Thread James Dunn
The problems I now have are that my version of xinput is 1.3.0 (Ubuntu Hardy) and I don't have the --set-prop option. Since the GrabEventDevice option in xorg.conf messes up my xserver, I tried removing the synaptics driver completely and I can now get the data in via [hid] and [linuxevent].

Re: [PD] Synaptics touchpad input not working

2010-06-19 Thread dmotd
hi james, the synaptics driver generally steals the focus of the device so that userspace programs can't directly access it, see if the Xorg option 'Option GrabEventDevice false' helps, see 'man synaptics' for more info. cheers, dmotd James Dunn wrote: I've tried using [hid] and [linuxmouse]

Re: [PD] Synaptics touchpad input not working

2010-06-19 Thread dmotd
also another tip, its possible to configure a device dynamically with 'xinput', you can toggle off with: xinput --set-prop name of device Device Enabled 0 i use this with my wacom tablet to go between xorg device and HID, a full set of properties can be found with: xinput --list-props name of

Re: [PD] Synaptics touchpad input not working

2010-06-19 Thread James Dunn
Hi dmotd, that's perfect! thanks a lot James Quoth dmotd, on 19/06/10 16:02: hi james, the synaptics driver generally steals the focus of the device so that userspace programs can't directly access it, see if the Xorg option 'Option GrabEventDevice false' helps, see 'man synaptics' for more

Re: [PD] Synaptics touchpad input not working

2010-06-19 Thread Hans-Christoph Steiner
When using [hid] and friends on GNU/Linux, you generally need to setup things so you have permission to read the device directly: http://puredata.info/docs/tutorials/HowToReadHIDDevicesInLinuxWithoutBeingRoot/?searchterm=hid%20ubuntu .hc On Jun 19, 2010, at 11:20 AM, James Dunn wrote: Hi

Re: [PD] Synaptics touchpad input not working

2010-06-19 Thread dmotd
'xinput --list' provides a list of all supported devices. Pedro Lopes wrote: I've never used hid or linuxmouse. And when I saw your message I gave it a try (since I'm also running Ubuntu and have a synaptics touchpad). I'd like to help but here it seems to be even a bigger mess... it crashes