I have an issue with the touchscreen of my Acer c270p (it's a Chromebook).
The past two weeks, I was using chrome OS AND ubuntu thanks to crouton, but to save place, I decided to entirely remove Chrome OS and to install a fresh ubuntu distribution. I installed Ubuntu 14.04 64 bits with unity. After the install, everything was working fine except two things : the touchpad and the touchscreen.
I followed this tutorial to fix the touchpad and I added this lines to set up the sensibility in the /usr/share/X11/xorg.conf.d/50-cros_touchpad.conf
file :
Section "InputClass"
Identifier "touchpad peppy cyapa"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchProduct "cyapa"
Option "FingerLow" "10"
Option "FingerHigh" "10"
EndSection
And now the touchpad work fine but I don't know how to fix the touchscreen. Does someone have an idea ? Do you think that it will be fix with the kernel of Ubuntu 14.10 ?