File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Left / Ports 23
39
39
> sudo framework_tool --pd-enable 0
40
40
```
41
41
42
- ### Check EFI Resource Table
42
+ ## Check EFI Resource Table
43
43
44
44
On Framework Desktop:
45
45
@@ -60,6 +60,30 @@ ESRT Entry 0
60
60
Last Attempt Status: Success
61
61
```
62
62
63
+ ## Manually overriding tablet mode status
64
+
65
+ If you have a suspicion that the embedded controller does not control tablet
66
+ mode correctly based on Hall and G-Sensor, you can manually force a mode.
67
+
68
+ This may also be useful if you want to use the touchpad and keyboard while the
69
+ lid is folded back - for example if you're using an external display only (Cyberdeck).
70
+ In this case you can force laptop mode.
71
+
72
+ Tablet mode:
73
+ - Sets a GPIO connected to the touchpad to disable it
74
+ - Stops the EC from sending keypresses to the CPU
75
+
76
+ ```
77
+ # Force tablet mode to disable touchpad and keyboard
78
+ > framework_tool --tablet-mode tablet
79
+
80
+ # Force laptop mode to always keep touchpad and keyboard enabled
81
+ > framework_tool --tablet-mode laptop
82
+
83
+ # Let the EC handle tablet mode automatically based on sensors
84
+ > framework_tool --tablet-mode auto
85
+ ```
86
+
63
87
## Flashing EC firmware
64
88
65
89
** IMPORTANT** Flashing EC firmware yourself is not recommended. It may render
You can’t perform that action at this time.
0 commit comments