Open ghost opened 4 months ago
@khanumballz You may be interested that I've found an alternative solution that avoids this issue. I've been able to run Blender v2.78c (x86_64) on Joshua's Ubuntu 24.04 via box64 (latest version). And it automatically runs with hardware acceleration. There are some issues (especially when trying to render). But for model building it's working fine. I downloaded the version of Blender from the official website, and just run the Blender executable file from it's folder.
@khanumballz You may be interested that I've found an alternative solution that avoids this issue. I've been able to run Blender v2.78c (x86_64) on Joshua's Ubuntu 24.04 via box64 (latest version). And it automatically runs with hardware acceleration. There are some issues (especially when trying to render). But for model building it's working fine. I downloaded the version of Blender from the official website, and just run the Blender executable file from it's folder.
Thanks.
I've decided to settle for using Ubuntu 22.04 for the time being, seen as I have other pieces of software that I need to be able to run smoothly, such as OBS studio and Ultimaker Cura.
I suppose it is a question of how much one values one's time, but if the Orange Pi 5 Plus had better software and driver support, it would be an unimaginably powerful device, and easily a low-budget desktop replacement capable of running on just 20w of power (which is particularly attractive for running Large Language Models, computer vision, image generation, etc.)
@khanumballz You may be interested that I've found an alternative solution that avoids this issue. I've been able to run Blender v2.78c (x86_64) on Joshua's Ubuntu 24.04 via box64 (latest version). And it automatically runs with hardware acceleration. There are some issues (especially when trying to render). But for model building it's working fine. I downloaded the version of Blender from the official website, and just run the Blender executable file from it's folder.
For anyone else who's interested - I'm actually now using Bforartists (x86_64) version 0.9.5 (based on Blender 2.79b), which works better.
Are you also running it using box64?
Are you also running it using box64?
Yes ... The latest nightly version of box64 built for RK3588.
Hello, Did you fix it?
I try virglrenderer-1.0.1
by
meson build -Drender-server="true" -Ddrm="enabled" -Dplatforms="egl,glx"
the virgl_test_server show:
MESA-LOADER: failed to open rknpu: /usr/lib/dri/rknpu_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/aarch64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
failed to load driver: rknpu
vtest_client_dispatch_commands: client context created.
client: VTEST_CLIENT_DISCONNECTED
I follow https://gitlab.freedesktop.org/virgl/virglrenderer/-/wikis/vtest
, but the glxinfo core dumped, too:
name of display: :0
*** stack smashing detected ***: terminated
There are two render node in /dev/dri (NPU, GPU?), but how to switch in rock5b? @RadxaYuntian
This is not something we supported. In addition, doesn't virgl needs to be run within VM? If your system can detect RKNPU then it is likely not running in a VM.
This is not something we supported. In addition, doesn't virgl needs to be run within VM? If your system can detect RKNPU then it is likely not running in a VM.
virgl is not only work for a VM or QEMU, I have tried on forlinx 3588
again, it's OK, well, it show the same warning:
MESA-LOADER: failed to open rknpu: /usr/lib/dri/rknpu_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/aarch64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
failed to load driver: rknpu
@khanumballz You may be interested that I've found an alternative solution that avoids this issue. I've been able to run Blender v2.78c (x86_64) on Joshua's Ubuntu 24.04 via box64 (latest version). And it automatically runs with hardware acceleration. There are some issues (especially when trying to render). But for model building it's working fine. I downloaded the version of Blender from the official website, and just run the Blender executable file from it's folder.
For anyone else who's interested - I'm actually now using Bforartists (x86_64) version 0.9.5 (based on Blender 2.79b), which works better.
Best version for OP5 using box64 actually seems to be this one (which I only just discovered): https://download.blender.org/release/Blender2.79/latest/
I normally use this (virgl-server) for my hardware acceleration for a smoother Blender 2.79 experience on Distrobox/BoxBuddy:
and then in my Ubuntu 18 box:
That's the output that I get. Like I said, it works fine in Ubuntu 22.04 but not in 24.04 for some reason, either Wayland or Xorg doesn't matter.
This is the only thread I've found which reports anything remotely similar to this bug:
https://github.com/Joshua-Riek/ubuntu-rockchip/issues/527
I will keep investigating and in the meantime simply switch SD card if I ever need hardware acceleration in Blender.
Cheers