[Bug 45626] enabling macOS eGPU settings

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 4 16:51:29 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=45626

--- Comment #2 from Ken Thomases <ken at codeweavers.com> ---
(In reply to Rastafabi from comment #1)
> If this does help anybody:
> 
> The status of the eGPU setting can be read here:
> 
> defaults read -app <app path> GPUSelectionPolicy
> 
> The command does "fail", if the setting hasn't been altered previously, so
> it's safe to assume, that "prefer eGPU" hasn't been selected. Enabling it
> does not affect the system if there is no eGPU present.

Have you tried the following command to see if it helps?

defaults write org.winehq.wine GPUSelectionPolicy -string preferRemovable

To revert to the default, you would use:

defaults delete org.winehq.wine GPUSelectionPolicy

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list