Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== KUU flexones 360 ====== ===== power saving ===== /etc/tmpfiles.d/energy_performance_preference.conf <code> w /sys/devices/system/cpu/cpufreq/policy?/energy_performance_preference - - - - balance_power </code> ===== accelerometer ===== /etc/udev/hwdb.d/61-sensor-local.hwdb <code> # edit and 'systemd-hwdb update' sensor:modalias:acpi:KIOX010A:KIOX010A:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, -1 </code> run 'systemd-hwdb update' ===== tablet mode ===== * install tablet-mode and configure * add user to tablet group * use tablet-mode desktop to switch mode /etc/tablet-mode.json <code> { "tablet": [ "/dev/input/by-path/platform-i8042-serio-0-event-kbd", "/dev/input/by-path/pci-0000:00:15.0-platform-i2c_designware.0-event-mouse" ], "notify": true } </code> tips/hw/kuu.txt Last modified: 2022/11/19 19:19by sscipioni