guix-science
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Julia using GLMakie


From: Pascal Quach
Subject: Re: Julia using GLMakie
Date: Mon, 11 Mar 2024 17:24:39 +0100
User-agent: Mozilla Thunderbird Beta

Looks like we'll be able to solve this. You may try to directly refer the driver filenames to Julia using VK_DRIVER_FILES, e.g.,

VK_DRIVER_FILES=/usr/share/vulkan/icd.d/lvp_icd.x86_64.json julia -e "import Pkg; Pkg.activate(temp=true); Pkg.add(\"GLMakie\")"

Replace lvp_icd.x86_64.json with the corresponding driver. In my case, I am running my distro in WSL2, so I needed vulkan-swrast.

Le 11/03/2024 à 17:10, Cayetano Santos a écrit :


lun. 11 mars 2024 at 16:53, Pascal Quach <pascal.quach@centralesupelec.fr> 
wrote:

the version string to read is just above I believe. OpenGL ES is a different 
version.

glxinfo -B | grep "OpenGL version string"

Oh, I see. In this case I get (using Arch’s mesa package):

OpenGL core profile version string: 4.6 (Core Profile) Mesa 24.0.2-arch1.2
OpenGL core profile shading language version string: 4.60
OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.0.2-arch1.2
OpenGL shading language version string: 4.60
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.0.2-arch1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

glxgears performs well, what about vkcube and vulkaninfo?

vkcube shows a nice cube spinning around smoothly.

vulkaninfo gives this:

     https://paste.sr.ht/~csantosb/0053495d0a50fb13e57ba147b469244f1d4a099a

Thanks for your help,

C.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]