Appimage for last Wine Proton 32bits from PlayOnLinux. You can just download the Appimage, put in the directory you like and make symbolic links for it (for wine, wineserver...).
1- Download proton-VERSION.AppImage for your AppImage directory here. And if you want the normal wine, you can get it here_link
$ chmod +x proton-VERSION.AppImage
$ ln -s proton-VERSION.AppImage wine
$ ln -s proton-VERSION.AppImage wineserver
- WINEARCH=win32 (fixed and can't be changed)
- WINEPREFIX=~/.proton32 (can be changed if needed)
$ wine winecfg
wine regedit
wine xyz.exe
DRI_PRIME=1 wine xyz.exe
$ wine glxinfo32
$ wine glxgears32 -info
$ wine shape32
$ DRI_PRIME=1 wine glxgears32 -info
- Configure for intel:
$ wine f11conf vulkan intel
- Configure for radeon:
$ wine f11conf vulkan radeon
- Configure for intel and radeon together:
$ wine f11conf vulkan radeon:intel
- Test vulkan:
$ wine vulkaninfo32
$ wine vkcube32