You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
1. First update your mbp-fedora installation to the latest (possible) version of Fedora by following the tutorial from down below (section: [How to upgrade current mbp-fedora installations](#how-to-upgrade-current-mbp-fedora-installations))
10
10
1. I was able to only update mbp-fedora to F39 with the latest version of mbp-fedora-kernel
11
11
12
+
2. Add t2linux copr repo and install newer kernel and config packages
13
+
12
14
```bash
13
15
sudo -i
14
16
@@ -46,16 +48,16 @@ enabled_metadata=1
46
48
priority=80
47
49
#########
48
50
49
-
##
51
+
## remove mbp-fedora-t2 packages and proceed with t2linux ones
2. Update to the latest version of Fedora once again by following the tutorial from down below (starting from the point 3, we don't need to update mbp-fedora-kernel as we are now using t2linux fedora kernel) (section: [How to upgrade current mbp-fedora installations](#how-to-upgrade-current-mbp-fedora-installations))
58
-
3. Cleanup manual changes and install all t2linux packages:
59
+
3. Update to the latest version of Fedora once again by following the tutorial from down below (starting from the point 3, we don't need to update mbp-fedora-kernel as we are now using t2linux fedora kernel) (section: [How to upgrade current mbp-fedora installations](#how-to-upgrade-current-mbp-fedora-installations))
60
+
4. Cleanup manual changes and install all t2linux packages:
4. To modify TouchBar configuration go to: `/usr/share/tiny-dfr/config.toml`
70
+
5. To modify TouchBar configuration go to: `/usr/share/tiny-dfr/config.toml`
69
71
1. i.e. to enable media keys as default modify line: `MediaLayerDefault = false` to `MediaLayerDefault = true` and restart tiny-dfr service `systemctl restart tiny-dfr.service`
70
72
2. or to come back to stock stop tiny-dfr service: `systemctl disable tiny-dfr`
0 commit comments