0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macOS10.12でGTX1080を動かす

Last updated at Posted at 2019-09-01

公式eGPUではないので自己責任です

環境

インストール

導入はインストールスクリプトを実行するだけです。

SIP解除
SIPを無効化します
https://qiita.com/zaburo/items/c650cda45c858fe856a9

インストールスクリプト
https://egpu.io/ から環境にあったものを選択
OSが10.12なので automate-eGPU.sh を選択
egpu.png

遷移先にも手順がありますが、curlでシェルスクリプトを落として実行するだけです。
このスクリプトは接続されているグラフィックボードを検出してドライバーのインストールまでをよしなに行ってくれるものです。なので実行時は外部GPU(Razer Core)をつないでおきます。

curl -o automate-eGPU.sh https://raw.githubusercontent.com/goalque/automate-eGPU/master/automate-eGPU.sh && chmod +x automate-eGPU.sh && sudo ./automate-eGPU.sh

途中の質問は yes で大丈夫です。

外部ディスプレイをメインに指定する
インストールが完了したら システム設定>ディスプレイ から外部ディスプレイをメインに指定します
display.png

再起動させます。

外部GPUを確認する

システム情報で認識しているか確認

システム情報

以上です。SIPを戻しておきましょう。

導入自体は手軽ですが、起動後に外部GPUつないでも認識しないとか結線が抜けるとMacの電源が落ちるなどあったりはします。とはいえGTX1080のパワーが得られるのでそのへんは致し方なしですかね。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?