I install vulkan, but vulkaninfo command returns:
ERROR at ../vulkaninfo/vulkaninfo.h:248:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED
$ eopkg list-installed | grep vulkan
vulkan - Vulkan ICD desktop loader (vulkan-loader)
vulkan-32bit - 32-bit libraries for vulkan
vulkan-tools - Vulkan Utilities and Tools
$ lspci
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. 2nd Generation Core Processor Family Integrated Graphics Controller
Flags: bus master, fast devsel, latency 0, IRQ 29
Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
$ linux-driver-management status gpu
╒ Hardware Platform
╞ Platform Vendor : ASUSTeK COMPUTER INC.
╘ Platform Model : X202EP
Simple GPU configuration
╒ Primary GPU
╞ Device Name : 2nd Generation Core Processor Family Integrated Graphics Controller
╞ Manufacturer : Intel Corporation
╞ Product ID : 0x0106
╞ Vendor ID : 0x8086
╞ X.Org PCI ID : PCI:0:2:0
╘ Boot VGA : yes
Maybe Intel HD 4000 require mesa-vulkan-drivers, but this package not found via eopkg search. I started building with oficial repo, but got errors meson builder:
Build started at 2021-06-12T19:27:11.818146
Main binary: /usr/bin/python3
Build Options:
Python system: Linux
The Meson build system
Version: 0.57.2
Source dir: /home/slayk/Загрузки/mesa_20.0.4.orig/mesa-20.0.4
Build dir: /home/slayk/Загрузки/mesa_20.0.4.orig/mesa-20.0.4/build
Build type: native build
Program python found: YES (/usr/bin/python)
Running command: /usr/bin/python bin/meson_get_version.py
--- stdout ---
20.0.4
--- stderr ---
Project name: mesa
Project version: 20.0.4
../meson.build:21:0: ERROR: Unable to detect linker for compiler "cc -Wl,--version"
stdout:
stderr: collect2 версия 10.2.0
[не найдена программа ld] -plugin /usr/lib64/gcc/x86_64-solus-linux/10/liblto_plugin.so -plugin-opt=/usr/lib64/gcc/x86_64-solus-linux/10/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrUqSaL.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /usr/lib64/ld-linux-x86-64.so.2 /usr/lib64/gcc/x86_64-solus-linux/10/../../../../lib64/crt1.o /usr/lib64/gcc/x86_64-solus-linux/10/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-solus-linux/10/crtbegin.o -L/usr/lib64/gcc/x86_64-solus-linux/10 -L/usr/lib64/gcc/x86_64-solus-linux/10/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-solus-linux/10/../../.. --version -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib64/gcc/x86_64-solus-linux/10/crtend.o /usr/lib64/gcc/x86_64-solus-linux/10/../../../../lib64/crtn.o
collect2: фатальная ошибка: cannot find «ld»
компиляция прервана.