gpd/pocket-{3,4}: enable IIO

Enables screen auto rotation.
This commit is contained in:
Florian Klink 2026-01-14 12:30:30 +02:00
parent 40b1a28dce
commit 316a132d5f
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,9 @@ in
"video=DSI-1:panel_orientation=right_side_up"
];
# Turn on IIO for accelerometer screen rotation.
hardware.sensor.iio.enable = lib.mkDefault true;
fonts.fontconfig = {
subpixel.rgba = "vbgr"; # Pixel order for rotated screen

View file

@ -23,6 +23,9 @@ in
];
};
# Turn on IIO for accelerometer screen rotation.
hardware.sensor.iio.enable = lib.mkDefault true;
fonts.fontconfig = {
subpixel.rgba = "vbgr"; # Pixel order for rotated screen