A clue, maybe.  I've been setting SDL_MOUSEDEV to the same value as
TSLIB_TSDEVICE, with:

Code:
--------------------
    export SDL_MOUSEDEV=$TSLIB_TSDEVICE
  
--------------------


Both therefore take the value /dev/input/event3.

But if I don't set the SDL_MOUSEDEV variable at all, the mouse pointer
is more stable and the calibration is less inaccurate.  The pointer is
still about half the screen away from where I touch, but that's an
improvement!  So should I be looking to set SDL_MOUSEDEV to a different
value?

The relevant output from cat '/proc/bus/input/devices' looks like this:

Code:
--------------------
    I: Bus=0003 Vendor=04b4 Product=1974 Version=0111
  N: Name="AmSC OpenPeak Touchscreen Hyup05_3"
  P: Phys=usb-0000:00:1d.2-2/input0
  S: 
Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/0003:04B4:1974.0003/input/input3
  U: Uniq=00000001
  H: Handlers=mouse0 event3 js0 
  B: PROP=0
  B: EV=1b
  B: KEY=70000 0 0 0 0 0 0 0 0
  B: ABS=3
  B: MSC=10
--------------------


As well as 'event3' I've tried 'mouse0' and 'js0'.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to