My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
Hello world,
All explanations are in subject above.
Since VBox 6.1, my VM window is ridiculusly short and I can't change anything !
Has somebody an idea about the problem, please ?
Thank you all !
All explanations are in subject above.
Since VBox 6.1, my VM window is ridiculusly short and I can't change anything !
Has somebody an idea about the problem, please ?
Thank you all !
- Attachments
-
- lubuntu_window.png (96.82 KiB) Viewed 1741 times
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
Please provide a VM log file. Make sure the VM is fully shut down, then right click it in the manager UI. Select "Show Log" and save "VBox.log" (no other file) to a zip file. Attach the zip here.
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
OK
Thanks
Thanks
- Attachments
-
- VBox.zip
- (30.68 KiB) Downloaded 7 times
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
I don't expect a graphical OS to show higher display sizes if you only give it 16MB graphics RAM. It is also helpful to enable 3D acceleration after the GAs are installed. 1024MB normal RAM and a single core is not kind either for a modern 64bit VM. I would suggest 2048MB RAM, 128MB graphics RAM, 2 cores.
Your Guest Additions are crazy out of date and aren't from VirtualBox, they are from the Ubuntu fork build. This should be updated ASAP.00:00:03.351528 [/Devices/vga/0/Config/] (level 4)
00:00:03.351530 3DEnabled <integer> = 0x0000000000000000 (0)
...
00:00:03.351539 VRamSize <integer> = 0x0000000001000000 (16 777 216, 16 MB)
Finally, this does not seem to be hurting anything, but in the log I see a number of complaints about unsigned host DLLs, specifically "FileSyncShell64.dll" (part of MS OneDrive I think), and also "ASUSWSShellExt64.dll" - part of a third party shell extension I'm guessing from the name. VirtualBox discards unsigned DLLs, which can lead to stability problems. You should check the digital signatures on both files. You can find full filenames in the log.00:00:31.999941 VMMDev: Guest Additions information report: Version 5.2.8 r120774 '5.2.8_KernelUbuntu'
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
I did never change any VM settings before.
What I mean is : everything worked before VirtualBox 6.1.34 r150636.
Settings have since been changed... without success.
Thank you for everything !
Akr54
What I mean is : everything worked before VirtualBox 6.1.34 r150636.
Settings have since been changed... without success.
Thank you for everything !
Akr54
- Attachments
-
- Config_changing.png (30.68 KiB) Viewed 1587 times
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
A new log is required to demonstrate that all of the changes were made. See previous instructions.
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
In addition to the new log, if you revert back to the old version of Virtualbox, does the screen size start working correctly again?
Something pertinent about the video sizes: the VM toggles around between 640x480 and 800x600, which are basic no-frills bad-or-no-drivers fallback sizes. If the 5.2.# Guest Additions in the VM were an indication that you were running earlier than 6.0 Virtualbox (you don't mention what version actually worked before, only that in 6.1 it doesn't work, hint hint
) then if you switched up to 6.1 from 5.2 there were several video changes, which require more up-to-date Guest Additions. The big kahuna: 5.2 GAs does not have drivers for VMSVGA video, which didn't exist in Virtualbox 5.2.
Something pertinent about the video sizes: the VM toggles around between 640x480 and 800x600, which are basic no-frills bad-or-no-drivers fallback sizes. If the 5.2.# Guest Additions in the VM were an indication that you were running earlier than 6.0 Virtualbox (you don't mention what version actually worked before, only that in 6.1 it doesn't work, hint hint
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
Hi,
If I had the old VBox version, I would have already reinstalled it without coming here.
I think I'm going to destroy all my VM. That's disappointing me too much.
And my previous VBox version was 6.0.
If I had the old VBox version, I would have already reinstalled it without coming here.
I think I'm going to destroy all my VM. That's disappointing me too much.
And my previous VBox version was 6.0.
- Attachments
-
- Lubuntu-2022-07-16-15-24-50.zip
- (35.47 KiB) Downloaded 3 times
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
Reinstalling the old version is not trying to blow you off. It's a valid testing procedure: Coming up with a repeatable process to demonstrate an error helps the error fixers find the problem. If the old version reliably works when reverted, and the new version does not, then we can look at what changed between versions. But if reverting to the old version does not restore a working VM, then the problem is elsewhere, maybe a coincidental problem in the VM OS.AKR54 wrote:If I had the old VBox version, I would have already reinstalled it without coming here.
Ask and ye shall receive:AKR54 wrote:If I had the old VBox version
https://download.virtualbox.org/virtualbox/
Saving old installers is always a wise idea.
The new log shows a VM with 3D acceleration turned on, old Guest Additions that don't have drivers for the VMSVGA video card, and hardening errors from old unsigned video drivers on the host, which are necessary for 3D acceleration and cannot be used due to bad security signing. This VM used to have 3D off. Turning on 3D probably caused the error. This VM and host cannot use 3D acceleration.
You don't need to go that far yet, but trying to make a new VM with 2 processors, 3D off, see if the VM boots, install Guest Additions (prerequisites first https://www.virtualbox.org/manual/ch02. ... nux-prereq), see if the VM screen works well.AKR54 wrote:I think I'm going to destroy all my VM.
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
Sorry, I was trying 3D acceleration because I was asked to do :
[quote="mpack"]It is also helpful to enable 3D acceleration after the GAs are installed.
[quote]
[quote="mpack"]It is also helpful to enable 3D acceleration after the GAs are installed.
[quote]
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: My VM screen is ridiculous since VirtualBox 6.1 [Lubuntu VM]
No need to apologize, it's not wrong to try things, especially if you were asked to.AKR54 wrote:Sorry, I was trying 3D acceleration because I was asked to do :
Please let us know how the new VM works.