Code:
> uname -rm
13.1-RELEASE-p3 amd64
Code:
> pciconf -lv | grep -B 4 VGA
vgapci0@pci0:1:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x1d01 subvendor=0x1043 subdevice=0x85f5
vendor = 'NVIDIA Corporation'
device = 'GP108 [GeForce GT 1030]'
class = display
subclass = VGA
Code:
> sudo pkg info | grep wine
i386-wine-devel-6.11_1,1 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD
wine-7.0,1 Microsoft Windows compatibility environment
wine-gecko-devel-2.47.3 Gecko Layout Engine for Wine development branch (HTML support)
wine-mono-5.1.1 Mono .NET implementation for Wine
wine-mono-devel-7.3.0 Mono .NET implementation for Wine development branch
wine-proton-6.3.2_6 Wine with a bit of extra spice
winetricks-20220411 Easy way to work around problems in Wine
> /opt/wine-7.0/bin/wine64 --version
wine-7.0
> /opt/wine-7.0/share/wine/pkg32.sh install wine mesa-dri
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/clockwork/.i386-wine-pkg install wine mesa-dri
Updating FreeBSD repository catalogue...
Fetching packagesite.pkg: 100% 6 MiB 6.5MB/s 00:01
Processing entries: 100%
FreeBSD repository update completed. 31583 packages processed.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
> .i386-wine-pkg/usr/local/bin/wine --version
wine-6.0.4
Code:
> .i386-wine-pkg/usr/local/bin/wine .wine/drive_c/GOG\ Games/Fallout\ New\ Vegas/FalloutNV.exe
002c:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION
002c:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0060:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0060:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0068:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0068:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0068:err:module:open_builtin_file failed to load .so lib "/usr/home/clockwork/.i386-wine-pkg/usr/local/lib/wine/winex11.drv.so"
0068:err:explorer:initialize_display_settings Failed to query current display settings for L"\\\\.\\DISPLAY1".
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption
00e8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00e8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031EE38 1 C) semi-stub
0024:err:d3d:wined3d_adapter_init Failed to initialise output, hr 0x80070057.
0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0024:err:winediag:nodrv_CreateWindow Unknown error (127).
0024:err:d3d:wined3d_adapter_init Failed to initialise output, hr 0x80070057.
0024:fixme:msvcrt:__clean_type_info_names_internal (10066A1C) stub
0024:fixme:msvcrt:__clean_type_info_names_internal (018229A4) stub
Code:
> wine --version
wine-6.11