-1
Setting up hardware acceleration for a VNC server
Here is what I do :
Open Termux
virgl_test_server_android --angle-gl
Open another Termux instance
proot-distro login debian --user void --shared-tmp --isolated
vncserver -xstartup "/usr/bin/xterm" -once -cleanstale -localhost no
Go in this VNC server which has no desktop environment
export MESA_GL_VERSION_OVERRIDE=4.6COMPAT GALLIUM_DRIVER=virpipe DISPLAY=:1
glmark2
That last command fails
39 replies
I think I broke pkg upgrade (solved)
pkg upgrade
Checking availability of current mirror:
[*] https://mirror.mwt.me/termux/main: ok
Hit:2 https://mirror.mwt.me/termux/main stable InRelease
Hit:3 https://mirror.mwt.me/termux/root root InRelease
Hit:4 https://mirror.mwt.me/termux/x11 x11 InRelease
Hit:1 https://turdl.kcubeterm.com tur-packages InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
5 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://mirror.mwt.me/termux/main stable InRelease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'stable/binary-arm64/Packages' as repository 'https://mirror.mwt.me/termux/root root InRelease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://mirror.mwt.me/termux/x11 x11 InRelease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'tur/binary-arm64/Packages' as repository 'https://tur.kcubeterm.com tur-packages InRelease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'tur-on-device/binary-arm64/Packages' as repository 'https://tur.kcubeterm.com tur-packages InRelease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'tur-continuous/binary-arm64/Packages' as repository 'https://tur.kcubeterm.com tur-packages InRelease' doesn't support architecture 'arm64'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: The package box64-android:arm64 needs to be reinstalled, but I can't find an archive for it.
Anyone can help ?
15 replies