11
« on: November 25, 2007, 04:59:30 pm »
The current yonggun kernel doesn't work with the C1000
I have the same problem--removing the mousedev module does NOT eliminate the twitchy cursor problem.
I am running the Angstrom 2.6.23 kernel from the 20071030 snapshot for the C1000. Everything else works, including suspend/resume, apm, etc, except for cpufreq (not a high priority at the moment) and this.
Here's my /etc/ts.conf (snarfed from Angstrom):
# Uncomment if you wish to use the linux input layer event interface
module_raw input grab_events=0
# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
# module_raw collie
# Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860
# module_raw corgi
# Uncomment if you're using a device with a UCB1200/1300/1400 TS interface
# module_raw ucb1x00
# Uncomment if you're using an HP iPaq h3600 or similar
# module_raw h3600
# Uncomment if you're using a Hitachi Webpad
# module_raw mk712
# Uncomment if you're using an IBM Arctic II
# module_raw arctic2
module pthres pmin=1
module variance delta=30
module dejitter delta=100
module linear
I'm using Angstrom's Xfbdev kdrive X server and their libts libraries (from the same snapshot). I've modified my .profile to export TSLIB_TSDEVICE=/dev/input/event1 before starting X. My touchscreen works, and I can use ts_calibrate (from Angstrom) to tweak it, but the twitchiness is still there. The strange thing is, this doesn't happen on Angstrom (even when booting from SD). I'll see if there's anything else I might have forgotten to copy over...
Kind regards!
EDIT: Hah! Got it working! I copied over Angstrom's /usr/lib/X11 directory (which I didn't think did anything, given that it only had a Xcms.txt file in it), and I eliminated some remaining libs of xfce4 (specifically, libthunar-vfs-1-2, libthunar-data, libxfce4mcs-client3, libxfce4util4, libxfce4mcs-manager3, libexo-0.3-0, libxfcegui4-4 mousepad xfce4-mcs-manager xfce4-mcs-plugins xfce4-utils xfmedia) which I no longer need now that I'm using IceWM. I'm not sure exactly what got it working, but whatever it was, the jitter is gone. Yay!