dreemurrs-embedded / Pine64-Arch

:penguin: Arch Linux ARM for your PinePhone/Pro and PineTab/2
722 stars 108 forks source link

Autorotate not working in the newest update #192

Closed SAPllak closed 3 years ago

SAPllak commented 3 years ago

Autorotate worked when I installed arch but when i updated it with (sudo pacman -Syu) and my autorotate sopped working. I hope this issue gets resolved. IMG20210712143953

Danct12 commented 3 years ago

Seems like iio-sensor-proxy 3.1 is a bit buggy, this is what shows up in journalctl when it doesn't work:

Jul 12 15:02:05 danctnix iio-sensor-prox[3359]: driver_set_polling: assertion

However, there is a workaround to this: open the terminal and run sudo systemctl restart iio-sensor-proxy. I'll try to bisect this.

EDIT: As a temporary solution, you can now downgrade to iio-sensor-proxy 3.0 by running pacman -Syuu.

Danct12 commented 3 years ago

Can also be related to #191.