QUOTE(ZDevil @ Apr 13 2008, 12:15 PM)

Yes, better use the ts.conf from the package.
Tell me what you have in ~/.profile. It should contain a line about your touchscreen setup. This is mine:
CODE
export TSLIB_TSDEVICE="/dev/input/ts0"
Ummm... I don't have a '.profile' file....I have the following in my ~ directory:
CODE
.ICEauthority
.Xauthority
.bash_history
.bash_logout
.bash_profile
.bashrc
[quote].cache
.dbus
.local
.xsession
.xsession-errors
I did check the .bash_profile and .bashrc, but don't see anything in those files about the touchscreen....
QUOTE
Also make sure that /usr/lib/ts and the files under it are present.
That directory is there and has the following files in it:
artic2.so
collie.so
corgi.so
dejitters.so
h8600.so
input.so
linear.so
linear_h2200.so
mk712.so
pthres.so
ucb1x00.so
variance.so
QUOTE
To rotate the screen is easy: xrandr -o right (= landscape); xrandr -o normal (= portrait). If that's not the case for you just play with the xrandr option (left, right, normal, inverted).
Yes, understand and have used 'xrandr -o right' somewhere, don't remember which file right now.... my point about this was that it was rotated correctly before, but now it's not....
Thanks.