| While I wouldn't call it polished, at the very least, the PrawnOS image will give you a quick way to get a Debian-based distro onto the c201 to customize as you see fit. I noted above it uses Linux-Libre, so the internal WiFi does NOT work with the distro "as is". EVERY other component is supported though. If you need internal WiFi instead of external USB WiFi, you can modify the build script to use the regular Linux kernel & add the non-free Debian repos to sources.list. I've done it before and it works fine. The default image when you build or download it puts you at a command prompt where you can either use it "as is", run a script to install a pre-configured desktop environment(XFCE, GNOME, or LXQT), or custom install things yourself. GNOME was just recently added. The RK3288 processor in the c201 is now supported by Panfrost for 2D/3D acceleration, but I think it still has a bit to go before GNOME is completely usable. If save the resources if you're doing development. 4k output should be available soon, just tested patches for that. Admittedly 2160p was much smoother. Eventually there will also be hardware video decoding. The RK3288 has a full Hantro G1 VPU and drivers for that were recently merged into the kernel. For alternatives, there is a decent list here that might be better suited to your needs: https://github.com/nikolas-n/GNU-Linux-on-Asus-C201-Chromebo... |