[Libre-soc-bugs] [Bug 251] Initial 3D MESA non-accelerated software-only driver is needed

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Aug 16 07:44:12 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=251

--- Comment #40 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #39)
> (In reply to vivekvpandya from comment #36)
> 
> >     Test this setup with by forcing application to use this driver. Need to
> > figure out way how to force it. May be through VK_ICD_FILENAMES.
> 
> if i remember correctly jacob has worked this out already in kazan and
> documented it.

yes, see run.sh and run-cts.sh in:
https://salsa.debian.org/Kazan-team/kazan/-/tree/master

You need to create the json file pointing to the compiled .so file.

example contents:
{
    "ICD": {
        "api_version": "1.2.128",
        "library_path": "/usr/lib/x86_64-linux-gnu/libvulkan_radeon.so"
    },
    "file_format_version": "1.0.0"
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list