Closed mb720 closed 1 year ago
Looks like maybe you are missing some vulkan drivers? See https://wiki.archlinux.org/title/Vulkan
I'm on Arch as well and it works fine for me.
@sharkdp: Thanks, that was it.
Since I'm on Sandy Bridge and my "graphics card" acccording lspci | grep VGA
is
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
I couldn't just install vulkan-intel
since Vulkan is only supported since Ivy Bridge.
Instead of using vulkan-intel
, I followed this advice and installed vulkan-swrast
which made binocle run.
Unfortunately, binocle uses two cores all the time, without me interacting with the GUI.
But thanks again for helping out. 👍
Unfortunately, binocle uses two cores all the time, without me interacting with the GUI.
Yeah, binocle is quite heavy on CPU usage. It's currently rendering the UI and the visualization in every frame.
But two cores full time?! For me it's one CPU at ~70%.
Is it still usable for you?
Ahh... swrast is the software rasterizer. That's probably why. That will make the UI quite laggy, I assume. It's rendering on the CPU instead of the GPU.
[2023-11-03T17:09:31Z ERROR wgpu_hal::vulkan::instance] enumerate_adapters: Initialization of a object has failed Error: No suitable
wgpu::Adapterfound.
pacman -Q vulkan-radeon
vulkan-radeon 1:23.2.1-2
pacman -Q lib32-vulkan-radeon
lib32-vulkan-radeon 1:23.2.1-2
pacman -Q mesa
mesa 1:23.2.1-2
pacman -Q lib32-mesa
lib32-mesa 1:23.2.1-2
pacman -Q vulkan-mesa-layers
vulkan-mesa-layers 1:23.2.1-2
what wrong? why don't work?
pacman -S vulkan-swrast
and all can be work
There have been some updates w.r.t. this in the latest version, so it might be worth checking out.
Hi and thanks a lot for binocle!
I just tried binocle on a Lenovo X220 running Arch Linux:
Is there anything I can do to debug this?
Thanks!