How do I start vino-server from putty?
Petter Adsen
petter at synth.no
Tue Apr 28 07:51:07 UTC 2015
On Sat, 18 Apr 2015 10:07:23 +0200
Patrik Marxer <patrik.marxer at gmail.com> wrote:
> hi,
>
> Not exactly what you are asking for. But I use x11vnc to export my
> screen and start it via ssh:
> $ x11vnc -display :0 -rfbport 5901 -forever -bg -noxrecord
>
> You have then a VNC server running, which exports the current display
> of the user (like windows) - not a separate session. You can access it
> with any VNC client.
I know this is a bit old, but thought this might be useful for someone.
On one of my machines I let lightdm start a VNC server. Put the
following in /etc/lightdm/lightdm.conf:
[VNCServer]
enabled=true
command=Xvnc4 -SecurityTypes=None
port=5900
width=1600
height=900
depth=24
Install xvnc4, and restart lightdm. You now have a VNC server that will
give you the lightdm login. This is on my home network, so I use
"-SecurityTypes=None" to just get the lightdm login without any
additional authentication. See the man page for details.
Petter
--
"I'm ionized"
"Are you sure?"
"I'm positive."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 213 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20150428/579ff772/attachment.sig>
More information about the ubuntu-users
mailing list