From: J G Miller on
On Monday, June 21st, 2010 08:24:37 +0000, Unruh pondered:

> Surely you can just use runlevel 3 rather than failsafe mode. Failsafe
> is pretty primative usually.

You are confusing boot run levels with X11 session failsafe mode.

X11 session failsafe mode is when the Xsession starts without reading
any configuration files and just an X terminal window (so no window manager
or desktop).

Please see the failsafe option in Xsession.options (manual page section 5).

From: Todd on
On 06/21/2010 12:00 AM, Keith Keller wrote:
> On 2010-06-21, Todd<todd(a)invalid.com> wrote:
>> On 06/20/2010 08:25 PM, John Thompson wrote:
>>
>>> But most people find VNC (which can also be tunneled through SSH) easier
>>> for this purpose.
>>
>> Do you have any details on this method?
>
> http://lmgtfy.com/?q=vnc+tunnel+ssh
>
> --keith
>

Thank you!
-T
From: Todd on
On 06/21/2010 12:00 AM, Keith Keller wrote:
> On 2010-06-21, Todd<todd(a)invalid.com> wrote:
>> On 06/20/2010 08:25 PM, John Thompson wrote:
>>
>>> But most people find VNC (which can also be tunneled through SSH) easier
>>> for this purpose.
>>
>> Do you have any details on this method?
>
> http://lmgtfy.com/?q=vnc+tunnel+ssh
>
> --keith
>

The link Keith sent me is a just google it link.
Of all the links it pulled up, this seems to be the
best:

http://www.cyberciti.biz/tips/tunneling-vnc-connections-over-ssh-howto.html

Although it did not go into how to run VNC, just
how to set up ssh.

-T
From: Chris Davies on
Todd <todd(a)invalid.com> wrote:
> If I wanted to display my entire desktop, in a single
> window, in the style of VNC, is there a way for ssh
> to do this?

Ssh can't do this, but what it can do is to tunnel (X forward) a VNC/X
server to your display. One like x0vnc4viewer or vino can map your
current X display into a VNC display that can then be carried over an
SSH based tunnel to another display server.

Confused?

Let me know and I'll post an example
Chris
From: AZ Nomad on
On Mon, 21 Jun 2010 23:24:50 +0100, Chris Davies <chris-usenet(a)roaima.co.uk> wrote:
>Todd <todd(a)invalid.com> wrote:
>> If I wanted to display my entire desktop, in a single
>> window, in the style of VNC, is there a way for ssh
>> to do this?

>Ssh can't do this, but what it can do is to tunnel (X forward) a VNC/X
>server to your display. One like x0vnc4viewer or vino can map your
>current X display into a VNC display that can then be carried over an
>SSH based tunnel to another display server.

>Confused?

>Let me know and I'll post an example
>Chris

VNC is poor by comparison as it has to do screenscraping.

ssh -X or ssy -Y will carry X and one doesn't have to bother setting the
DISPLAY variable.