We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e5afd commit 014b5b2Copy full SHA for 014b5b2
framework12/debugging.md
@@ -88,6 +88,20 @@ forwards it to GNOME/KDE via dbus.
88
89
If no, likely your kernel is older than 6.12.
90
91
+### Check that the sensor is working
92
+
93
+Run the below command and check that the lid angle and sensor data responds
94
+correctly when you move the device or bend the lid at the hinge.
95
96
+```
97
98
+> sudo watch -n1 framework_tool --sensors
99
+Accelerometers:
100
+ Lid Angle: 118 Deg
101
+ Lid Sensor: X=+0.00G Y=+0.86G, Z=+0.53G
102
+ Base Sensor: X=-0.03G Y=-0.07G, Z=+1.02G
103
104
105
### Check that the kernel exposes accelerometer data
106
107
```
0 commit comments