d6e21de676d83070bd971573a3f1b6c259d46953
faq-remote-X11-beta.md
| ... | ... | @@ -1,17 +1,17 @@ |
| 1 | -# Remote X11 (beta) - x2go and xpra |
|
| 1 | +## Remote X11 (beta) - x2go and xpra |
|
| 2 | 2 | |
| 3 | 3 | In general x2go is easier to use and sufficient for most scenarios. Xpra has better performance and uses less resources. Both clients connect through ssh and are generally faster than ssh -Y. Support for these is beta, x2go is more familiar to the support staff. Most linux systems do not have these tools installed, so you may need to request them. |
| 4 | 4 | |
| 5 | 5 | We recommend using x2go. x2go is more familiar to the support staff and it is easier to use. |
| 6 | 6 | |
| 7 | -# x2go |
|
| 7 | +### x2go |
|
| 8 | 8 | |
| 9 | -## download |
|
| 9 | +#### download |
|
| 10 | 10 | x2go can be downloaded from this page. |
| 11 | 11 | |
| 12 | 12 | https://wiki.x2go.org/doku.php/download:start |
| 13 | 13 | |
| 14 | -## Additional Steps |
|
| 14 | +#### Additional Steps |
|
| 15 | 15 | You will need to open System Preferences - Security - General - Temporarily 'Allow from anywhere' open the application, make sure you can reopen it. Then change your security setting back to 'App Store and Identified Developers' |
| 16 | 16 | |
| 17 | 17 | For all systems off of the sbgrid network it will be easiest if you use the [cmcd-vpn](faq-connecting-to-cmcd-vpn). |
| ... | ... | @@ -29,10 +29,10 @@ Make sure you fill out the following - |
| 29 | 29 | You can adjust the resolution after the session has started. |
| 30 | 30 | |
| 31 | 31 | |
| 32 | -# Xpra |
|
| 32 | +### Xpra |
|
| 33 | 33 | xpra has been described as 'tmux for X11'. It uses x264 encoding. |
| 34 | 34 | |
| 35 | -## OSX to Linux workstation usage |
|
| 35 | +#### OSX to Linux workstation usage |
|
| 36 | 36 | |
| 37 | 37 | For Mac OSX newer than 10.9 the installer is on their downloads page |
| 38 | 38 | https://www.xpra.org/trac/wiki/Download |
| ... | ... | @@ -43,21 +43,20 @@ https://xpra.org/dists/osx/x86_64/Xpra.pkg |
| 43 | 43 | For command line usage please us the 'pkg' installer located here - |
| 44 | 44 | https://xpra.org/dists/osx/x86_64/Xpra.pkg |
| 45 | 45 | |
| 46 | -### xpra gui |
|
| 46 | +#### xpra gui |
|
| 47 | 47 | |
| 48 | 48 | On remote system - copy xpra-launch.sh to your home folder and ./xpra-launch.sh or useone of the lines below. |
| 49 | 49 | |
| 50 | -# Full desktop |
|
| 50 | +#### Full desktop |
|
| 51 | 51 | tmux new-session -d -s "xpra-desktop" "xpra start-desktop --start=mate-session :$((10 + RANDOM % 999)) --pulseaudio=no --daemon=no" |
| 52 | 52 | |
| 53 | -# Minimal termial window |
|
| 53 | +#### Minimal termial window |
|
| 54 | 54 | tmux new-session -d -s "xpra-terminal" "xpra start --start=mate-terminal :$((10 + RANDOM % 999)) --pulseaudio=no --daemon=no" |
| 55 | 55 | |
| 56 | -# open xpra gui |
|
| 56 | +#### open xpra gui |
|
| 57 | 57 | Select mode ssh - enter username, host and password info. If there is only one xpra session it will automatically connect to it. You can also save that info to a config file and launch that after. |
| 58 | 58 | |
| 59 | -# to end the session on the remote system |
|
| 60 | -either tmux a and Ctrl-c or 'xpra stop' |
|
| 59 | +To end the session on the remote system either tmux a and Ctrl-c or 'xpra stop' |
|
| 61 | 60 | |
| 62 | 61 | ### xpra cli - keep it simple. |
| 63 | 62 | |
| ... | ... | @@ -88,7 +87,7 @@ Or if you wantesd the session to end when you opened the window - |
| 88 | 87 | |
| 89 | 88 | For all systems off of the sbgrid network it will be easiest if you use the [cmcd-vpn](faq-connecting-to-cmcd-vpn). |
| 90 | 89 | |
| 91 | -## Troubleshooting tips. |
|
| 90 | +### Troubleshooting tips. |
|
| 92 | 91 | |
| 93 | 92 | Ideally you would have already set up [SSH Without a Password](faq-setting-up-passwordless-ssh) |
| 94 | 93 |