From 29b52ebac206e3a76bbe40b4375d46d0cea2d7a3 Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Mon, 25 Feb 2019 21:52:46 -0500 Subject: [PATCH] disable csmt under Mojave for better GPU threading --- Client-Configuration.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Client-Configuration.md b/Client-Configuration.md index 689fe5e..0291133 100644 --- a/Client-Configuration.md +++ b/Client-Configuration.md @@ -170,4 +170,11 @@ wine eqgame.exe patchme # Linux -# Troubleshooting \ No newline at end of file +# Troubleshooting + +1. Excessive GPU usage with MacOS Mojave + + * Open Terminal (_/Applications/Utilities/Terminal.app_) + * Enter the command "wine regedit" + * HKEY_CURRENT_USER -> Software -> Wine -> Direct3D + * Create a DWORD Value (REG_DWORD) and set the value to 0x0 (disable) \ No newline at end of file