> For the complete documentation index, see [llms.txt](https://mtwstudio.gitbook.io/ryzentosh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtwstudio.gitbook.io/ryzentosh/3-kexts/nvidia-graphics.md).

# 顯示 (Nvidia)

{% hint style="info" %}
Nvidia Web Driver 下載：<https://www.tonymacx86.com/nvidia-drivers/>
{% endhint %}

## 安裝教學

### 找到版本並下載

從 Os Build 中的後綴號碼找到適合你系統的驅動並下載

例如筆者的是 macOS 10.12.6 Sierra **(16G29)**，就找到對應的版本下載

![](/files/-LDdA2DKnnp_52mRGI0T)

### 安裝

毫無技術性，打開輸入密碼下一步案到底即可

### 啟用獨顯

正常來說應該會自己切換過去，如果沒有，記得切換過去

![](/files/-LDdAw2lj8JUO8bS9PsJ)

### 如何確認獨顯已啟用？

打開「關於這台Mac」，顯示卡部分有正常列出型號及記憶體大小就表示啟用了！

勾了 重開機了 獨顯還是沒有接管嗎？

那就改Clover設定吧！

## 疑難排解

### 獨顯無法啟用？

打開 **Clover Configurator**

找到Boot，取消勾選 **nvda\_drv=1**

並到System Parameters勾選 **NvidiaWeb**

![nvda\_drv=1](/files/-LFMC1Nb_msZKKp7WyGu)

![NvidiaWeb](/files/-LFMC3LzhXJbTJWHdjj9)

### 安裝後黑畫面？

Github Issue #1

{% hint style="success" %}
\[Fix] 10.12/10.13 Nvidia 2/3/4/5/6/7/9/10xx Series Black Screen

<https://www.tonymacx86.com/threads/fix-10-12-10-13-nvidia-2-3-4-5-6-7-9-10xx-series-black-screen.203430/>
{% endhint %}

筆者的系統識別選擇了Mac Pro 5.1，所以在安裝上並無問題

![](/files/-LJJR37aDAmdedmsVRAT)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mtwstudio.gitbook.io/ryzentosh/3-kexts/nvidia-graphics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
