Here you have a couple of unoffical Wineskin engines for Wine Bug #34166:
WS9Wine1.7.11
- Vanilla Wine Version (has flickering bug, only for reference)WS9Wine1.7.11-noflicker-unnebäck
- Patch by Linus Unnebäck for 1.7.4WS9Wine1.7.11-noflicker-verbeet
- Patch by Henri Verbeet for 1.7.11
I patched the patch from Linux Unnebäck to work with 1.7.11 and you can download it directly from this repository.
Benchmark results using all three engines are available here.
The engines were built on a freshly installed Mac OS Snow Leopard with included XCode. I used a different format for naming the engines (- after wine version) to make it clear that they're not officially approved.
Copy and paste the following line into a terminal window, then hit enter (please see also next section to activate it).
-
Verbeet engine (Fixing
Double Buffering Issue
):
curl -L "https://raw2.github.com/lnxbil/WineskinEngines/master/WS9Wine1.7.11-noflicker-verbeet.tar.7z" > "$HOME/Library/Application Support/Wineskin/Engines/WS9Wine1.7.11-noflicker-verbeet.tar.7z"
This engine will then show up in the list of engines in Wineskin Winery as `WS9Wine1.7.11-noflicker-verbeet`.
* Unnebäck engine (Disabled `updateColorSpace`):
```sh
curl -L "https://raw2.github.com/lnxbil/WineskinEngines/master/WS9Wine1.7.11-noflicker-unneback.tar.7z" > "$HOME/Library/Application Support/Wineskin/Engines/WS9Wine1.7.11-noflicker-unnebäck.tar.7z"
This engine will then show up in the list of engines in Wineskin Winery as WS9Wine1.7.11-noflicker-unnebäck
.
To activate the new engine, you have to use the Native Driver under Screen Options. Please check if the following is enabled:
X Use Mac Driver instead of X11
as it is shown on this screenshot:
The patches for the corresponding versions can also be downloaded here: