HP Chromebook x360 11 G3 EE display flip randomly

Hey everyone!
I recently switched to Linux on my Chromebook. I used the battery method to bypass write protection and successfully installed Pop!_OS. Everything works fine, except for one issue — the screen randomly flips upside down, especially right after booting or when updating firmware.

I was able to get some help from ChatGPT with a script to rotate the display back to normal, which works temporarily, but the issue still comes back from time to time.

Has anyone else experienced this? Is there a more permanent fix, or is this just one of those quirks that comes with running Linux on a Chromebook?

Thanks in advance!

The autorotate sensor may be a bit to sensitive. You can disable it entirely with sudo systemctl mask iio-sensor-proxy.service

1 Like

Thank you so much!!!