These instructions were tested on a MacBook Pro Mid 2014.
Should ---probably--- work just fine on other MacBooks.
If you install Ubuntu on a MacBook, you'll soon find a small ---but highly irritating--- set of behaviours:
The Alt and Cmd keys are swapped out (using a PC keyboard as a reference).
The function keys are swapped out with the multimedia keys.
Cannot easily copy & paste on the CLI with the laptop's keyboard.
The trackpad behaves erratically.
You can hardly read anything on the screen or...
Maybe the UI size is too big and you'd want to adjust it to your liking.
If this sounds like your kind of problems, then keep reading, solutions are ahead. Right now, the only issue without a solution is the integrated webcam. It does not work.
This will make your function keys available by default. To use your multimedia keys, you'll now need
to hold the fn key while pressing a multimedia one.
If you are using i3, your screen's text is probably way too small, to adjust the display scale
you need to change the screen mode ---resolution, if you will. Open a terminal and type:
command
xrandr--outputeDP-1--mode1680x1050
If that is still too small, try with:
command
xrandr--outputeDP-1--mode1440x900
What we did was to downscale the resolution from 2560x1600 to 1680x1050 ---or 1440x900.
TIP ~ Back to login screen
On i3 you can close your session with: Shift + Super + E.
Super is the Windows key.
If you, somehow cannot press that combination, you can use ---with caution, the next command:
Bash
kill-9-1
This will terminate all the user processes, and get you back to the login screen.