How to Fix Ubuntu Automatic Screen Scaling Issue on Virtualbox
After installing Ubuntu on Virtualbox, sometimes the automatic screen resize option does not work. The screen looks freezed and small.
There is a way to fix this. Just we need to perform the following steps:
- Start the VM
- Click in Devices > Insert Guest Additions CD image…
- You’ll see a CD icon in your Favorites (left side). Double click on it
- In the top right there’s a button saying “Run Software”. Click on it.
- If not works:
* right-click anywhere on the folder and click “open with terminal”
* run
./autorun.sh
- Restart the VM
That’s all! Cheers!!! :sunglasses:
Leave a comment