No mouse and keyboad on XFCE when I use touchscreen

Started by Matteo Sartori, May 08, 2013, 09:51:49 AM

Previous topic - Next topic

Matteo Sartori

Hello everybody,
I have the Olinuxino A13 starter kit, with Debian image on SD; I've activate the touchscreen with the instructions described in this page:

http://olimex.wordpress.com/2012/12/19/a13-lcd7ts-support-in-linux/

but now when I start XFCE (with startx) I have the touchscrenn but no life on mouse and keyboard.
No problem if I don't start XFCE, at the boot keboard works perfectly (I don't know the mouse, but I think so).
I suppose it depends by X-configuration, but what should I add? Have anybody had the same problem?
Thanks.

Matteo Sartori

Ok, thanks everybody,I've solved deleting the 20-touchscreen.conf and adding this Section at the end of 10-evdev.conf:

Section "InputClass"
Identifier "Sun4iTouchscreen"
MatchDevicePath "/dev/input/event4"
Driver "tslib"
Option "Device" "/dev/input/event4"
Option "ScreenNumber" "0"
Option "Rotate" "NONE"
Option "Width" "1024"
Option "Height" "600"
Option "SendCoreEvents" "yes"
Option "Type" "touchscreen"
EndSection

I hope that my post will be useful for someone...