Topic: Chromebook + Pianoteq
I picked up an Acer Chromebook as a travel laptop last month. At $179, this is probably the cheapest Pianoteq-capable laptop you can get. (I got the touchscreen version for $279 in preparation for future Android support under ChromeOS.) After some fiddling today, I finally got Pianoteq working on this laptop.
First, turn on developer mode + install Crouton. (Many instruction guides for this.)
At this point, you will have to type some extra commands at the crosh shell. (Future update will probably resolve this as a fix has been submitted upstream just this week -- https://code.google.com/p/chromium/issu...?id=399008 .)
## load the midi seq module
sudo modprobe snd-seq-midi
## set rights
sudo chmod 777 /dev/snd/seq
## The above startup commands can be added into the crouton scripts in /usr/local/bin/
## start ubuntu
sudo startunity
Then inside unity (or XFCE or whatever your preferred shell is), copy Pianoteq over to /opt/ and launch from there.
As for performance, Pianoteq runs about 75% faster under ChromeBook+Crouton versus a standard Linux laptop with the exact same CPU. My guess is ChromeOS only loads 25% of the drivers & services you find in an ordinary Linux install. (Takes less than 5 seconds to boot up.)
You can also dual boot Linux + ChromeOS but that requires opening up the hardware and removing the write protect screw. I would have done that if I absolutely had to but luckily have been able to avoid that for now.