From owner-freebsd-virtualization@freebsd.org Sat Jul 9 21:46:35 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE385B8365E for ; Sat, 9 Jul 2016 21:46:35 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C31D91141 for ; Sat, 9 Jul 2016 21:46:35 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BEC46B8365D; Sat, 9 Jul 2016 21:46:35 +0000 (UTC) Delivered-To: virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE667B8365C for ; Sat, 9 Jul 2016 21:46:35 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 7D065113E for ; Sat, 9 Jul 2016 21:46:35 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id 44BA020A40D0 for ; Sun, 10 Jul 2016 07:46:28 +1000 (AEST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 3D14F280AAB for ; Sun, 10 Jul 2016 07:46:28 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id F5uP1S_gDOwT for ; Sun, 10 Jul 2016 07:46:28 +1000 (AEST) Received: from Peters-MacBook-Pro-2.local (c-50-184-135-69.hsd1.ca.comcast.net [50.184.135.69]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 8E7BF2809F0; Sun, 10 Jul 2016 07:46:27 +1000 (AEST) Subject: Re: bhyve coredump on 11.0-ALPHA6 To: Lars Engels References: <20160709202256.GV15808@e-new.0x20.net> <20160709202622.GW15808@e-new.0x20.net> <82055769-cd25-63cd-aa70-bf2a5c238668@freebsd.org> <20160709214151.GZ15808@e-new.0x20.net> Cc: virtualization@freebsd.org From: Peter Grehan Message-ID: Date: Sat, 9 Jul 2016 14:46:32 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160709214151.GZ15808@e-new.0x20.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.2 cv=PNRNwriC c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=ZMguiOAsC5immlfEDy0HCA==:17 a=IkcTkHD0fZMA:10 a=cAmyUtKerLwA:10 a=eMCnmFMTJgfIuAv-jEsA:9 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 21:46:36 -0000 > Yes, without that line it boots. But the vnc cursor speed does not match > the host cursor speed. That's the classic problem with VNC - most o/s's implement cursor acceleration, while VNC only reports absolute cursor position, and the ps2 mouse only reports relative cursor position :( The advantage of the usb tablet is that it reports absolute position, so the VNC and rendered cursor are identical. Agitate on FreeBSD support for that :) later, Peter.