Display Issue

Discussions about using Linux guests in VirtualBox.
Post Reply
alexglvr2
Posts: 1
Joined: 2. Nov 2022, 10:44

Display Issue

Post by alexglvr2 »

Hello,

I have Ubuntu 22.04 as a virtual machine, and I get this display issue (attached file)

Any Idea how to solve that please?

Thank you for your help,

Regards

Alex
Attachments
Capture.JPG
Capture.JPG (91.3 KiB) Viewed 1833 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Display Issue

Post by mpack »

Please provide a VM log file. Make sure the VM is fully shut down, then right click it in the manager UI. Select "Show in Explorer", then browse into the "Logs" subfolder. Save "VBox.log" (no other file) to a zip file. Attach the zip here.
thegermanaz
Posts: 1
Joined: 14. Nov 2022, 00:10

Re: Display Issue

Post by thegermanaz »

I had a similar issue and looked around at the other issues, which lead me to the post Upgraded to Jammy Jellyfish and desktop is unusable with Guest Additions by cooldevo (I can't post links)

the final response with this solution solved my issue
Data Dale wrote:I encountered the same problem with my upgrade to Jammy. I resolved the issue by reconfiguring GNOME. Use

Code: Select all

sudo dpkg-reconfigure gdm3
to reconfigure the display manager and then reboot. Alternatively, you could install lightdm as an alternative display manager. Install lightdm using

Code: Select all

sudo apt install lightdm
and configure using

Code: Select all

sudo dpkg-reconfigure lightdm
, then reboot.
Post Reply