i have installed Ubuntu 18.04 on my hp-pavilion-15-notebook-pc. my screen rotates itself again and again. i have searched in setting to get it right but i get no solution yet. help me guys.
Asked
Active
Viewed 4,765 times
2 Answers
3
Try this to set it to normal
$ xrandr -o normal
But the permanent solution is to stop and disable the sensor on restart
$ sudo systemctl stop iio-sensor-proxy.service
$ sudo systemctl disable iio-sensor-proxy.service
Gangaraju
- 131
0
Enter this command, works for me -
$ xrandr -o normal
then logout and log back in or simply restart should work.
Shaze
- 426