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 problem has been happening for weeks now, and it's kind of blocking progress.
What happens is:
The compositor has a timer that triggers 60 times per second.
The VGA/VBE driver initializes all the VBE stuff, then switches resolution. During this switch, there is no timer ticking (I think it should, since we're running multiple CPUs, but I'm not sure with QEmu having this "fake multithreading" thing)
After that, the next timer tick takes a very long time to trigger (like, a minute or so).
Then the entire thing seems frozen.
The text was updated successfully, but these errors were encountered:
This problem has been happening for weeks now, and it's kind of blocking progress.
What happens is:
The text was updated successfully, but these errors were encountered: