Hello.
I'm trying to virtualize Windows 7 x64 bit with bhyve and I have several problems to fix. I have so many problems that I don't know what to do
Problem n. 1 : The most annoying one is that I can't use the parameter below with bhyve. If I do that,the mouse pointer will not move at all inside the VM. So it is not supported.
Problem n. 2 : Without the parameter above,when I move my mouse inside the VM,the pointer movements don't match with the screen coordinates. And I can't configure anything inside the VM.
Problem n. 3 : With bhyve I can use this parameter :
but then,inside the VM the resolution is fixed to 1024x768. Also for this reason I think that I'm not able to fix the problem 2.
Problem n. 4 : I've passed thru my Renesas USB controller inside the VM,with this parameter :
unfortunately windows 7 needs that I make the installation of the driver,otherwise it will not work. But I can't do that because the problem n. 2
Problem n. 5 : I'm not able to manage the Windows 7 settings using only the keyboard : It is very umcomfortable for me !
Problem n. 6 : In the past I tried to configure Windows 7 under Linux / qemu / KVM and when I had solved the previous problems,I would have assigned the VM to bhyve,but I've realized that bhyve does not like this behavior and the consequence is that the VM closes all the time suddenly.
So, I would gather some ideas from you about what I can do to overcome some of the problems I have. My ultimate goal is to be able to install the latest nvidia driver for Windows 7 because I want to see if it gives the error 43.
I'm trying to virtualize Windows 7 x64 bit with bhyve and I have several problems to fix. I have so many problems that I don't know what to do

Problem n. 1 : The most annoying one is that I can't use the parameter below with bhyve. If I do that,the mouse pointer will not move at all inside the VM. So it is not supported.
Code:
-s 30,xhci,tablet \
Problem n. 2 : Without the parameter above,when I move my mouse inside the VM,the pointer movements don't match with the screen coordinates. And I can't configure anything inside the VM.
Problem n. 3 : With bhyve I can use this parameter :
Code:
-s 4,fbuf,tcp=0.0.0.0:5901,w=1920,h=1080,wait \
but then,inside the VM the resolution is fixed to 1024x768. Also for this reason I think that I'm not able to fix the problem 2.
Problem n. 4 : I've passed thru my Renesas USB controller inside the VM,with this parameter :
Code:
-s 6,passthru,10/0/0 \
unfortunately windows 7 needs that I make the installation of the driver,otherwise it will not work. But I can't do that because the problem n. 2
Problem n. 5 : I'm not able to manage the Windows 7 settings using only the keyboard : It is very umcomfortable for me !

Problem n. 6 : In the past I tried to configure Windows 7 under Linux / qemu / KVM and when I had solved the previous problems,I would have assigned the VM to bhyve,but I've realized that bhyve does not like this behavior and the consequence is that the VM closes all the time suddenly.
So, I would gather some ideas from you about what I can do to overcome some of the problems I have. My ultimate goal is to be able to install the latest nvidia driver for Windows 7 because I want to see if it gives the error 43.