Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2010 21:53:40 +0000
From:      Mario Lobo <lobo@bsd.com.br>
To:        freebsd-emulation@freebsd.org
Cc:        zaxis <z_axis@163.com>
Subject:   Re: Can VBox use "vrdp" ?
Message-ID:  <201006062153.40134.lobo@bsd.com.br>
In-Reply-To: <28793596.post@talk.nabble.com>
References:  <28793596.post@talk.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 07 June 2010 00:19:06 zaxis wrote:
> In linux,
> start:
> VBoxManage startvm winxp -type vrdp
>=20
> connect:
> rdesktop localhost:3389 -g 1440x875 -D -N -k en-us -r sound:remote
>=20
> However, it seems i canot use vrdp in freebsd ?
>=20
> -----
> e^(=CF=80=E2=8B=85i) + 1 =3D 0
>=20

There is no vrdp on the FreeBSD port, BUT there is VNC !!

Look:

[~]>VBoxHeadless
Oracle VM VirtualBox Headless Interface 3.2.2
(C) 2008-2010 Oracle Corporation
All rights reserved.

Usage:
   -s, -startvm, --startvm <name|uuid>   Start given VM (required argument)
   -n, --vnc                             Enable the built in VNC server
   -m, --vncport <port>                  TCP port number to use for the VNC
                                         server
   -o, --vncpass <pw>                    Set the VNC server password
   -c, -capture, --capture               Record the VM screen output to a f=
ile
   -w, --width                           Frame width when recording
   -h, --height                          Frame height when recording
   -r, --bitrate                         Recording bit rate when recording
   -f, --filename                        File name when recording.  The cod=
ec
                                         used will be chosen based on the
                                         file extension

So:

VBoxHeadless -s VM_NAME -n -m 5100=20

will start the VM "VM_NAME" with a VNC listener at port 5100

So any vnc viewer will connect to it.

Very simple and easy !

=2D-=20
Mario Lobo
http://www.mallavoodoo.com.br
=46reeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winfoes FREE)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006062153.40134.lobo>