vkdevicechooser
vkdevicechooser copied to clipboard
Vulkan layer to force a specific device to be used
Even after installing `vulkan-headers` and `vulkan-validation-layers-devel` the `vulkan/vk_layer_dispatch_table.h` still cannot be found by meson and the build fails. Doing some digging, it seems this file simply is not included in...
After installing the pre-requisites on Fedora 34 I ran into an issue with the build not finding vk_layer_dispatch_table.h. Upon exploring the installed packages header files I found the file is...
I'm seeing the same GPU index refer to different GPUs in vkdevicechooser & vulkaninfo. `vulkaninfo`'s view (from Debian's `vulkan-tools` package, version: 1.2.162.0+dfsg1-1): ``` $ vulkaninfo --summary | grep -E "GPU.:|deviceName|driverInfo"...
I'm trying to use vkdevicechooser with [Vulkan-Loader `v1.3.212`](https://github.com/KhronosGroup/Vulkan-Loader/tree/v1.3.212) on Debian 11 but the `ENABLE_DEVICE_CHOOSER_LAYER=1` environment variable seems to have no effect. Getting log lines like this with `VK_LOADER_DEBUG=all` & `vulkaninfo`:...
yay -S vkdevicechooser :: Checking for conflicts... :: Checking for inner conflicts... [Aur: 1] vkdevicechooser-1-1 :: Downloaded PKGBUILD (1/1): vkdevicechooser 1 vkdevicechooser (Build Files Exist) ==> Diffs to show? ==>...
I added a GTX1080 to run some video rendering, it has no monitors attached to it. I still game Dota and Warframe via my GTX950. For the longest time I...
vkdevicechooser won't close vkcube again after it has run, and after a few moments it will freeze the entire desktop.. I build vkdevicechooser from source.. OS: Manjaro 21.2.0 Qonos CPU:...
I ran War Thunder using `$ ENABLE_DEVICE_CHOOSER_LAYER=1 VULKAN_DEVICE_INDEX=1 ./launcher` and everything were nice. I also created `.asoundrc` file with content from [this manual](https://www.linuxquestions.org/questions/slackware-14/no-sound-with-flash-player-in-firefox-after-adding-nvidia-gt-220-graphics-card-809773/?__cf_chl_jschl_tk__=pmd_kgHDQQDwJOeinYWclvFnoOEjqaS5PMCE3sOV0f6MnqE-1634762206-0-gqNtZGzNAtCjcnBszQhl) but entered my audio device name. But,...
It would be nice to be able to change the order of devices, or even hide non-`DEDICATED` devices. Something like `DEVICE_CHOOSER_DEDICATED_ONLY=1`. This way it might be possible to get rid...