Feature #23894
Add ability to choose the VM VNC screen resolution
Status:
Resolved
Priority:
Nice to have
Assignee:
Marcelo Araujo
Category:
Middleware
Target version:
Estimated time:
Severity:
New
Reason for Closing:
Reason for Blocked:
Needs QA:
No
Needs Doc:
Yes
Needs Merging:
Yes
Needs Automation:
No
Support Suite Ticket:
n/a
Hardware Configuration:
Description
Looking at this thread:
https://forums.freebsd.org/threads/56912/
bhyve under FreeBSD has options to change the VNC resolution when running a Windows VM (Or any VM for that matter)
bhyve -c 2 -s 0,hostbridge -s 3,ahci-cd,./win10.iso -s 4,ahci-hd,./win_10.img -s 10,virtio-net,tap0 -s 11,fbuf,tcp=0.0.0.0:5900,w=1600,h=900,wait -s 20,xhci,tablet -s 31,lpc -l bootrom,./BHYVE_UEFI_20160526.fd -m 2G -H -w win10
with the bits i'm wondering about being "w=1600, h=900"
Would be cool to be able to edit this in the VNC settings.
Related issues
Associated revisions
History
#1
Updated by Marcelo Araujo almost 2 years ago
- Status changed from Unscreened to Screened
- Target version set to 11.1
#2
Updated by Marcelo Araujo almost 2 years ago
- Status changed from Screened to Resolved
#3
Updated by Dru Lavigne over 1 year ago
- Related to Feature #25213: Allow selection of resolution on VNC Device in VM added
#4
Updated by Dru Lavigne over 1 year ago
- Subject changed from Edit VM VNC resolution to Add ability to choose the VM VNC screen resolution
#5
Updated by Dru Lavigne over 1 year ago
- Target version changed from 11.1 to 11.1-BETA1
#6
Updated by Joe Maloney over 1 year ago
- Needs QA changed from Yes to No
- QA Status Test Passes FreeNAS added
- QA Status deleted (
Not Tested)
feat(vm): Allow users to choose the VNC screen resolution. The default resolution defined by bhyve is 1024x768.
Ticket: #23894