Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #51, Archive repo #52

Merged
merged 1 commit into from
Jan 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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 |
Expand Down Expand Up @@ -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`
Expand Down