11-24-2019, 10:20 AM
(This post was last modified: 11-24-2019, 05:17 PM by ab1jx.
Edit Reason: turned on email notifications
)
For whatever it's worth glxgears tells me the same thing.
And es2gears:
But in my xorg log
In the README with armsoc (xorg video driver, this from Ayufan at
https://github.com/ayufan-rock64-package...deo-armsoc
it talks about building a DRM driver yourself and there is a drmmode_rockchip.c which compiles by the makefile into drmmode_rockchip.lo
So I copied that to one of the paths mentioned and ran ldconfig but it didn't seem to make any difference. (DRM and DRI are different versions of the same thing). Oh, wait a normal library is a .so file, I think a .lo is only for linking to something else.
I remember there was an ad that touted the Rock64 as a multimedia powerhouse and I think I remember 500-600 FPS from es2gears or glxgears. I also remember fullscreen video without CPU load. But now I'm seeing 200-300 with a lot of CPU usage so the Mali isn't doing anything. When in doubt, reboot, so I'll try that.
I installed glmark2 (benchmark) from https://github.com/glmark2/glmark2 and it tells me:
so it's running under Mesa as I suspected. I don't know how to switch. But I'm running an Ayufan image not Armbian. You can run Mesa on pretty much anything I think, it's software emulation, it's not the Mali.
Try glxinfo too, what I see at the top is
then it proceeds to exercise Mesa and show lots of data about it. But it confirms that it's not hardware OpenGL ES.
Code:
libGL error: unable to load driver: rockchip_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: rockchip
And es2gears:
Code:
libEGL warning: DRI2: failed to open rockchip (search paths /usr/lib/aarch64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
But in my xorg log
Code:
[ 727.608] (II) Loading sub module "dri2"
[ 727.608] (II) LoadModule: "dri2"
[ 727.608] (II) Module "dri2" already built-in
In the README with armsoc (xorg video driver, this from Ayufan at
https://github.com/ayufan-rock64-package...deo-armsoc
it talks about building a DRM driver yourself and there is a drmmode_rockchip.c which compiles by the makefile into drmmode_rockchip.lo
So I copied that to one of the paths mentioned and ran ldconfig but it didn't seem to make any difference. (DRM and DRI are different versions of the same thing). Oh, wait a normal library is a .so file, I think a .lo is only for linking to something else.
I remember there was an ad that touted the Rock64 as a multimedia powerhouse and I think I remember 500-600 FPS from es2gears or glxgears. I also remember fullscreen video without CPU load. But now I'm seeing 200-300 with a lot of CPU usage so the Mali isn't doing anything. When in doubt, reboot, so I'll try that.
I installed glmark2 (benchmark) from https://github.com/glmark2/glmark2 and it tells me:
Code:
OpenGL Information
GL_VENDOR: VMware, Inc.
GL_RENDERER: llvmpipe (LLVM 7.0, 128 bits)
GL_VERSION: OpenGL ES 3.0 Mesa 18.3.6
Try glxinfo too, what I see at the top is
Code:
libGL error: unable to load driver: rockchip_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: rockchip