Home
last modified time | relevance | path

Searched refs:nofb (Results 1 – 14 of 14) sorted by relevance

/external/libvncserver/x11vnc/
DmacosxCG.c111 extern int nofb;
114 if (nofb) { in macosxCG_refresh_callback_on()
229 extern int client_count, nofb;
248 if (nofb) { in macosxCG_event_loop()
Doptions.h167 extern int nofb;
Doptions.c200 int nofb = 0; /* do not send any fb updates */ variable
Dpointer.c469 if (nofb) { in update_x11_pointer_mask()
937 } else if (nofb && sent) { in pointer_event()
DChangeLog910 esp. under -nofb. make nofb work with remote control.
1136 * revert to check_user_input() under -nofb
1143 * decrease default deferupdate under -nofb.
1198 * try to avoid wasting RAM for framebuffer under -nofb
1203 * add "-nofb" to disable framebuffer, i.e. mouse + keyboard only (!)
Dscreen.c2696 if (nofb) { in initialize_xdisplay_fb()
3136 if (ncache > 0 && !nofb) {
3537 if (nofb) {
4179 if (nofb) {
4560 if (nofb) {
Dremote.c2908 snprintf(buf, bufn, "ans=%s:%d", p, !nofb); in process_remote_cmd()
2911 if (nofb) { in process_remote_cmd()
2917 nofb = 0; in process_remote_cmd()
2925 snprintf(buf, bufn, "ans=%s:%d", p, nofb); in process_remote_cmd()
2928 if (!nofb) { in process_remote_cmd()
2933 nofb = 1; in process_remote_cmd()
Dmacosx.c363 if (nofb) { in macosx_get_cursor_pos()
Dx11vnc.c1543 fprintf(stderr, " nofb: %d\n", nofb); in print_settings()
1899 if (nofb) { in ncache_beta_tester_message()
3302 nofb = 1; in main()
4794 if (use_threads && nofb && cursor_pos_updates) { in main()
4874 if (nofb) { in main()
Dxrecord.c192 if (nofb) { in initialize_xrecord()
1680 if (nofb) { in xrecord_watch()
Duserinput.c4384 if (nofb) { in check_wireframe()
5398 if (nofb) { in fb_update_sent()
8951 } else if (!client_count || !ncache || nofb) { in check_ncache()
8986 if (nofb) { in check_ncache()
Dscan.c258 if (nofb) { in shm_create()
DREADME1728 Q-21: I am running Win2VNC on my Windows machine and "x11vnc -nofb" on
1733 Q-22: Can I run "x11vnc -nofb" on a Mac OS X machine to redirect mouse
2850 Yes, for best response start up x11vnc with the "-nofb" option
2869 Q-21: I am running Win2VNC on my Windows machine and "x11vnc -nofb" on
2888 x11vnc -nofb -visual TrueColor -display :0 ...
2894 Q-22: Can I run "x11vnc -nofb" on a Mac OS X machine to redirect mouse
8186 Win2VNC/x2vnc: One handy use is to use the -nofb mode to redirect
12417 -norepeat -repeat -nofb
15739 -nofb Ignore video framebuffer: only process keyboard and
17668 nofb enable -nofb mode.
[all …]
/external/libvncserver/
DChangeLog3825 -ncache on by default for beta test. fix -nofb & -rawfb modes.
6357 …* ChangeLog, contrib/ChangeLog, contrib/x11vnc.c: x11vnc: add -auth, more -cursorpos and -nofb wo…
6487 ….c: x11vnc options -allow, -localhost, -nodragging, -input_skip minimize memory usage under -nofb
6497 x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning