Chuwi Hi10 X N100 Screen Rotation Linux .How to fix

Installing Linux Mint has wrong screen rotation. To fix:
Create file
/etc/udev/hwdb.d/61-sensor-local.hwdb
Contents

sensor:modalias:*
 ACCEL_MOUNT_MATRIX= 0, 1, 0; -1, 0, 0; 0, 0, 1

then run:
sudo systemd-hwdb update
sudo udevadm trigger
sudo reboot now

This doesn’t fix the log in screen. Remember to toggle auto rotation in the display settings!

1 Like

thank you probably otherswill find useful