Post
Fedora Linux 22 on Macbook Pro Retina
I have Late 2013 MacBook Pro Retina and I wanted to run Fedora 22 on it. These are just some tips to solve some common problems.
I have Late 2013 MacBook Pro Retina (MacBookPro11,1 (13") (A1502)) and I wanted to run Fedora 22 on it. These are just some tips to solve some common problems about running Linux on it:
- Configure wireless:
First install kernel-devel:
dnf install kernel-devel -y
The follow the steps here (basically: install rpmfusion, then broadcom-wl, then run sudo akmods).
-
How do I switch the Command key and Control key on a MacBook Pro? Check here.
-
Adjust HiDPI settings. If you are running Cinnamon, you can just adjust it in the fonts settings panel. If you are not, you may need to export
GDK_SCALEfor some applications. You can find additional details in this link. -
Touch pad: enable the right click on the right bottom area of the touch pad.
sudo cat <<EOF> /etc/X11/xorg.conf.d/60-synaptics.conf
Section "InputClass"
Identifier "Disable clickpad buttons on Apple touchpads"
MatchProduct "apple|Apple|bcm5974"
MatchDriver "synaptics"
Option "SoftButtonAreas" "40% 0 80% 0 0 0 0 0"
EndSection
EOF.
You can learn more about tweaking the Macbook touchpad here and here.
- Bluetooth: does not seem to work yet, sorry.