Searched refs:nofb (Results 1 – 14 of 14) sorted by relevance
/external/libvncserver/x11vnc/ |
D | macosxCG.c | 111 extern int nofb; 114 if (nofb) { in macosxCG_refresh_callback_on() 229 extern int client_count, nofb; 248 if (nofb) { in macosxCG_event_loop()
|
D | options.h | 167 extern int nofb;
|
D | options.c | 200 int nofb = 0; /* do not send any fb updates */ variable
|
D | pointer.c | 469 if (nofb) { in update_x11_pointer_mask() 937 } else if (nofb && sent) { in pointer_event()
|
D | ChangeLog | 910 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 (!)
|
D | screen.c | 2696 if (nofb) { in initialize_xdisplay_fb() 3136 if (ncache > 0 && !nofb) { 3537 if (nofb) { 4179 if (nofb) { 4560 if (nofb) {
|
D | remote.c | 2908 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()
|
D | macosx.c | 363 if (nofb) { in macosx_get_cursor_pos()
|
D | x11vnc.c | 1543 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()
|
D | xrecord.c | 192 if (nofb) { in initialize_xrecord() 1680 if (nofb) { in xrecord_watch()
|
D | userinput.c | 4384 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()
|
D | scan.c | 258 if (nofb) { in shm_create()
|
D | README | 1728 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/ |
D | ChangeLog | 3825 -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
|