SSブログ
エステ

Ubuntu 10.10 (Maveric) on Mac(設定編) [Linux on Mac]

そのままでも無線LAN以外は案外動きますが、ちょっと手を入れると
動きがよくなります。

# add-apt-repository ppa:mactel-support && sudo apt-get update

# apt-get install nvidia-bl-dkms pommed

# echo "nvidia_bl shift=2" >> /etc/modules

# vi /etc/X11/xorg.conf

赤文字部分を追記

Section "Screen"
        Identifier      "Default Screen"
        DefaultDepth    24
EndSection

Section "Module"
        Load    "glx"
EndSection

Section "Device"
        Identifier      "Default Device"
        Driver  "nvidia"
        Option  "NoLogo"        "True"
        Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection


# echo "coretemp" >> /etc/modules

# apt-get install gnome-alsamixer

# echo "options snd-hda-intel model=mbp55" >> /etc/modprobe.d/alsa-base.conf

あと、
らしいので、

# apt-get --reinstall install bcmwl-kernel-source bcmwl-modaliases

この広告は前回の更新から一定期間経過したブログに表示されています。更新すると自動で解除されます。