Re: bhyve: vnc limited to 1920x1080?

2020-09-24 Thread Peter Grehan
I used the following option for bhyve command: > > -s 29,fbuf,rfb=192.168.1.6:8001,wait,w=2560,h=1440> > ...and got rather confusing error message:> > Invalid fbuf emulation option "w"> fbuf: {wait,}{vga=on|io|off,}rfb=:port{,w=width}{,h=height}> device emulation initialization error: Inappropri

bhyve: vnc limited to 1920x1080?

2020-09-24 Thread xtouqh
I used the following option for bhyve command: -s 29,fbuf,rfb=192.168.1.6:8001,wait,w=2560,h=1440 ...and got rather confusing error message: Invalid fbuf emulation option "w" fbuf: {wait,}{vga=on|io|off,}rfb=:port{,w=width}{,h=height} device emulation initialization error: Inappropriate ioctl f

Re: HD audio problem on FreeBSD 12.1 bhyve VM

2020-09-24 Thread Ali Abdallah
On 24.09.2020 19:48, Peter Grehan wrote: > Hi Ali, Hi Peter, thanks for your answers. > > > I tested the following combinations: > > > > 1) 12.1 guest on 12.1 host (with the HD audio from 13-current). > > 2) Same 12.1 guest on 13-current host. > > 2) worked ok for me, at least with very limit

Re: HD audio problem on FreeBSD 12.1 bhyve VM

2020-09-24 Thread Peter Grehan
Hi Ali, I tested the following combinations: 1) 12.1 guest on 12.1 host (with the HD audio from 13-current). 2) Same 12.1 guest on 13-current host. 2) worked ok for me, at least with very limited testing and a simplistic config On the guest, root@:~ # uname -a FreeBSD 12.1-RELEASE FreeB