z0rti

Results 14 comments of z0rti

I switched to ogles2, it says 'experimental' Now the animals are black instead of white. Testing with https://github.com/Skandarella/animalworld

"Qualcomm Adreno 506" It's the same on Amazon Fire Tablets, can't use CPU-Z there, because FireOS doesn't have play store.

did you fix it? how? compile it?

This is my log: ``` Python version: sys.version_info(major=3, minor=8, micro=5, releaselevel='final', serial=0) Platform: Linux-5.4.0-51-generic-x86_64-with-glibc2.29 SYS.PATH: ['/usr/games', '/usr/lib/python38.zip', '/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', '/usr/local/lib/python3.8/dist-packages', '/usr/lib/python3/dist-packages'] PATHSEP: ":" SEP: "/" LD_LIBRARY_PATH: PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PYTHONPATH Python...

What GPU drivers are supported? I'm using official nvidia-driver-450 package for ubuntu 20.04 ``` $ glxinfo|grep version GLX version: 1.4 OpenGL core profile version string: 4.6.0 NVIDIA 450.80.02 OpenGL core...

Yes that was it, now it runs! ;-) This is what i did: ``` # this works for: $ lsb_release -d Description: Ubuntu 20.04.3 LTS $ python --version Python 3.8.10...

I'm testing in a lxc (linux container) so i can test in a clean install in just a couple of seconds A new error appears: ``` AttributeError: module 'os' has...

I'n not sure if it is allowed to upload, but they are available in the original free version of Vital

dkms remove nintendo -v 3.1 And it's 3.2 now

I got a video.mp4 in the correct format, so copy is ok: ffmpeg -re -i video.mp4 -loop -1 -c:v copy -c:a copy -f flv rtmp://127.0.0.1/hls/foo i set 'hls_path /tmp/hls' when...