aejsmith / vkdevicechooser

Vulkan layer to force a specific device to be used
MIT License
77 stars 18 forks source link

Not Working with Refres2025 --force-vulkan #2

Closed plasticbomb1986 closed 4 years ago

plasticbomb1986 commented 5 years ago

Used commands: ./Refresh2025.x86_64 --force-vulkan ENABLE_DEVICE_CHOOSER_LAYER=1 VULKAN_DEVICE_INDEX=1 vulkaninfo ./Refresh2025.x86_64 --force-vulkan ENABLE_DEVICE_CHOOSER_LAYER=1 VULKAN_DEVICE_INDEX=0 vulkaninfo

I have two VEGA64 in my PC running Manjaro KDE, vulkaninfo pastebin.

Plus i just tried to run RUST linux native, same result. Both running on the second VEGA what isnt connected to any display. Same with Subnautica and Subnautica Below Zero.

aejsmith commented 4 years ago

The commands are not quite right. You need to put the environment variables before the command you are trying to run, like this: ENABLE_DEVICE_CHOOSER_LAYER=1 VULKAN_DEVICE_INDEX=1 ./Refresh2025.x86_64 --force-vulkan