项目作者: equk

项目描述 :
💻 acer chromebook c7 c710 linux using coreboot
高级语言:
项目地址: git://github.com/equk/c710.git
创建时间: 2014-06-23T11:08:11Z
项目社区:https://github.com/equk/c710

开源协议:

下载


Acer Chromebook C7 / C710

This repo holds configuration etc for running archlinux on the Acer Chromebook C7 / C710 (Parrot 🦜)

The chromebook is configured to boot linux using a custom compiled coreboot BIOS image

More Info: Building Coreboot in 2020

Table of Contents

Specs

I have the 🦜parrot variant (celeron 847).

RAM has been upgraded to 4GB

HDD has been replaced with a fast 64GB SSD

  1. , _ _ _
  2. /#\ __ _ _ __ ___| |__ | (_)_ __ _ ___ __
  3. /###\ / _` | '__/ __| '_ \| | | '_ \| | | \ \/ /
  4. /#####\ | (_| | | | (__| | | | | | | | | |_| |> <
  5. /##,-,##\ \__,_|_| \___|_| |_|_|_|_| |_|\__,_/_/\_\
  6. /##( )##\
  7. /#.-- --.#\ A simple, elegant GNU/Linux distribution.
  8. /` `\
  9. > OS: Arch Linux x86_64
  10. > Shell: /usr/bin/zsh
  11. > WM: i3
  12. > GTK2 theme: Adwaita
  13. > GTK2 icon theme: Faenza-Dark
  14. > GTK2 font name: Cantarell 11
  15. > RAM: 221M / 3888M (5%)
  16. > CPU: Intel(R) Celeron(R) CPU 847 @ 1.10GHz
  17. > SSD: 64GB Sandisk Ultra Plus

Catch me on the archlinux or gentoo forum: equilibrium

  1. SSD Speed (hdparm -tT):
  2. 1400 MB in 3.00 seconds = 466.41 MB/sec

Specific Configuration / Tweaks

Synaptics Tweaks:

/etc/X11/xorg.conf.d/10-cros-touchpad.conf

  1. Section "InputClass"
  2. Identifier "touchpad peppy cyapa"
  3. MatchIsTouchpad "on"
  4. MatchDevicePath "/dev/input/event*"
  5. MatchProduct "cyapa"
  6. Option "FingerLow" "10"
  7. Option "FingerHigh" "25"
  8. EndSection

WiFi / Bluetooth Tweaks:

/etc/modprobe.d/ath9k.conf

  1. options ath9k btcoex_enable=1 ps_enable=1 bt_ant_diversity=1

Graphics Configuration:

/etc/X11/xorg.conf.d/20-intel.conf

  1. Section "Device"
  2. Identifier "Intel Graphics"
  3. Driver "intel"
  4. Option "AccelMethod" "sna"
  5. Option "TearFree" "true"
  6. EndSection

GPU Packages:

  1. extra/intel-dri
  2. extra/libva-intel-driver
  3. extra/xf86-video-intel
  4. multilib/lib32-intel-dri

Coreboot Resources

Some links you may find helpful for building coreboot.

Dotfiles Patch

./dotfiles/c710.patch

As I mostly keep my dotfiles repo updated I have provided a patch for c710 specific changes.

Contact

Website: https://equk.co.uk

Twitter: @equilibriumuk