<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1">I've tried using [hid] and [linuxmouse] and both
objects can open the device but no data is output from either object.
[MouseState] and [cursor] both work but I was hoping to get relative
values. Is this a driver issue? I'm using Ubuntu 8.04 and Pd version
0.42.5-extended-rc3. Here's the console output:<br>
<br>
[hid] 0.7, written by Hans-Christoph Steiner <a class="moz-txt-link-rfc2396E" href="mailto:hans@eds.org">&lt;hans@eds.org&gt;</a><br>
&nbsp;&nbsp;&nbsp; compiled on Jun 13 2010 at 11:45:43 <br>
<br>
Device 0: 'Macintosh mouse button emulation' on '/dev/input/event0'<br>
Device 1: 'AT Translated Set 2 keyboard' on '/dev/input/event1'<br>
Device 2: 'PC Speaker' on '/dev/input/event2'<br>
Device 3: 'Power Button (FF)' on '/dev/input/event3'<br>
Device 4: 'Sleep Button (CM)' on '/dev/input/event4'<br>
Device 5: 'Lid Switch' on '/dev/input/event5'<br>
Device 6: 'SynPS/2 Synaptics TouchPad' on '/dev/input/event6'<br>
Device 7: 'Video Bus' on '/dev/input/event7'<br>
Device 8: 'PS/2 Generic Mouse' on '/dev/input/event8'<br>
<br>
<br>
Supported events:<br>
<br>
Detected:<br>
[hid] opened device 6 (/dev/input/event6): SynPS/2 Synaptics TouchPad<br>
print: open 1<br>
print: device 6<br>
<br>
<br>
Also my xorg.conf has this info:<br>
<br>
Section "InputDevice"<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp; "Synaptics Touchpad"<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "synaptics"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "SendCoreEvents" "true"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Device" "/dev/psaux"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Protocol" "auto-dev"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "HorizEdgeScroll" "FALSE"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "VertEdgeScroll" "FALSE"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "SHMconfig" "on"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "VertTwoFingerScroll" "TRUE"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "HorizTwoFingerScroll" "TRUE"<br>
EndSection<br>
<br>
<br>
Any ideas?<br>
<br>
thanks,<br>
<br>
James<br>
</font>
</body>
</html>