[Bug 238095] Current console input freezes in hyperv gen 2 VM after randon amount of time
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238095 --- Comment #8 from Michael --- The CPU is usually eight, but the same behavior with four and twelve cpu's -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: Need X-server to run in bhyve guest
On 2019-12-01 18:51, Rodney W. Grimes wrote: You do not need the Video BIOS patch for a FreeBSD guest. Fair enough. For some reason I thought the UEFI implementation had a more limited set of display resolutions, but I have never tested it. It was just my luck to start with the single Linux distro I have seen that doesn't support UEFI for its Live ISO files. /Henrik ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
[Bug 238095] Current console input freezes in hyperv gen 2 VM after randon amount of time
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238095 Hans Petter Selasky changed: What|Removed |Added CC||hsela...@freebsd.org --- Comment #7 from Hans Petter Selasky --- How many CPU's are there? --HPS -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: Need X-server to run in bhyve guest
-- Start of PGP signed section. > Henrik Gulbrandsen wrote: > > 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/ > > I'd prefer to stick to bhyveload for now. I would strongly encourage you to use vnc and UEFI bios mode in bhyve for what you are attempting to do. Unless your guess is not able to run a uefi frame buffer type display, which any recent FreeBSD should be just fine with. You do not need the Video BIOS patch for a FreeBSD guest. > > > > 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. > > -- > Victor Sudakov, VAS4-RIPE, VAS47-RIPN > 2:5005/49@fidonet http://vas.tomsk.ru/ -- End of PGP section, PGP failed! -- Rod Grimes rgri...@freebsd.org ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: Need X-server to run in bhyve guest
Henrik Gulbrandsen wrote: > 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/ I'd prefer to stick to bhyveload for now. > > 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. -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ signature.asc Description: PGP signature
Re: Need X-server to run in bhyve guest
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 ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: Need X-server to run in bhyve guest
Jason Barbier wrote: > honestly, > I just use remmina after enabling the vnc console on the guest, works like a > charm every time This may work for me too. But how do you enable the vnc console on a FreeBSD guest? I boot my FreeBSD guests with bhyveload, which does not have a vnc console. Does your FreeBSD guest see this vnc console as a video card suitable for running a local X-server? What driver? -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ signature.asc Description: PGP signature
Re: Need X-server to run in bhyve guest
honestly, I just use remmina after enabling the vnc console on the guest, works like a charm every time Sent from my a tiny pocket computer. > On Nov 30, 2019, at 22:13, Victor Sudakov wrote: > > Dear Colleagues, > > 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? > > I actually want to see the *local* graphical desktop of a guest, not just > X-clients forwarded from guest to host, or drawing to a remote $DISPLAY > on the host. > > Any advice what to install on the guest and how to start it there? I > would probably need to persuade the Gnome/XFCE on the guest that the > guest has a monitor and video card... > > -- > Victor Sudakov, VAS4-RIPE, VAS47-RIPN > 2:5005/49@fidonet http://vas.tomsk.ru/ ___ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"
Re: Need X-server to run in bhyve guest
Loyd Craft wrote: > I like Xephyr…. It’s a software framebuffer for X11... So it can pretend to be a local X-server (i.e. :0) in a bhyve guest? > But you need a X server and SSH X11 forwarding on your local machine. Xephyr is an X-server and X-client at the same time, correct? Then I can install it in the guest VM and make it output to my FreeBSD desktop. I don't even think SSH X11 forwarding will be required, just setting the $DISPLAY variable appropriately? But first of all, how do you make Gnome or KDE use Xephyr as a local X-server? -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ signature.asc Description: PGP signature