@@ -34,7 +34,7 @@ sudo grub2-editenv - unset menu_auto_hide
3434:CUSTOM_ID: keyboard-layout
3535:END:
3636Apple keyboard is handled by the kernel module called =hid_apple=. This
37- ones accepts a bunch of parameters amongst which two are interesting to
37+ one accepts a bunch of parameters amongst which two are interesting to
3838me:
3939
4040- =fnmode= which controls how the =fn= key should behave (0=disabled,
@@ -64,9 +64,9 @@ Next, to make this persistent, I regenerated the =initramfs= using
6464:CUSTOM_ID: fix-nvidia-blurry-display-on-wake-up
6565:END:
6666Sometimes, some parts of the gnome desktop display blurry. This is
67- linked to a but to the proprietary NVidia drivers. To work around this,
68- we can restart the display manager by pressing Alt+f2 and entering the
69- =r= command.
67+ linked to the proprietary NVidia drivers. To work around this, we can
68+ restart the display manager by pressing Alt+f2 and entering the =r=
69+ command.
7070
7171Otherwise, something to test if the issue is too boring is to disable
7272some power management options in the NVidia drivers configuration
@@ -76,6 +76,9 @@ some power management options in the NVidia drivers configuration
7676options nvidia NVreg_PreserveVideoMemoryAllocations=0
7777#+end_example
7878
79+ *Edit February 2025*: Since Fedora 41, I have no display issues
80+ anymore.
81+
7982*** Fix Wrong Battery Percentage
8083:PROPERTIES:
8184:CUSTOM_ID: fix-wrong-battery-percentage
@@ -89,29 +92,30 @@ This is a tiny glitch in =upower= service. Rebooting it fixes the bug:
8992% sudo systemctl restart upower
9093#+end_example
9194
95+ *Update February 2025*: I did not experience this problem with
96+ Fedora 41.
97+
9298*** Fix Trackpad
9399:PROPERTIES:
94100:CUSTOM_ID: fix-trackpad
95101:END:
96- I still do not found out why some times, the trackpad does not respond
97- anymore. Looking at the system logs, I can only see the following error
98- repeating each time I touch the trackpad:
99-
100- #+begin_example
101- #+end_example
102-
103- If this happen, simply reloading the kernel module fix the problem:
102+ I still did not find out why sometimes, the trackpad does not respond
103+ anymore. If this happen, simply reloading the kernel module fix the
104+ problem:
104105
105106#+begin_example
106107% sudo rmmod bcm5974
107108% sudo modprobe bcm5974
108109#+end_example
109110
111+ *Update February 2025*: I did not experience this problem with
112+ Fedora 41.
113+
110114*** Remap CapsLock key
111115:PROPERTIES:
112116:CUSTOM_ID: remap-capslock-key
113117:END:
114- Remapping key is not something we can do by default via the Settings
118+ Keys remapping is not something we can do by default via the Settings
115119panel: those hackers tweaks are accessible with a package called
116120=gnome-tweaks=. When installed, run the command =gnome-tweaks= from a
117121terminal or simply run the =Tweaks= application via the icon.
@@ -150,6 +154,11 @@ Last metadata expiration check: 0:15:20 ago on Sat 21 Oct 2023 06:14:05 AM CEST.
150154[...]
151155#+end_example
152156
157+ *** Copying Files from iPhone
158+
159+ The idea is to use the =libimobiledevice= library. I created a
160+ directory =~/.iPhone= then =ifuse ~/iPhone=.
161+
153162** Upgrades
154163:PROPERTIES:
155164:CUSTOM_ID: upgrades
@@ -217,3 +226,8 @@ debug mode (with =M-x mu4e-toggle-logging=) and discovered it was
217226related to a version of indexing schema. This is justified: the previous
218227version of =mu= was 1.10 and the new one is 1.12. I just re-indexed my
219228mails.
229+
230+ *** Fedora 41
231+
232+ I upgraded to Fedora 41 in Febrary 2025. All worked fine. I experience
233+ no display issues anymore with the NVidia drivers.
0 commit comments