diff --git a/README.md b/README.md index 872bd02..0180090 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +### This repo is no longer maintained +- [Sound](https://github.com/jmontleon/pixelbook-fedora/issues/51). [is](https://github.com/jmontleon/pixelbook-fedora/issues/47). [always](https://github.com/jmontleon/pixelbook-fedora/blob/main/specs/pixelbook-alsa-ucm.spec#L39). [broken](https://github.com/jmontleon/pixelbook-fedora/blob/main/specs/pixelbook-alsa-ucm.spec#L36). + # Fedora on Pixelbook This process can be used to get Fedora installed on your Chromebook. **This process will destroy your data so make sure you have backups of anything you need. When you're done ChromeOS will not be bootable and your data will be wiped.** See the notes below for how to adapt them for [other distrbutions](#other-distributions). @@ -7,7 +10,7 @@ What works and doesn't work: | Component | Status | | ------------- |-------------| | Ambient Light Sensor | Mostly Working [Issue](https://github.com/jmontleon/pixelbook-fedora/issues/18) | -| Audio | [Working](#Audio) | +| Audio | Broken as of 6.1.0 | | Brightness | [Working](#Brightness) | | Bluetooth | Working | | Camera | Working | @@ -113,7 +116,11 @@ In Gnome, to use the Capslock and Super keys run these commands at login or add ## Orientation 1. `sudo dnf -y install pixelbook-udev pixelbook-scripts`, if you haven't already. 1. `sudo dnf -y update`, if you haven't already. -1. `sudo mv /etc/acpi/events/powerconf /etc/acpi/events/powerconf.disabled~` This will prevent the power button from causing an immediate shutdown in Gnome. +1. `edit /etc/acpi/events/powerconf and comment out the following two lines. This will prevent the power button from causing an immediate shutdown in Gnome. +``` +event=button/power.* +action=/etc/acpi/actions/power.sh +``` 1. `sudo systemctl --now enable acpid` 1. Gnome and KDE handle screen orientation automatically in tablet mode. 1. For others `systemctl --user --now enable pixelbook-display-orientation`