Skip to content

Commit c3ac9ac

Browse files
authored
Merge pull request #63 from FrameworkComputer/iio-sensor-proxy-3.8
framework12 iio-sensor-proxy 3.8 has been released
2 parents 4f4f7af + 2fa5833 commit c3ac9ac

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

framework12/Ubuntu-25-04-accel-ubuntu25.04.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This guide will help set up screen rotation support for your laptop on Ubuntu 25
66
77
Ubuntu 25.04 currently ships with iio-sensor-proxy 3.7 that has [a bug](https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/issues/411) preventing it from delivering accelerometer events from kernel to userspace (GNOME, KDE, ...).
88

9-
We have [submitted a bug](https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/2117530) to backport the upstream fix.
10-
In the meanwhile you can use the following workaround.
9+
We have [submitted a bug](https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/2117530) to backport the upstream fix or update to 3.8.
10+
In the meanwhile you can use the following workaround:
1111

1212
```
1313
sed 's/.*iio-buffer-accel/#&/' /usr/lib/udev/rules.d/80-iio-sensor-proxy.rules | sudo tee /etc/udev/rules.d/80-iio-sensor-proxy.rules

framework12/debugging.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,11 @@ If no, make sure the package is installed and the service is enabled and running
122122
Accelerometer orientation changed: normal
123123
```
124124

125-
If not, you are likely running iio-sensor-proxy 3.7.
126-
A fix has been [merged upstream](https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/merge_requests/400).
127-
Until the next release has reached distributions, you can either downgrade to
128-
3.7 or remove a line in the udev config:
125+
If not, you are likely running iio-sensor-proxy 3.7, which has a
126+
[known regression](https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/merge_requests/400)
127+
that is fixed in iio-sensor-proxy 3.8.
128+
If your distribution has not updated to 3.8, you can either downgrade to
129+
3.6 or remove a line in the udev config:
129130

130131
```
131132
sed 's/.*iio-buffer-accel/#&/' /usr/lib/udev/rules.d/80-iio-sensor-proxy.rules | sudo tee /etc/udev/rules.d/80-iio-sensor-proxy.rules

0 commit comments

Comments
 (0)