Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. 2010-11-19 17:42:53.620 OSXvnc-server[319:903] Main Bundle: /Applications/VIne Server.app
  2. 2010-11-19 17:42:53.625 OSXvnc-server[319:903] Loading Bundle /Applications/VIne Server.app/Contents/Resources/TigerBundle.bundle
  3. 2010-11-19 17:42:53.627 OSXvnc-server[319:903] Loading Bundle /Applications/VIne Server.app/Contents/Resources/JaguarBundle.bundle
  4. objc[319]: Class VNCBundle is implemented in both /Applications/VIne Server.app/Contents/Resources/TigerBundle.bundle/Contents/MacOS/TigerBundle and /Applications/VIne Server.app/Contents/Resources/JaguarBundle.bundle/Contents/MacOS/JaguarBundle. One of the two will be used. Which one is undefined.
  5.  
  6. Available options:
  7.  
  8. -rfbport port TCP port for RFB protocol (0=autodetect first open port 5900-5909)
  9. -rfbwait time Maximum time in ms to wait for RFB client
  10. -rfbnoauth Run the server with NO password protection
  11. -rfbauth passwordFile Use this password file for VNC authentication
  12. (use 'storepasswd' to create a password file)
  13. -maxauthattempts num Maximum Number of auth tries before disabling access from a host
  14. (default: 5), zero disables
  15. -deferupdate time Time in ms to defer updates (default 40)
  16. -desktop name VNC desktop name (default "MacOS X")
  17. -alwaysshared Always treat new clients as shared
  18. -nevershared Never treat new clients as shared
  19. -dontdisconnect Don't disconnect existing clients when a new non-shared
  20. connection comes in (refuse new connection instead)
  21. -nodimming Never allow the display to dim
  22. (default: display can dim, input undims)
  23. -maxdepth bits Maximum allowed bit depth for connecting clients (32,16,8).
  24. (default: bit depth of display)
  25. -allowsleep Allow machine to sleep
  26. (default: sleep is disabled)
  27. -disableScreenSaver Disable screen saver while users are connected
  28. (default: no, allow screen saver to engage)
  29. -swapButtons Swap mouse buttons 2 & 3
  30. (default: YES)
  31. -dontswapButtons Disable swap mouse buttons 2 & 3
  32. (default: NO)
  33. -disableRemoteEvents Ignore remote keyboard, pointer, and clipboard event
  34. (default: no, process them)
  35. -disableRichClipboards Don't share rich clipboard events
  36. (default: no, process them)
  37. -connectHost host Host Name or IP of listening client to establishing a reverse conneect
  38. -connectPort port TCP port of listening client to establishing a reverse conneect
  39. (default: 5500)
  40. -noupdates Prevent registering for screen updates, for use with x2vnc or win2vnc
  41. -protocol protocol Force a particular protocol version (eg 3.3)
  42. (default:RFB 003.008
  43. )-bigEndian Force Big-Endian mode (PPC)
  44. (default: detect)
  45. -littleEndian Force Little-Endian mode (INTEL)
  46. (default: detect)
  47. -localhost Only allow connections from the same machine, literally localhost (127.0.0.1)
  48. If you use SSH and want to stop non-SSH connections from any other hosts
  49. (default: no, allow remote connections)
  50. -restartonuserswitch flag For Use on Panther 10.3 systems, this will cause the server to restart when a fast user switch occurs (default: no)
  51. -disableLog Don't log anything in console
  52. -useOpenGL Uses OpenGL to capture screen buffer
  53.  
  54. Tiger BUNDLE OPTIONS (10.4+):
  55.  
  56. JAGUAR BUNDLE OPTIONS (10.2+):
  57. -keyboardLoading flag This feature allows OSXvnc to look at the users selected keyboard and map keystrokes using it.
  58. Disabling this returns OSXvnc to standard (U.S. Keyboard) which will work better with Dead Keys.
  59. (default: no), 10.2+ ONLY
  60. -pressModsForKeys flag If OSXvnc finds the key you want it will temporarily toggle the modifier keys to produce it.
  61. This flag works well if you have different keyboards on the local and remote machines.
  62. Only works if -keyboardLoading is on
  63. (default: yes), 10.2+ ONLY
  64. -bonjour flag Allow OSXvnc to advertise VNC server using Bonjour discovery services.
  65. 'VNC' will enable the service named VNC (For Eggplant & Chicken 2.02b)
  66. 'Both' or '2' will enable the services named RFB and VNC
  67. (default: RFB:YES VNC:NO), 10.2+ ONLY
  68. -ipv4 Listen For Connections on IPv4 ONLY (Default: Off). 10.2+ ONLY
  69. -ipv6 Listen For Connections on IPv6 ONLY (Default: Off). 10.2+ ONLY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement