Changes between Initial Version and Version 1 of Ticket #383, comment 2
- Timestamp:
- 07/18/13 07:00:23 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #383, comment 2
initial v1 1 1 The command that I'm using is: 2 3 xpra start :10 --start-child="Xephyr -ac -screen 1440x900 -query localhost -host-cursor -reset -terminate :11" --xvfb="Xvfb +extension Composite -screen 0 1440x900x24+32 -nolisten tcp -noreset -auth /home/docker/.Xauthority" 2 {{{ 3 xpra start :10 \ 4 --start-child="Xephyr -ac -screen 1440x900 -query localhost \ 5 -host-cursor -reset -terminate :11" \ 6 --xvfb="Xvfb +extension Composite -screen 0 1440x900x24+32 -nolisten tcp \ 7 -noreset -auth /home/docker/.Xauthority" 8 }}}