Last active
June 25, 2025 21:17
-
-
Save ilya-grigoriev/a8860064a358c1848fc67c2d985ee82f to your computer and use it in GitHub Desktop.
MacBook 7.1 (mid 2010) with Ubuntu 18.04 in 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Install Ubuntu 18.04.6 (amd64). | |
2. Follow [the instructions](https://askubuntu.com/a/613573). When I entered `sudo setpci -s "00:17.0" 3e.b`, I got `0a`, but this didn't affect the installation Nvidia graphics driver. | |
3. Install Nvidia graphics driver and drivers for Wi-Fi from `Additional Drivers` program (in Ubuntu). Reboot. We see the Nvidia logo. | |
4. [The method with enabling "EnableBrightnessControl" in `/etc/X11/xorg.conf`](https://askubuntu.com/a/199652) doesn't work for me, so I created hotkeys for `F1` and `F2` with `xbacklight` tool. | |
5. Disabled unnecessary (for me) daemons like `snapd`, `apparmor`, etc., so as not to slow down the system. | |
6. Done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment