刚刚在 MacBook Pro(2009 年中)上安装了 Ubuntu 18.04,13 英寸屏幕,Core2 Duo CPU 和 GeForce 9400 GPU。将 RAM 升级到 4 GB 以解决挂起问题后,花了一点时间四处寻找和调整才安装并启动并运行 WiFi。
屏幕亮度控制不起作用,有人可以帮忙吗?
答案1
此解决方案适用于 Ubuntu 16 LTS 下带有 NVidia GeForce 卡的 Macbook Pro:
在终端编辑“xorg.conf”文件:
sudo gedit /etc/X11/xorg.conf
在“设备”部分添加一个新的命令行(参见下面的“#”):
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 320M"
#This following line actually enables the brightness control
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection