Mint MATE: No auto-sized feature?

Discussions about using Linux guests in VirtualBox.
Post Reply
madjoe
Posts: 10
Joined: 13. Nov 2019, 18:50

Mint MATE: No auto-sized feature?

Post by madjoe »

Hi, I'm on KDE Plasma x11 and since the recent updates I can't get auto-sized feature to work with my guest OS Mint MATE, but instead - it always opens as a small fixed window 800x600px (completely ignoring the fact that the guest window is actually maximized on my 1920x1080px screen).

Each time I have to run

Code: Select all

sudo VBoxClient --vmsvga
inside my Guest OS in order to auto-size it properly. Is there a way to automate this when starting the Guest OS, as it worked fine about two months ago?

Settings:
Display Settings
Display Settings
settings.png (47.56 KiB) Viewed 2756 times
This is how my guest OS loads:
Fixed size Guest OS: 800x600px
Fixed size Guest OS: 800x600px
screen-fail.png (72.6 KiB) Viewed 2756 times
Thanks!
Last edited by madjoe on 6. Dec 2022, 21:20, edited 2 times in total.
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Mint MATE: No auto-sized feature?

Post by scottgus1 »

Image
madjoe wrote:Each time I have to run `sudo VBoxClient --vmsvga` inside my Guest OS in order to auto-size it properly.
Such a command is not necessary when the Guest Additions are working properly.

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 Upload Attachment tab.
madjoe
Posts: 10
Joined: 13. Nov 2019, 18:50

Re: Mint MATE: No auto-sized feature?

Post by madjoe »

scottgus1 wrote:[IMG] tags only work on images previously uploaded using the forum's Upload Attachment tab.
I just fixed it.
scottgus1 wrote: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.
I always start the VM from full normal shutdown.
scottgus1 wrote: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 Upload Attachment tab.
Zipped log is attached below.
Attachments
VBox.zip
Log
(41.28 KiB) Downloaded 2 times
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Mint MATE: No auto-sized feature?

Post by scottgus1 »

00:00:01.003244 VirtualBox VM 7.0.4 r154605 linux.amd64 (Nov 18 2022 12:54:46) release log
00:00:01.044047 3DEnabled <integer> = 0x0000000000000001 (1)
00:00:10.151108 VMMDev: Guest Additions information report: Version 6.0.0 r127566 '6.0.0'
Very old Guest Additions to try running 3D acceleration. Better to have them closer in version if not up-to-date.

However, 7.0 has just come out of beta and is still going through growing pains. 7.0's Guest Additions are particularly affected atm. I'd try 6.1.40's GAs https://download.virtualbox.org/virtual ... 6.1.40.iso.
Linux VMs have prerequisites for installing GAs, see https://www.virtualbox.org/manual/ch04. ... ions-linux and https://www.virtualbox.org/manual/ch02. ... nux-prereq
madjoe
Posts: 10
Joined: 13. Nov 2019, 18:50

Re: Mint MATE: No auto-sized feature?

Post by madjoe »

scottgus1 wrote:Very old Guest Additions to try running 3D acceleration. Better to have them closer in version if not up-to-date.
That did the trick, now it works great, thank you!
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Mint MATE: No auto-sized feature?

Post by scottgus1 »

Great! Glad you're up and running.
Post Reply