alyssa changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard & Bifrost - Logs https://freenode.irclog.whitequark.org/panfrost - <daniels> avoiding X is a huge feature
alpernebbi has quit [Quit: alpernebbi]
raster has quit [Ping timeout: 256 seconds]
raster has joined #panfrost
karolherbst has quit [Quit: duh 🐧]
raster has quit [Client Quit]
karolherbst has joined #panfrost
stikonas has quit [Remote host closed the connection]
kherbst has joined #panfrost
karolherbst has quit [Ping timeout: 272 seconds]
alyssa has joined #panfrost
<alyssa> daniels: Hoping to have the Bifrost scheduler for Christmas. Code name: Santa Clause
kherbst is now known as karolherbst
<urjaman> Santa Clause determines if you're naughty or nice?
<alyssa> Yeah, but right now it always picks nice.
<alyssa> I should try to get funding for libnaughty, but in the mean time....
vstehle has quit [Ping timeout: 246 seconds]
<dstzd> libnaughty?
<alyssa> dstzd: Well, Collabora already works on libnice.
<dstzd> oh. haha
kaspter has joined #panfrost
<archetech> lol cute
archetech has quit [Quit: Textual IRC Client: www.textualapp.com]
italove has joined #panfrost
archetech has joined #panfrost
icecream95 has joined #panfrost
italove has quit [Quit: Lost terminal]
vstehle has joined #panfrost
jolan has quit [Quit: leaving]
jolan has joined #panfrost
icecream95 has quit [Ping timeout: 240 seconds]
icecream95 has joined #panfrost
archetech has quit [Quit: Leaving]
rando25892 has quit [Ping timeout: 256 seconds]
rando25892 has joined #panfrost
davidlt has joined #panfrost
Green has joined #panfrost
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #panfrost
enty has joined #panfrost
ente has quit [Read error: Connection reset by peer]
indy has quit [Ping timeout: 246 seconds]
indy has joined #panfrost
<daniels> heh
raster has joined #panfrost
icecream95 has quit [Ping timeout: 240 seconds]
fourkbomb has joined #panfrost
forkbomb has quit [Ping timeout: 264 seconds]
stikonas has joined #panfrost
italove has joined #panfrost
rando25892 has quit [Ping timeout: 256 seconds]
rando25892 has joined #panfrost
alpernebbi has joined #panfrost
rando25892 has quit [Ping timeout: 264 seconds]
enty is now known as ente
popolon has joined #panfrost
q4a has joined #panfrost
<q4a> Hi all. I'm trying to run Panfrost on Asus Tinker Board (RK3288 with Mali-T760 MP4) - my kernel is 5.8.16, CONFIG_DRM_PANFROST=m. Mesa builded today and i'm getting errors: libGL error: core dri extension not foundlibGL error: failed to load driver: swrast when i'm trying to run glxinfo. How to fix that? What should i check?
<macc24> q4a: which options do you have when compiling mesa?
<macc24> this works fine for mehttps://bpa.st/C7MA
<macc24> * this works fine for me https://bpa.st/C7MA
<q4a> `meson .. . -Ddri-drivers= -Dvulkan-drivers= -Dgallium-drivers=panfrost,kmsro` - I used this guide: https://panfrost.freedesktop.org/building-panfrost-mesa.html
<macc24> do you have LD_LIBRARY_PATH pointed at libGL from your mesa compilation?
<macc24> are you poining libGL at drivers from your mesa compilation?
forkbomb has joined #panfrost
<q4a> I'm using:
<q4a> export LD_LIBRARY_PATH=/usr/local/lib/arm-linux-gnueabihf:$LD_LIBRARY_PATHexport LIBGL_DRIVERS_PATH=/usr/local/lib/arm-linux-gnueabihf/dri
<q4a> export LD_LIBRARY_PATH=/usr/local/lib/arm-linux-gnueabihf:$LD_LIBRARY_PATHexport LIBGL_DRIVERS_PATH=/usr/local/lib/arm-linux-gnueabihf/dri
<macc24> did you install mesa there?
<q4a> yes
<q4a> here is install log: https://paste.ubuntu.com/p/6Mk65w2BYb/
<macc24> ?Installation failed due to insufficient permissions
fourkbomb has quit [*.net *.split]
<q4a> and then I got gui window to enter password
Elpaulo has quit [Quit: Elpaulo]
alyssa has left #panfrost [#panfrost]
<q4a> so, file are there. I'm sure, but there is no swrast_dri.so
<macc24> have you tried using strace to check if it loads drivers from /usr/local/lib/arm-linux-gnueabihf? strace glxinfo 2>&1 | grep arm-linux-gnueabihf | uniq
<q4a> no. I'll install strace and check now
<q4a> macc24 : `openat(AT_FDCWD, "/usr/local/lib/arm-linux-gnueabihf/libGL.so.1", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3`
<q4a> here is full result of command: https://paste.ubuntu.com/p/xynG5HgPZD/
<macc24> do you have write/read access to /dev/dri/card1 or whatever else is mali?
<q4a> yes, I used `# chmod 0666 /dev/dri/*` as said in building guide
<macc24> are you running this in ssh?
<q4a> no, i'm using it with hdmi and monitor.
<macc24> do you have xorg or wayland compositor running?
<q4a> xorg
<q4a> $ loginctl show-session c1 -p Type - Type=x11
<q4a> I can run glxinfo with system mesa, but i'll get `OpenGL renderer string: llvmpipe (LLVM 11.0.0, 128 bits`
<macc24> can you try running kmscube with env vars to point it to mesa that you have compiled in different tty?
<q4a> yes, here is output - looks interesting: https://bpa.st/G22A
<macc24> are you running xorg with fbdev driver?
<q4a> macc24 I was not sure, but looks like i'm using modesetting_drv.so : https://bpa.st/IE2A
<macc24> can you post entire Xorg.0.log?
<macc24> are you setting those env vars to point xorg at panfrost?
<macc24> "Failed to load /usr/lib/xorg/modules/libglamoregl.so: libgbm.so.1: cannot open shared object file: No such file or directory"
<q4a> yes.
<macc24> then i don't know, on sway panfrost works fine for me
<q4a> Thanks anyway, i'll try to fix fail with libglamoregl.so
nlhowell has quit [Ping timeout: 272 seconds]
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #panfrost
q4a has quit [Remote host closed the connection]
nlhowell has joined #panfrost
kaspter has quit [Ping timeout: 272 seconds]
kaspter has joined #panfrost
q4a has joined #panfrost
<q4a> macc24 I fixed error with reinstalling libgbm. Now I'm getting `OpenGL renderer string: Mali T760 (Panfrost)` - so, it works)
<macc24> nice
<q4a> And I want to ask anybody about vulkan state - is there any vulkan code or it will be added later?
<q4a> ok - I saw, that panfrost need gles3.2 support first - https://freenode.irclog.whitequark.org/panfrost/search?q=vulkan
archetech has joined #panfrost
q4a has quit [Remote host closed the connection]
archetech has quit [Quit: Leaving]
archetech has joined #panfrost
italove has quit [Ping timeout: 260 seconds]
camus1 has joined #panfrost
kaspter has quit [Read error: Connection reset by peer]
camus1 is now known as kaspter
icecream95 has joined #panfrost
raster has quit [Quit: Gettin' stinky!]
raster has joined #panfrost
youcai has quit [Read error: Connection reset by peer]
youcai has joined #panfrost
alpernebbi has quit [Ping timeout: 256 seconds]
davidlt has quit [Ping timeout: 264 seconds]
indy has quit [Quit: ZNC - http://znc.sourceforge.net]
indy has joined #panfrost
maciejjo has quit [Ping timeout: 240 seconds]
maciejjo has joined #panfrost
<macc24> mmind00: yep
<macc24> it's the culprit
<macc24> oops, wrong chan
rando25892 has joined #panfrost
stikonas has quit [Remote host closed the connection]
stikonas has joined #panfrost
archetech has quit [Quit: Konversation terminated!]
<icecream95> This doesn't seem good: fsck.f2fs: Segmentation fault (core dumped)
raster has quit [Quit: Gettin' stinky!]