Skip to content

[vulkan] bug: picking wrong driver and fails with "vulkan unsupported" #77

Open
@UnkwUsr

Description

@UnkwUsr

The problem originates from:

if id_properties.driver_uuid == uuids.driver_uuid

Content of compared variables with different drivers installed:

amdvlk (maintained by AMD)
id_properties [65, 77, 68, 45, 76, 73, 78, 85, 88, 45, 68, 82, 86, 0, 0, 0]
uuids         [65, 77, 68, 45, 77, 69, 83, 65, 45, 68, 82, 86, 0, 0, 0, 0]

radv (part of Mesa)
id_properties [65, 77, 68, 45, 77, 69, 83, 65, 45, 68, 82, 86, 0, 0, 0, 0]
uuids         [65, 77, 68, 45, 77, 69, 83, 65, 45, 68, 82, 86, 0, 0, 0, 0]

OS: archlinux
amdvlk version: 2023.Q2.3
radv version: 23.1.3

I've tried to manually override this comparison with simple true and it seems work normal on both drivers (i.e. even if check "meant to fail" (on amdvlk) - it still seems to work)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions