привет всем!Arch Linux (5.0.0-arch1-1-ARCH #1 SMP PREEMPT Mon Mar 4 14:11:43 UTC 2019 x86_64 GNU/Linux)
$ lspci |grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02
$ pacman -Q| egrep 'wine|intel|x11|mesa'
intel-tbb 2019.3-1
lib32-libx11 1.6.7-1
lib32-mesa 18.3.4-1
lib32-vulkan-intel 18.3.4-1
libx11 1.6.7-1
libxkbcommon-x11 0.8.4-1
mesa 18.3.4-1
qt5-x11extras 5.12.1-1
vulkan-intel 18.3.4-1
wine 4.2-1
создание каталога .wine делал:
$ WINEARCH=win32 winecfg
пытаюсь запустить игрушку, получаю
0009:fixme:win:EnumDisplayDevicesW ((null),0,0x32f764,0x00000000), stub!
0009:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
0009:fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
0009:fixme:dplay:IDirectPlayLobby3AImpl_RegisterApplication :stub
wine: Unhandled division by zero at address 0x4ca3e7 (thread 0009), starting debugger...
0031:fixme:dbghelp:elf_search_auxv can't find symbol in module
0031:fixme:dbghelp:elf_search_auxv can't find symbol in module
При этом эту же игрушку я запускал на старом ноуте (тоже на встроенной intel графике) на Ubuntu 16.04.
Ставить xf86-video-intel уже пробовал не помогло.
Пробовал xorg.conf c
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
не помогло.
Может, кто подскажет советом?