[X2Go-Commits] page changed: doc:faq:start

wiki-admin at x2go.org wiki-admin at x2go.org
Fri Aug 21 02:00:24 CEST 2015


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

Date        : 2015/08/21 00:00
Browser     : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.37 Safari/537.36
IP-Address  : 96.245.198.248
Hostname    : pool-96-245-198-248.phlapa.fios.verizon.net
Old Revision: http://wiki.x2go.org/doku.php/doc:faq:start?rev=1438801205
New Revision: http://wiki.x2go.org/doku.php/doc:faq:start
Edit Summary: Move Client FAQ after Server FAQ
User        : mikedep333

@@ -39,8 +39,31 @@
  ==== Do I need a PostgreSQL database to run X2Go Server? ====
  
  No. The postgres database is only needed if you are planing to use more than one connected server (server array). By default X2Go Server installs with SQLite3 support enabled. To set up X2Go with PostgreSQL as DB backend you have to edit the X2Go Server's configuration in /etc/x2go. 
  
+ ===== Client FAQ =====
+ 
+ ==== Is there an MS Windows Client? ====
+ 
+ Yes, there are two:
[[doc:installation:x2goclient#ms_windows|X2Go Client]] and [[doc:installation:pyhoca-gui#ms_windows|PyHoca-GUI]].
+ 
+ ==== Is there a MacOS Client? ====
+ 
+ [[doc:installation:x2goclient#macos_x|Yes!]]
+ 
+ ==== Why is there no sound using Linux? ====
+ Probably because the server does not listen to client connections. Check whether the file ''/etc/pulse/default.pa'' on the client contains the line:
+ <code>
+ load-module module-native-protocol-tcp auth-cookie=".pulse-cookie"
+ </code>
+ If not, add it. Alternatively you can load the module at runtime:
+ <code>
+ pactl load-module module-native-protocol-tcp 'auth-cookie=".pulse-cookie"'
+ </code>
+ 
+ ==== Can I use x2goprint with Windows Clients? ====
+ 
+ To set a print target, you'll need ''x2goclient''. For example you can use the RDP tunneling feature of X2Go. FIXME
  
  ===== Session FAQ =====
  
  ==== How do I change the keyboard layout? ====
@@ -91,36 +114,8 @@
  
  This KB article shows one solution for this:
  
 
[[http://kb.mozillazine.org/Firefox_:_FAQs_:_Run_more_than_one_instance_in_Linux| kb.mozillazine.org/Firefox_:_FAQs_:_Run_more_than_one_instance_in_Linux]]
- 
- 
- ===== Client FAQ =====
- 
- ==== Is there an MS Windows Client? ====
- 
- Yes, there are two: [[doc:installation:x2goclient#ms_windows|X2Go Client]] and [[doc:installation:pyhoca-gui#ms_windows|PyHoca-GUI]].
- 
- ==== Is there a MacOS Client? ====
- 
- [[doc:installation:x2goclient#macos_x|Yes!]]
- 
- 
- 
- ==== Why is there no sound using Linux? ====
- Probably because the server does not listen to client connections. Check whether the file ''/etc/pulse/default.pa'' on the client contains the line:
- <code>
- load-module module-native-protocol-tcp auth-cookie=".pulse-cookie"
- </code>
- If not, add it. Alternatively you can load the module at runtime:
- <code>
- pactl load-module module-native-protocol-tcp 'auth-cookie=".pulse-cookie"'
- </code>
- 
- 
- ==== Can I use x2goprint with Windows Clients? ====
- 
- To set a
print target, you'll need ''x2goclient''. For example you can use the RDP tunneling feature of X2Go. FIXME
  
  ===== Known Issues =====
  
  ==== Can't login to x2goserver with an ECDSA key ====



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



More information about the x2go-commits mailing list