Skip to content

Commit

Permalink
Remove clamshell patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Oct 30, 2019
1 parent 4490fe6 commit 78b4035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A system backup is **always recommended** before using patches on macOS. I sugge

## Installation
Few things of **note** before you install:
- If you are using **macOS 10.15.1 or later**, ensure you are running script **v6.0.3** or later. If this is your first time installing, the following instructions will ensure you get the latest version automatically. For previous users, the script will prompt for an update automatically.
- If you are using **macOS 10.15.1 or later**, ensure you are running script **v6.1.0** or later. If this is your first time installing, the following instructions will ensure you get the latest version automatically. For previous users, the script will prompt for an update automatically.
- If you are using an NVIDIA 9xx or newer GPU, only **macOS High Sierra** is supported. Newer macOS versions do not have available web drivers to accelerate these GPUs. The script will not proceed to patch if appropriate web drivers are not available for your system.
- If you have a **Ti82** enclosure such **Razer Core V1** and **Akitio Thunder3**, the script will not be able to determine the GPU installed inside it automatically. In this scenario, the script will ask you what GPU you are using (AMD or NVIDIA).
- If you are using an AMD GPU not listed in [Apple's eGPU support document](https://support.apple.com/en-us/HT208544), such as the **R9 Nano**, legacy support will have to be enabled. In most cases, this will be done automatically. However, as above, if you have a Ti82 enclosure, the script will ask you if you would like to install this.
Expand Down Expand Up @@ -73,7 +73,7 @@ These are some of the most frequently asked questions regarding this script and
<summary>See Questions</summary>

#### Why is eGPU not working on Thunderbolt 1/2 system on Catalina?
See installation notes. If you are running **macOS 10.15.1 or later**, use script version **v6.0.3** or newer.
See installation notes. If you are running **macOS 10.15.1 or later**, use script version **v6.1.0** or newer.

#### Why did the script fail to detect my enclosure?
Assuming hardware is appropriately configured and not defective, the only case when the script fails to detect eGPU configurations is when the enclosure has a Ti82 controller, which macOS does not support by default. Hence detection fails. Simply answer the questions the script asks to proceed with your setup.
Expand Down
5 changes: 2 additions & 3 deletions purge-wrangler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# purge-wrangler.sh
# Author(s): Mayank Kumar (mayankk2308, github.com / mac_editor, egpu.io)
# License: Specified in LICENSE.md.
# Version: 6.0.3
# Version: 6.1.0

# ----- ENVIRONMENT

Expand Down Expand Up @@ -32,7 +32,7 @@ is_bin_call=0
call_script_file=""

# Script version
script_major_ver="6" && script_minor_ver="0" && script_patch_ver="3"
script_major_ver="6" && script_minor_ver="1" && script_patch_ver="0"
script_ver="${script_major_ver}.${script_minor_ver}.${script_patch_ver}"
latest_script_data=""
latest_release_dwld=""
Expand Down Expand Up @@ -734,7 +734,6 @@ run_patch_nv() {
create_hexrepresentation "${iog_binpath}"
patch_binary "${agw_binpath}" "${hex_nvda_bypass}" "${hex_nvda_bypass_patch}"
patch_binary "${iog_binpath}" "${hex_nvda_bypass}" "${hex_nvda_bypass_patch}"
patch_binary "${iog_binpath}" "${hex_nvda_clamshell}" "${hex_nvda_clamshell_patch}"
create_patched_binary "${agw_binpath}"
create_patched_binary "${iog_binpath}"
modify_plist "${iondrv_plistpath}" "Add" "${set_iognvda_pcitunnelled}" "true"
Expand Down

0 comments on commit 78b4035

Please sign in to comment.