From owner-freebsd-emulation@FreeBSD.ORG Wed May 13 17:34:22 2015 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DDD6367; Wed, 13 May 2015 17:34:22 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8BD31CC0; Wed, 13 May 2015 17:34:21 +0000 (UTC) Received: by wizk4 with SMTP id k4so208605697wiz.1; Wed, 13 May 2015 10:34:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=v190Zx5Rz5R0GaYFxXCCxB9GuxZY9O3pzEeaoXTqbB4=; b=FmkO6WWt5KIVml1FoB3kypqvgjZ56BV7z/7PhQdgpdG+UFq/tcKPDVGmiI8zQ9MKBN gdFGy4wsBSgmOlZbQDlETiWUMoZx3vZWV439qgRTYf/QNBhKc9tgEMsqWZKdYeMPTUlO gbPtvQyCrSz9tq3WRMu4Ido8gzUcJXKSp4JeolnY99hznvTWwT6HAylodQoCbMjdP2hK HISOibtWddPE7gxYkKWfY3dpD2eZKFbHCaNMzCG4ZxRFAjVLZF3uaE18NJNZVux7c6Q/ 9DxRy8aOwtVeNonP5rHRW+KWf1+aatV4QeM6d2yfDk+nAhroiJHZl4x9xhYCJw5hgSAe qmhA== X-Received: by 10.180.77.83 with SMTP id q19mr40367174wiw.89.1431538458798; Wed, 13 May 2015 10:34:18 -0700 (PDT) Received: from [10.68.68.51] (54038490.catv.pool.telekom.hu. [84.3.132.144]) by mx.google.com with ESMTPSA id l20sm34001249wjw.42.2015.05.13.10.34.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 May 2015 10:34:17 -0700 (PDT) Message-ID: <55538B17.3040603@gmail.com> Date: Wed, 13 May 2015 19:34:15 +0200 From: fbalku User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Jung-uk Kim , freebsd-emulation@freebsd.org Subject: Re: VirtualBox development repository References: <553F5FF2.9040304@gmail.com> <553FBCBB.3090002@FreeBSD.org> <55409AAE.2030508@gmail.com> In-Reply-To: <55409AAE.2030508@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 13 May 2015 17:34:22 -0000 Hi, On FreeBSD 11-CURRENT using preliminary ports of 5-BETA3: vbox5-20150427.tar.xz 32128 27-Apr-2015 23:38 vbox5-20150428.tar.xz 32492 28-Apr-2015 23:30 vbox5-20150512.tar.xz 34016 12-May-2015 23:18 I have the following strange thing when running Win7 64bit as guest: Screen is blank, it seemed not to start but the problem is wrong screen resoluion; >From session info it is 0x0x32 @0,0 Reverting to the standard port solves the problem; resolution is 1600x900x32 @0,0 It is since BETA3 it worked before.