Skip to content

Instantly share code, notes, and snippets.

@jinpark
Created December 14, 2019 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jinpark/563784f256e9970b9b19cf96c8fca3c6 to your computer and use it in GitHub Desktop.
Save jinpark/563784f256e9970b9b19cf96c8fca3c6 to your computer and use it in GitHub Desktop.
accel_mount_matrix for acer spin 1 sp111-33 to fix orientation / accelerometer issues for elementary os
sensor:modalias:acpi:BOSC0200*:dmi:*svn*Acer*:*pn*Spin*SP111-33*
ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
@jinpark
Copy link
Author

jinpark commented Dec 14, 2019

add this file to /etc/udev/hwdb.d/ and then
then as root
systemd-hwdb --usr update
udevadm trigger
udevadm info -export-db | grep ACCEL
then reboot

from https://community.acer.com/en/discussion/534636/acer-spin-1-sp111-32n-cant-boot-any-linux-from-usb/p2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment