[X2Go-Commits] page changed: wiki:components:x2goserver

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Mar 14 22:14:30 CET 2013


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2013/03/14 21:14
Browser     : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address  : 46.142.39.109
Hostname    : 109-39-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goserver?rev=1363295571
New Revision: http://wiki.x2go.org/doku.php/wiki:components:x2goserver
Edit Summary: 
User        : sunweaver

@@ -1,13 +1,13 @@
- ====== X2Go's Server Core ======
+ ====== X2Go Server ======
  
  :!: This wiki page needs much more work!!! Any help is appreciated!!!
  
- ====== X2Go's Server Download ======
+ ===== X2Go's Server Download =====
  
  Binary packages for various distros are [[download:start#X2Go Package Repositories for GNU/Linux|available]].
  
- ====== X2Go's Server: base package and extensions ======
+ ===== X2Go's Server: base package and extensions =====
  
  The ''x2goserver'' package (Debian/Ubuntu) provides
the server-side core of X2Go. If you want to run the legacy X2Go client ([[doc:installation:x2goclient|X2Go Client]]) on the client-side systems then the installation of this package is sufficient.
  
  However, in 2011 many new features/capabilities were added to X2Go.
@@ -28,9 +28,9 @@
  **NOTE:** -  this is a change from older versions of ''x2goserver'' installs where in previous versions the only requirement was to just execute ''sudo apt-get install x2goserver'' .
  
  ''x2goserver-xsession'' was originally introduced so that X2Go can be installed on Debian/Ubuntu Edu terminal servers and the sessions would look like they do on Debian Edu (aka Skolelinux) desktops. It actually does a lot more: start gpg-agent, start ssh-agent, desktop branding, etc.
  
- ====== X2Go's Server: What is it? What does it do? ======
+ ===== X2Go's Server: What is it? What does it do? =====
  
  The base X2Go Server and also the X2go Server Extensions are basically a collection of Bash and Perl
scripts that take care over X2Go server session management and communication between client and server. 
  
  X2Go server currently uses NXv3 based libraries and tools for the backend implementation of X2Go (graphical compression & caching for low bandwidth connections).
@@ -40,11 +40,11 @@
  The latest status of the X2Go server's manual pages can be viewed via the gitweb tool of X2Go's Git: http://code.x2go.org/doc/x2goserver/man
  
  The latest status of the X2Go server extension's manual pages can found here: http://code.x2go.org/doc/x2goserver-extensions/man
  
- ====== X2Go's Server: How it actually works ======
+ ===== X2Go's Server: How it actually works =====
  
- ===== Starting a New Session =====
+ ==== Starting a New Session ====
  
  When starting a new session the script called ''x2gostartagent'' gets executed on the server. ''x2gostartagent'' creates a new session in three phases:
  
    - Find unique ''$DISPLAY'' number and unique session ID. This will insert a new
session in the database.
@@ -52,17 +52,17 @@
    - Start ''x2goagent'' (NX-like XServer): after that the database entry gets updated with the PID of the ''x2goagent'' process.
  
  CAVEAT for client implementations: if you query the session entry from the database with ''x2golistsessions''  some time between phases 1 and 3 some of the returned values (ports, agent PID) will not be set.
  
- ===== Resuming a Session =====
+ ==== Resuming a Session ====
  
  TODO...
  
- ===== Suspending/Terminated a Session =====
+ ==== Suspending/Terminated a Session ====
  
  TODO...
  
- ====== X2Go's Server: Improving documentation... ======
+ ===== X2Go's Server: Improving documentation... =====
  
  
  REQUEST TO X2Go USERS: For the improvement of the X2Go server manual pages we request everyone's help here.
  



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/




More information about the x2go-commits mailing list