cpu hyperactive after setting video mode

Discussions related to using VirtualBox on Linux hosts.
Post Reply
stephenboston
Posts: 16
Joined: 27. May 2019, 02:38

cpu hyperactive after setting video mode

Post by stephenboston »

VirtualBox Graphical User Interface Version 7.0.12 r159484
© 2004-2023 Oracle and/or its affiliates (Qt5.15.11)
Copyright © 2023 Oracle and/or its affiliates
Host : 6.5.8-arch1-1 with MATE
Guest : 6.5.8-arch1-1 withXFCE


Host is running in portrait mode (1080x1920). I'm trying to get the guest into portrait mode too. So after reading this

https://superuser.com/questions/325954

I did this :

Code: Select all

VBoxManage setextradata "<vm-name>" "CustomVideoMode1" "1080x1920x32"
This has no effect on the orientation of the guest, but even worse my host CPU soon goes over 100% for VirtualBox.

I guess I can live without portrait on the VM. I usually run it headless anyway, but I can't live with this CPU cranking.

What can I do?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: cpu hyperactive after setting video mode

Post by scottgus1 »

When you put the VM into Fullscreen, does it follow the Portrait mode of the host monitor?
stephenboston
Posts: 16
Joined: 27. May 2019, 02:38

Re: cpu hyperactive after setting video mode

Post by stephenboston »

No it does not. The guest in full screen is in landscape with a horizontal scrollbar.
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: cpu hyperactive after setting video mode

Post by scottgus1 »

Start the VM from full normal shutdown, not save-state. Run until you see the problem happen, then shut down the VM from within the VM's OS if possible. If not possible, close the Virtualbox window for the VM with the Power Off option set.

Right-click the VM in the main Virtualbox window's VM list, choose Show in Explorer/Finder/File Manager. In the "Logs" subfolder, zip the VM's "vbox.log", and post the zip file, using the forum's Attachments tab. (Configure your host OS to show all extensions so you can find the "vbox.log", not "vbox.log.1", etc.)
Post Reply