Update NixOS accelerometer info#81
Update NixOS accelerometer info#81pol-epsevg wants to merge 2 commits intoFrameworkComputer:mainfrom
Conversation
Also includes a way to disable the touchscreen. Many Framework Laptop 12 owners have previously complained about the quality of the palm rejection. I was having trouble with palm rejection while drawing, so I figured out how to disable the touchscreen entirely while keeping stylus functionality.
|
Disabling the touchscreen breaks auto rotate. I'll see if I can find a fix |
|
I'd like to have @JohnAZoidberg check this before I do anything with it, hang tight for me. |
It's already included in the nixos-hardware config: https://github.com/NixOS/nixos-hardware/blob/master/framework/12-inch/common/default.nix |
|
My bad! Somehow I missed it. Thanks for the review. Let me know if I should update the file including only the note about the touchscreen, otherwise you can close the merge request :) |
|
|
||
| Version 3.7 has a bug, making it incompatible with Framework 12. | ||
| NixOS 25.05 and NixOS 25.11 (unstable) are patched: | ||
| NixOS channels 25.05 and newer are patched: |
There was a problem hiding this comment.
Actually everything is either patches, has a newer fixed version or an older unaffected version.
I found out I needed to add
hardware.sensor.iio.enable = true;in order to have automatic screen rotation, which I didn't find documented anywhere, so I figured it would be handy to include here.Also includes a way to disable the touchscreen. Many Framework Laptop 12 owners have previously complained about the quality of the palm rejection. I was having trouble with palm rejection while drawing, so I figured out how to disable the touchscreen entirely while keeping stylus functionality. It might come in handy for someone.