User Tools

Site Tools


bsd:notes:wine

Install

Wine

64-bit

  • :?: 2026/06/27: wow64 and win64 prefixes had no files in syswow64
wine-devel-allaudio wine-gecko-devel wine-mono-devel winetricks icoutils

32-bit pkgs

  • :!: Done from regular user and not root
  • :?: 2026/07/05: No gstreamer1-libav
exit
'/usr/local/share/wine/pkg32.sh' --old -o 'ASSUME_ALWAYS_YES=YES' update -f && '/usr/local/share/wine/pkg32.sh' --old upgrade
'/usr/local/share/wine/pkg32.sh' --old install -r FreeBSD-ports wine mesa-dri mesa-libs gstreamer1-plugins-good gstreamer1-plugins-ugly libressl
'/usr/local/share/wine/pkg32.sh' --old autoremove && '/usr/local/share/wine/pkg32.sh' --old clean -a -q -y

Update Script

'/usr/bin/su' $USER -c "'/usr/local/share/wine/pkg32.sh' --old -o 'ASSUME_ALWAYS_YES=YES' update -f"
'/usr/bin/su' $USER -c "'/usr/local/share/wine/pkg32.sh' --old upgrade"
'/usr/bin/su' $USER -c "'/usr/local/share/wine/pkg32.sh' --old autoremove"
'/usr/bin/su' $USER -c "'/usr/local/share/wine/pkg32.sh' --old clean -a -q -y"

Tweaks

su -
ee '/usr/local/etc/profile.d/wine-tweaks.sh'
# Logging
export WINEDEBUG='-all'
export VKD3D_DEBUG='none'
export VKD3D_SHADER_DEBUG='none'
export DXVK_LOG_LEVEL='none'

# End

winecfg GUI

****

wine64 winecfg

Resources

TODO

Environment Variables

winetricks

1)
if this becomes unavailable, it seems to be a source file for a DRI Conf tool
/usr/local/www/wiki/data/pages/bsd/notes/wine.txt · Last modified: by Sean Rhone