From owner-freebsd-virtualization@freebsd.org Sun Dec 1 15:54:41 2019 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E291A1AF8B8 for ; Sun, 1 Dec 2019 15:54:41 +0000 (UTC) (envelope-from henrik@gulbra.net) Received: from srv.gulbra.net (ec2-174-129-193-206.compute-1.amazonaws.com [174.129.193.206]) by mx1.freebsd.org (Postfix) with ESMTP id 47Qt9D516Gz3xJ4 for ; Sun, 1 Dec 2019 15:54:40 +0000 (UTC) (envelope-from henrik@gulbra.net) Received: from srv.gulbra.net (localhost [127.0.0.1]) by srv.gulbra.net (Postfix) with ESMTP id EAD93284D for ; Sun, 1 Dec 2019 15:54:33 +0000 (UTC) Received: by srv.gulbra.net (Postfix, from userid 33) id A8EB1284F; Sun, 1 Dec 2019 15:54:33 +0000 (UTC) To: Victor Sudakov Subject: Re: Need X-server to run in bhyve guest X-PHP-Originating-Script: 0:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 01 Dec 2019 16:54:33 +0100 From: Henrik Gulbrandsen Cc: FreeBSD Virtualization In-Reply-To: <20191201053515.GB59123@admin.sibptus.ru> References: <20191201053515.GB59123@admin.sibptus.ru> Message-ID: <794b54a51935c82fb2fb6073fac2c404@www.gulbra.net> X-Sender: henrik@gulbra.net User-Agent: Roundcube Webmail/1.2-beta X-Rspamd-Queue-Id: 47Qt9D516Gz3xJ4 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of henrik@gulbra.net has no SPF policy when checking 174.129.193.206) smtp.mailfrom=henrik@gulbra.net X-Spamd-Result: default: False [0.11 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.978,0]; FROM_HAS_DN(0.00)[]; IP_SCORE(-0.45)[ipnet: 174.129.0.0/16(0.92), asn: 14618(-3.13), country: US(-0.05)]; HAS_X_POS(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-virtualization@freebsd.org]; DMARC_NA(0.00)[gulbra.net]; MIME_GOOD(-0.10)[text/plain]; AUTH_NA(1.00)[]; PHP_SCRIPT_ROOT(1.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-0.96)[-0.956,0]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:174.129.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 01 Dec 2019 15:54:41 -0000 On 2019-12-01 06:35, Victor Sudakov wrote: > If I were to test different desktop environments (gnome, xfce etc) in a > FreeBSD guest in bhyve, what X server (probably with vnc access, or rdp > access, or whatever?) would you advise? This will work with the normal X server and bhyve's built-in VNC if you run the guest with UEFI CSM and apply my Video BIOS patch: https://www.gulbra.net/freebsd-bhyve/ However, when I tested it with a GhostBSD 19.04 ISO image, the mouse didn't work - probably because FreeBSD still didn't support the XHCI tablet needed for absolute pointer coordinates in bhyve. With a PS/2 mouse you will get two mouse pointers - one each for host and guest. /Henrik