Powered by |
Debian Jessie on Acer C720PMichel Casabianca - michel.casabianca@gmail.com
The Acer C720 is a chromebook on which you can install a Linux distribution. This is a cheap solution to get a very mobile device (11.6" display in 1 kg, running more than 7 hours for around 250$). This article gathers my sources to install and run Debian Jessie on this machine.
Flashing firmwareTo flash the firmware (and boot straight on Linux):
CAUTION! Opening the chromebook will void the warranty. Furthermore, you can brick your device if flashing fails. You should backup your firmware before installing the new one. Before you can perform this copy, you MUST unprotect it or the copy would be corrupted. Note that you may see a NORMAL error message while copying the firmware.
Installing DebianTo install Testing (which is currently Jessie) for XFCE, take CD 1 at: http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-xfce-CD-1.iso. Then copy this ISO on an USB key with following command:
To install Debian on your chromebook, you have to enable developer mode. You can follow the procedure described on this page. Reboot then start installation from the USB key. You should connect an USB mouse as the trackpad is not recognized out of the box. Issues during installation:
Enable trackpadYou must recompile the kernel. Fortunately some do it for you: you'll find Jessie kernels with trackpad support at: http://files.mdosch.de/acer-c720-kernel/. Enable special keysControl sound volume with keyboardIn XFCE, in section Parameters / Keyboard / Application Shortcuts, define following entries:
Control LCD BrightnessInstall xbacklight:
Then define following entries in XFCE keyboards shortcuts:
Handle windows with keyboardIn Parameters / Window Manager / Keyboard of XFCE, make following associations:
Xmodmap ConfigurationYou can also configure these keys with an Xmodmap configuration. Put following .xinitrc file in your home:
The .Xmodmap file would be the following:
Nevertheless, this works for LCD Brightness but not for sound volume... To get Delete key pressing Shift-Backspace, use following .Xmodmap configuration file:
Handle Power key under XFCEAfter a Jessie update, hitting Power key result in a shutdown whatever your XFCE preferences regarding Power key management. To solve this issue, edit file /etc/systemd/logind.conf and add following line:
Disable BluetoothEdit file /etc/bluetooth/main.conf and replace the line InitialyPowered with the following one:
To disable bluetooth service (so that it doesn't start on boot), type following line:
You can check that bluetooth was disabled typing:
LinksHere are links dealing with Linux on Acer C720 :
Updates
Unsolved Issues
Enjoy! Last update: 2014-07-09 |