Halo, I installed elementary is on my HP EliteBook 745 G2 and the screen orientation keeps changing as I move the laptop. Please advise, I don't have a touchscreen
That happened to me on my Elitebook 8570p. I don't clearly remember what I did, but I *think* it was this: Code (Text): $ sudo systemctl stop iio-sensor-proxy.service $ sudo systemctl disable iio-sensor-proxy.service See also https://askubuntu.com/questions/1035209/how-to-turn-off-screen-rotation-in-ubuntu-18-04-lts and https://askubuntu.com/questions/968169/screen-randomly-rotates-on-ubuntu-17-10
You sholud turn off the sensors, you can do this manually but command line more easy. $ sudo systemctl stop iio-sensor-proxy.service $ sudo systemctl disable iio-sensor-proxy.service