I was wondering if anyone has gotten the Touch Screen working on the Acer C720P Chromebook yet? I have looked online and have not been able to find any information on it yet.
Thanks!
Update: for native touchscreen support (non chroot), I have posted on my google+ page on how I enabled the touchscreen
If you use crouton to install/run Ubuntu 13.10, the touchscreen will work fine on the c720p. This is because it uses chroot and thus executes under the same kernel provided by ChromeOS.
I am running the Cinnamon desktop and have about 1.2 GB of RAM free after I start Ubuntu cinnamon and cairo-dock. You can easily toggle back and forth from ChromeOS at any time. Swap is on by default, so you get an extra 2GB of slow RAM there if you need it.
1) download and reference crouton to get it installed. It is just a binary, but it is best to read the readme here before you get started.
https://github.com/dnschneid/crouton
2) I used the following crouton command to install saucy with Cinnamon, Chrome and some other packages.
sudo sh -e ~/Downloads/crouton -r saucy -t gtk-extra,cinnamon,audio,core,chrome,cli-extra,keyboard
3) To start the Ubuntu desktop crouton has installed:
sudo startcinnamon
4) Managing packages will need to be done with the command line apt or you can install synaptic like I did.
sudo apt-get install synaptic
To run use:
sudo synaptic
(Not sure why apps don't request sudo properly when launched from the cinnamon GUI menu. I just installed this last night and don't have it all figured out yet!)
Support for touchscreen is improved since 10.10. I know it works on various dells, I'm also using X220 tablet and it works well.
You may need some on screen keyboards for login and typing, try :
sudo apt-get install onboard
On KDE you can also use Wacom Tablet Settings to set it on/off
I have a fully functional guide for getting ubuntu running on c720p. Check out the github page: https://github.com/visionect/c720p
I use this computer too and I juste updated my Kernel to the version 3.17 (following this tutorial) and it works fine. The touchpad and touchscreen is implemented in this version.