unofficial mirror of guix-science@gnu.org 
 help / color / mirror / Atom feed
From: Pascal Quach <pascal.quach@centralesupelec.fr>
To: csantosb@inventati.org
Cc: Mauritz Stenek <mstenek@disroot.org>, guix-science@gnu.org
Subject: Re: Julia using GLMakie
Date: Mon, 11 Mar 2024 17:24:39 +0100	[thread overview]
Message-ID: <941f3238-3e90-4f8c-8102-2d68916c4420@centralesupelec.fr> (raw)
In-Reply-To: <87wmq8n3ls.fsf@inventati.org>

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	other threads:[~2024-03-11 16:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 17:19 Julia using GLMakie Mauritz Stenek via Guix-Science
2024-03-08 18:34 ` Cayetano Santos via Guix-Science
2024-03-11 14:37   ` Pascal Quach
2024-03-11 15:34     ` Cayetano Santos via Guix-Science
2024-03-11 15:53       ` Pascal Quach
2024-03-11 16:10         ` Cayetano Santos via Guix-Science
2024-03-11 16:24           ` Pascal Quach [this message]
2024-03-11 18:41             ` Cayetano Santos via Guix-Science
2024-03-11 19:44             ` Cayetano Santos via Guix-Science
2024-03-12  8:59               ` Pascal Quach
2024-03-12 12:48                 ` Cayetano Santos via Guix-Science
2024-03-12 13:02                   ` Pascal Quach
2024-03-12 13:32                 ` Cayetano Santos via Guix-Science

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=941f3238-3e90-4f8c-8102-2d68916c4420@centralesupelec.fr \
    --to=pascal.quach@centralesupelec.fr \
    --cc=csantosb@inventati.org \
    --cc=guix-science@gnu.org \
    --cc=mstenek@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).