open-src/xserver/xvnc/README.txt
changeset 1088 1c99106ccbe0
parent 981 34c4991cc8b6
equal deleted inserted replaced
1087:a8aa060182e1 1088:1c99106ccbe0
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     7 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    36    Our code:
    36    Our code:
    37 	In X gates: open-src/xserver/xvnc
    37 	In X gates: open-src/xserver/xvnc
    38 
    38 
    39    Upstream:
    39    Upstream:
    40 	Original: http://www.tigervnc.com/
    40 	Original: http://www.tigervnc.com/
    41 	Fedora patches: http://cvs.fedoraproject.org/viewcvs/rpms/tigervnc/
    41 	Fedora patches: http://pkgs.fedoraproject.org/gitweb/?p=tigervnc.git
       
    42 	       		git://pkgs.fedoraproject.org/tigervnc.git
    42 
    43 
    43    1. Please provide a brief description of the feature and how it is used.
    44    1. Please provide a brief description of the feature and how it is used.
    44 
    45 
    45       VNC provides a remote desktop session viewing protocol (RFB protocol). 
    46       VNC provides a remote desktop session viewing protocol (RFB protocol). 
    46       RFB clients, better known as VNC viewers, are available for most 
    47       RFB clients, better known as VNC viewers, are available for most 
    83 
    84 
    84    7. List the things (GUI, commands, packages, binaries, configuration files,
    85    7. List the things (GUI, commands, packages, binaries, configuration files,
    85       etc.) that are introduced, removed, or have substantially changed by
    86       etc.) that are introduced, removed, or have substantially changed by
    86       this feature or project.
    87       this feature or project.
    87 
    88 
    88   New package SUNWxvnc (S10) / pkg:/x11/server/xvnc (IPS):
    89       S10 package SUNWxvnc / S11 package pkg:/x11/server/xvnc :
    89 	  /usr/bin/vncpasswd
    90 	  /usr/bin/vncpasswd
    90 	  /usr/bin/vncserver
    91 	  /usr/bin/vncserver
    91 	  /usr/bin/x0vncserver
    92 	  /usr/bin/x0vncserver
    92 	  /usr/bin/Xvnc	
    93 	  /usr/bin/Xvnc	
    93       
    94       
    94   New package SUNWvncviewer (S10) / pkg:/desktop/remote-desktop/tigervnc (IPS):
    95       S10 package SUNWvncviewer / 
       
    96       S11 package pkg:/desktop/remote-desktop/tigervnc :
    95 	  /usr/bin/vncviewer
    97 	  /usr/bin/vncviewer
    96 
    98 
    97    8. What major data structures have changed or have been added?
    99    8. What major data structures have changed or have been added?
    98 
   100 
    99        N/A
   101        N/A
   112        this time.  For the latest information, please refer to the appropriate
   114        this time.  For the latest information, please refer to the appropriate
   113        System Administration document.)
   115        System Administration document.)
   114 
   116 
   115       Can a VNC client (such as vncviewer) connect to a VNC server (such as
   117       Can a VNC client (such as vncviewer) connect to a VNC server (such as
   116       Xvnc) and see the desktop session in it?
   118       Xvnc) and see the desktop session in it?
       
   119 
       
   120       See full test case instructions below.
   117 
   121 
   118   12. Are there any diagnostic tools for this feature and what are they?
   122   12. Are there any diagnostic tools for this feature and what are they?
   119 
   123 
   120       Xvnc contains the same Xserver DTrace probes as the other Solaris
   124       Xvnc contains the same Xserver DTrace probes as the other Solaris
   121       X servers.    No other diagnostic tools are known at this time.
   125       X servers.    No other diagnostic tools are known at this time.