Tried to do some unreal engine dev work, BAM - it crashes on startup. Another vulkan issue...
emerged vulkan-tools and tried the 'vkcube' app:
Code: Select all
rich@incubus:~ $ vkcube
Selected GPU 0: NVIDIA GeForce RTX 3080 Laptop GPU, type: 2
Could not find both graphics and present queuesCode: Select all
rich@incubus:~ $ vkcube --help
Usage:
vkcube [--use_staging] [--validate] [--validate-checks-disabled]
[--break] [--c <framecount>] [--suppress_popups]
[--incremental_present] [--display_timing]
[--gpu_number <index of physical device>]
[--present_mode <present mode enum>]
[--width <width>] [--height <height>]
<present_mode_enum>
VK_PRESENT_MODE_IMMEDIATE_KHR = 0
VK_PRESENT_MODE_MAILBOX_KHR = 1
VK_PRESENT_MODE_FIFO_KHR = 2
VK_PRESENT_MODE_FIFO_RELAXED_KHR = 3Code: Select all
rich@incubus:~ $ vkcube --gpu_number 1
Selected GPU 1: NVIDIA GeForce RTX 2080 Ti, type: 2

