-
-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Cannot properly set MacOS screen resolution #1445
Comments
I had the same issue, and was able to work around it somewhat to get back to a working resolution (but not able to choose my resolution.
This way, the resolution in macOS, the resolution set by quickemu, and the valid resolutions available to macOS via the OVMF vars all match, and now you should be able to see the entire screen again (fuzzily...) I figure that if you want to have a different resolution than the ones listed with |
I'm having this problem too, Makes it worse that you can't set display resolution on the fly. |
I had the issue and I had just to put scaling off I called
I just gave it the same profile but with scaling off and it was fixed
|
I confirm this bug has not already been reported
Describe the bug
There is some kind of mismatch between the resolution set inside of the MacOS VM and resolution displayed by the host viewer. Consider the following examples:
--width 1280 --height 720
,1280x720
set in the VM -> Only a rectangle covering the entire screen's width and 1/4 of the screen height is rendered. The rest is just black. In other words only the top 1280 x 180 px are rendered. See attached screenshot at the bottom of the issue.--width 2560 --height 1440
,1280x720
set in the VM -> Whole VM screen is correctly rendered, but everything is huge on my 2560 x 1440 display. Shouldn't it be blurry, though? It's not. See attached screenshot.--width 2560 --height 1440
,2560x1440
set in the VM -> Like in the first case, a bar covering top 1/4 of the screen is rendered. Also, my mouse exits the VM window as soon as I get to half of its width. I can't reach the right half of the window with my mouse.--width 5120 --height 2880
,2560x1440
set in the VM -> The entire screen is correctly rendered but I can only reach the top-left 1/4 of the screen with my mouse. As soon as I cross half of the screen either in width or in height, the mouse exits.What I desribed happens with
--display sdl
but I triedgtk
andspice
without any luck too. The symptoms are a bit different but the VM is unusable in the end. Happends both with MacOS Ventura and Sonoma.To Reproduce
Steps to reproduce the behavior: Described above.
Expected behavior
I expect the entire VM screen to be visible and reachable using my mouse with the real resolution of my display (2560x1440) set both in the
quickemu
invocation and inside of the VM.Quickemu output
Run
quickemu
orquickemu
and include the output of the failure below:Quickemu output
System information
Run
quickreport
and include the output here; if you can't runquickreport
,please provide the output of the following:
Quickreport output
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: