Skip to content

Notes on Arch Linux on the Acer C720 Chromebook

Notifications You must be signed in to change notification settings

hartleyshc/AcerC720

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes on ArchLinux on the Acer C720 Chromebook.

So the Archwiki has most of the must have info. These are just my notes on what I'm doing to keep my new linux laptop happy!

Enable the watchdog

Copying system.conf to /etc/systemd or setting RuntimeWatchdogSec to a value should have systemd enable the hardware watchdog.

Trackpad

Ugh, buy a mouse.
If you're stuck with the trackpad, the synclient.sh can run on X startup. Its ssets the trackpad to some more sensible defaults. Still a bit of a challenge and I end up reaching for a mouse most of the time.

RAM

yaourt -S zramswap; systemctl enable zramswap; systemctl start zramswap This will add zram compressed memory to the system as swap.

TRIM

Either mount ext4 with discard, or systemctl enable fstrim.timer which will periodically run fstrim to clean up the HD.

SOUND

At a minimum, we want to set the PCM to be the default device (card 1). The asoundrc will do that. Adding the alsa.conf to /etc/modprobe.d/ should in theory enable the internal microphone.

About

Notes on Arch Linux on the Acer C720 Chromebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages