You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a feature request than a bug. I use vm-bhyve extensively on my systems. Typically I don't use VNC when interacting with VMs, but I do on a few FreeBSD workstations where I use Ubuntu / Fedora as the guest environment for doing things that I cannot do with FreeBSD ports. I use the tigervnc viewer package from ports as a VNC client. I have an Intel Framework laptop running FreeBSD that has funky display mode settings. The resolutions supported (reported by xrandr) are:
When I connect to my running bhyve vm in fullscreen mode with tigervnc, I get annoying black boxes over portions of the screen. There is no combination of resolution parameters to resolve this, because currently the following resolutions are the only ones supported by bhyve:
# graphics_res
# This allows you to specify a resolution for the graphical console.
# Pleas note only the below options are supported
#
# Default: 800x600
# Valid Options: 1920x1200,1920x1080,1600x1200,1600x900,1280x1024,1280x720,1024x768,800x600,640x480
#
graphics_res="800x600"
Is there a way to set custom graphics_res= parameter for the VNC setup by bhve? Say to one my graphics card optimally supports, like 2256x1504?
The text was updated successfully, but these errors were encountered:
This VNC server is meant to be accessed from the Browser. It works fine unless it's GNOME that you have on Ubuntu.
Now that I think about it, I've never tried to run it without Xorg with just CLI but why would you need VNC for CLI anyway when you can SSH right? But yeah this isn't incorporated like the VNC on the host so it must be started from inside the VM.
This is more of a feature request than a bug. I use vm-bhyve extensively on my systems. Typically I don't use VNC when interacting with VMs, but I do on a few FreeBSD workstations where I use Ubuntu / Fedora as the guest environment for doing things that I cannot do with FreeBSD ports. I use the tigervnc viewer package from ports as a VNC client. I have an Intel Framework laptop running FreeBSD that has funky display mode settings. The resolutions supported (reported by xrandr) are:
When I connect to my running bhyve vm in fullscreen mode with tigervnc, I get annoying black boxes over portions of the screen. There is no combination of resolution parameters to resolve this, because currently the following resolutions are the only ones supported by bhyve:
Is there a way to set custom graphics_res= parameter for the VNC setup by bhve? Say to one my graphics card optimally supports, like 2256x1504?
The text was updated successfully, but these errors were encountered: