pelya / debian-noroot

Debian running on Android, without rooting your phone
https://play.google.com/store/apps/details?id=com.cuntubuntu
376 stars 69 forks source link

libandroid-shmem.so and x11vnc shared memory issue #51

Open JanuszChmiel opened 4 years ago

JanuszChmiel commented 4 years ago

Dear Pelia, doo you think, that you would look at The following log in attachment? When I want to run X11vnc by typing The following command I get The errors attachet in to The log in attachment.

x11vnc -display :0 -bg -nopw -listen localhost -xkb -forever -ncache 10

Many other apps work and system is very stable. Orca work much more faster, speech responsiveness is 300 MS or 240 MS and before I have used yours library, The responsiveness was one Second or more. Between key press and Espeak speech. So shared memory really helped. I AM also aware that it is complex C code. If you would have some time to debug it with x11vnc, it would be great. x11-vnc-shmem.txt

ZhymabekRoman commented 3 years ago

Hello, @JanuszChmiel! libandroid-shmem is needed in order to speed up graphics due to shmem and MIT-SHM. The MIT-SHM extension must be supported at the level of the VNC client or X server itself. Your VNC just does not support this extension, and because of this, it does not want to work.

JanuszChmiel commented 3 years ago

Thank you very much for yours professional answer.