Gaming with Wine

This post describes setting up wine for use on Arch Linux.

Setup

Install wine staging for much better performance.

Optionally install wine-monoarrow-up-right and wine_geckoarrow-up-right see wikiarrow-up-right for info.

pacman -S wine-staging wine-mono wine_gecko

Wine file associations

To avoid having wine file associationsarrow-up-right unregister them.

To prevent them set environment variable WINEDLLOVERRIDES.

export WINEDLLOVERRIDES="winemenubuilder.exe=d"

Last updated