Slow Tracking speeds for the new Magic Mouse | MacFixIt - CNET Reviews

Great tip. Should add that you need to set the System Preference Tracking Speed to Minimum, then execute the scale command and then slide the Tracking speed up to Max. I used:

defaults write -g com.apple.mouse.scaling 10

and it's finally at an acceptable speed.

codepocket.com

1. 先將滑鼠速度調到最低
2. 執行 defaults write -g .... (最大就是 10 了)
3. 再將滑鼠速度調到最高

速度似乎就正常了。(適用所有滑鼠)

How to bypass loader.conf at boot

Let the technician boot the box and tell him to escape to the boot prompt. When he will be done, he just need to unset those variables with the following command -- unset kern.maxdsiz; and unset kern.dfldsiz. After that, he will just have to type 'boot' and that's all. I hope that this will work for him ;-)

如果在 loader.conf 裡面的參數設定錯了,可以在開機時 escape 到 boot prompt,然後使用 unset 把 loader.conf 裡設定的東西暫時移除,以便正常開機。