Are there plans to merge the fix mac-example branch into master?
Christian Beier
@bk138
Hi Ryan, congrats on being the one to post the first message! ;-) Yes, the branch will go into the 0.9.13 release which will very probably happen in May. HTH!
Ryan Castner
@audiolion
Ok sounds great, thanks!
_
teason30
@teason30
Is it possible to use x11vnc and have an accelerated opengl application without sharing the local display? I'm looking for a way to display software like matlab remotely and have it render 3d fast without sharing access with someone in the room with the computer. Can x11vnc do that?
1 reply
teason30
@teason30
The machine is not just headless, people do come in and use locally from the gdm console as well. If I set up xvfb or xdummy, that would use software rendering instead of the nvidia card installed on the machine. Can I get acceleration from the nvidia card and not end up sharing with people who have access to the physical keyboard and mouse? I think it might be acceptable to have a sudo script switch it into headless mode if that is a possibility. Does that clarify what I am after?
Christian Beier
@bk138
Yeah kinda. What came to mind is bumblebee, which runs a second x server for the Nvidia card. Googling around, I found this. Maybe something like it does the job for you.
Hello I would like to implement vnc server for android app. Is there any example or documentation for impmenting it?
Christian Beier
@bk138
Not yet, am working on it.
Prajwal Manandhar
@pjmdr11_gitlab
@bk138 can you provide me some ideas on implementing it?? Well I have built the .so modules and integrated it.
Christian Beier
@bk138
I can publish some details soon, but there is still stuff pending. I'll post here once finished.
Prajwal Manandhar
@pjmdr11_gitlab
Can you atleast provide me some details on how to call rfbGetScreen and how to get screen object?
1 reply
Madan
@madanm2
hi guys, am new here. Looking for server examples to compress complete display in the "libvncserver/examples/". Found one example, which is closer to what I am looking for in "androidvncserver.c". Wondering if there is any server example available for ubuntu desktop use-case or should I write a new one? Thank you in advance.
I'm aware that MacOS already have VNC server compability on the screen sharing section,. but Could I still use LibVNCServer on my app , or better accessing the screen sharing API of the mac ?