> 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/1-preparing/1-1-resources.md).

# 實用資源

## 工具

### Transmac

{% hint style="info" %}
<https://www.acutesystems.com/scrtm.htm>
{% endhint %}

用來將 DMG 製作成安裝隨身碟，付費軟體，但是有試用期，所以就好好利用吧

### Clover Configurator

{% hint style="info" %}
<https://mackie100projects.altervista.org/download-clover-configurator/>
{% endhint %}

掛載 EFI 和更改開機設定 ( config.plist ) 的神器，有兩種版本 **Classic Edition** 和 **Vibrant Edition**，差別在介面，前者白色版、後者暗黑版

### Clover Theme Manager

{% hint style="info" %}
<https://www.insanelymac.com/forum/topic/302674-clover-theme-manager/>
{% endhint %}

用來下載開機選單佈景的工具，如果你很注重美化，那一定不能錯過

### Kext 工具

{% hint style="info" %}

* Kext Utility：<http://cvad-mac.narod.ru/index/0-4>

* Kext Wizard：<https://mac.softpedia.com/get/Utilities/Kext-Wizard.shtml>
  {% endhint %}

* 據我的理解，這兩個可以用來裝驅動

## 站點

### AMD OS-X

{% hint style="info" %}
<https://forum.amd-osx.com/app.php/bbdownloads/index.html>
{% endhint %}

AMD 安裝 macOS 的大本營，**強烈建議辦個帳號**，這裡專門提供AMD的支援

建議在這邊下載：

* Sierra 或 High Sierra 安裝檔 （內含**AMD內核**、**Clover Bootloader** 等）
* VoodooHDA 2.8.4 (萬用音效驅動，據說經測試最穩定的版本)

### Tonymacx86

{% hint style="info" %}
<https://www.tonymacx86.com/resources/>
{% endhint %}

建議在這邊下載：

* Nvidia Web Driver

### Bitbucket / RehabMan

{% hint style="info" %}
<https://bitbucket.org/RehabMan/>
{% endhint %}

建議在這邊下載：

* 網路驅動
* Generic USB3

## Kext

### Lilu

{% hint style="success" %}
<https://github.com/acidanthera/Lilu/releases>
{% endhint %}

簡單翻譯，這是房屋的地基，單獨安裝沒路用\
但是可以在上面加裝 kext，例如 WhateverGreen ，許多 kext 都需要這東西

### WhateverGreen

{% hint style="info" %}
<https://github.com/acidanthera/WhateverGreen/releases>
{% endhint %}

`需要Lilu`

顯卡有問題裝這個能解決一堆問題

話說不久前  NvidiaGraphicsFixup 與 WhateverGreen 合併了，剛剛看到 Github 上的 README 我也很訝異

## 額外驅動

### Android 網路分享

{% hint style="info" %}
<https://joshuawise.com/horndis>​
{% endhint %}

Android 手機直接插上電腦是無法直接分享的，所以需要透過這個讓分享可以正常使用

### USB網卡 - Dlink DWA-131

{% hint style="info" %}
<http://support.dlink.com.au/Download/download.aspx?product=DWA-131&type=Drivers>
{% endhint %}

這是我的 USB 網卡，非刻意購買，但就是這麼剛好可以用

### 繪圖板 - Wacom CTL-471

{% hint style="info" %}
<http://cdn.wacom.com/u/productsupport/drivers/mac/consumer/pentablet_5.3.7-6.dmg>
{% endhint %}

繪圖板


---

# 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/1-preparing/1-1-resources.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.
