From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 7 02:04:53 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6482106566C for ; Mon, 7 Jun 2010 02:04:53 +0000 (UTC) (envelope-from tedm@mittelstaedt.us) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 9180B8FC0A for ; Mon, 7 Jun 2010 02:04:53 +0000 (UTC) Received: from [192.168.1.202] (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.14.3/8.14.3) with ESMTP id o5724qvg084408 for ; Sun, 6 Jun 2010 19:04:52 -0700 (PDT) (envelope-from tedm@mittelstaedt.us) Message-ID: <4C0C53C6.7000506@mittelstaedt.us> Date: Sun, 06 Jun 2010 19:04:54 -0700 From: Ted Mittelstaedt User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <28793596.post@talk.nabble.com> <201006062153.40134.lobo@bsd.com.br> In-Reply-To: <201006062153.40134.lobo@bsd.com.br> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 06 Jun 2010 19:04:52 -0700 (PDT) Subject: Re: Can VBox use "vrdp" ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2010 02:04:54 -0000 On 6/6/2010 2:53 PM, Mario Lobo wrote: > On Monday 07 June 2010 00:19:06 zaxis wrote: >> In linux, >> start: >> VBoxManage startvm winxp -type vrdp >> >> connect: >> rdesktop localhost:3389 -g 1440x875 -D -N -k en-us -r sound:remote >> >> However, it seems i canot use vrdp in freebsd ? >> >> ----- >> e^(π⋅i) + 1 = 0 >> > > 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 Start given VM (required argument) > -n, --vnc Enable the built in VNC server > -m, --vncport TCP port number to use for the VNC > server > -o, --vncpass Set the VNC server password > -c, -capture, --capture Record the VM screen output to a file > -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 codec > used will be chosen based on the > file extension > > So: > > VBoxHeadless -s VM_NAME -n -m 5100 > > 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 ! > You can also run the xrdp daemon and connect to it from a Microsoft remote desktop session. That's what I currently do with Vbox but I use tightvnc server. I'm looking forward to trying this out with the new version of Vbox which supports vnc now. Ted