You are not logged in.
Hello, I've been having trouble trying to install vulkan on my machine. I've followed the wiki until the part where I should verify if everything is working by using the 'vulkaininfo' command. Once I use that command an error prompt appears saying that the GPU is not detected.
$ vulkaninfo
ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs: Failed to detect any valid GPUs in the current config
ERROR at /usr/src/debug/vulkan-tools/Vulkan-Tools-1.3.245/vulkaninfo/vulkaninfo.h:237:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILED
I don't know why that happens and that's why I'm asking for help. I have the needed vulkan and mesa dependencies and I've had no problem with my GPU before.
$ pacman -Qs vulkan
local/lib32-vulkan-intel 23.0.3-1
Intel's Vulkan mesa driver (32-bit)
local/spirv-tools 2022.4-1 (vulkan-devel)
API and commands for processing SPIR-V modules
local/vulkan-icd-loader 1.3.245-1
Vulkan Installable Client Driver (ICD) Loader
local/vulkan-intel 23.0.3-1
Intel's Vulkan mesa driver
local/vulkan-tools 1.3.245-1 (vulkan-devel)
Vulkan Utilities and Tools
$ pacman -Qs mesa
local/glu 9.0.2-3
Mesa OpenGL utility library
local/lib32-mesa-amber 21.3.9-5
classic OpenGL (non-Gallium3D) drivers (32-bit)
local/lib32-vulkan-intel 23.0.3-1
Intel's Vulkan mesa driver (32-bit)
local/mesa-amber 21.3.9-4
classic OpenGL (non-Gallium3D) drivers
local/vulkan-intel 23.0.3-1
Intel's Vulkan mesa driver
Drivers are also installed.
$ ls /usr/lib/dri
i830_dri.so i965_dri.so nouveau_vieux_dri.so radeon_dri.so
i915_dri.so kms_swrast_dri.so r200_dri.so swrast_dri.so
And here's my system info.
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
0d:00.0 System peripheral: Ricoh Co Ltd MMC/SD Host Controller (rev 08)
0d:00.3 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 PCIe IEEE 1394 Controller (rev 04)
If more information is needed, please let me know. Thanks in advance!
Last edited by oppenn99 (2023-05-11 02:29:22)
Offline
Vulkan on Sandy Bridge? Are you sure it's even possible?
Offline
Sandy Bridge? Are you sure it's even possible?
No:
https://wiki.archlinux.org/title/Intel_ … stallation
But yes:
https://archlinux.org/packages/?name=vulkan-swrast
Obviously use GL wherever you can, software-vulkan will allow you to run stuff that depends on it, but not fast.
Offline