Hecori
Hecori
> Did you mount termux's `/tmp` to your chroot? Yes with: `busybox mount --bind $PREFIX/tmp /data/local/tmp/chrootDebian/tmp` The full code: ``` #!/bin/sh #Path of DEBIAN rootfs DEBIANPATH="/data/local/tmp/chrootDebian" # Fix setuid issue...
> Maybe try passing --angle-gl flag at the virgl command? Tried doing that and it seems like the error message is somewhat different? Termux: ``` ~ $ virgl_test_server_android --angle-gl vrend_winsys_make_context_current:...
This is the output of glmark2 on termux: ``` rei@localhost:~$ sudo GALLIUM_DRIVER=virpipe glmark2 ** GLX does not support GLX_EXT_swap_control or GLX_MESA_swap_control! ** Failed to set swap interval. Results may be...
> ~if your gpu is adreno, why not use freedreno?~ > > yeah, the source you followed for chroot don't have a tutorial for freedreno on chroot Is there any...
> Maybe try `GALLIUM_DRIVER=kgsl`? ``` rei@localhost:~$ GALLIUM_DRIVER=kgsl glxinfo name of display: :1.0 glx: failed to create drisw screen X Error of failed request: BadValue (integer parameter out of range for...
> The failure of `glxinfo` is introduced by https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11714. I fixed it in Termux by partially revert that commit, see https://github.com/termux/termux-packages/blob/master/packages/mesa/0009-disable-resource_create_front-for-vtest.patch. > > As Termux doesn't have control to Debian...
Sorry for taking so long!! Here is the log: ``` ayanami@debian:~$ killall blueman-applet ayanami@debian:~$ blueman-applet --loglevel debug Gtk-Message: 00:11:48.792: Failed to load module "colorreload-gtk-module" Gtk-Message: 00:11:48.792: Failed to load module...