Giter Club home page Giter Club logo

Comments (3)

sayon avatar sayon commented on August 22, 2024

Hello and thank you for pointing the problem out! Unfortunately I am cut off the fast Internet connection until Monday, I will try to upload another VM which does not have that problem in a couple of days.

For now, here is the solution that worked for me:

Long story short

You need to install packages build-essential, module-assistant and run m-a prepare, then install VirtualBox guest additions.

Detailed description

.

  1. In guest Debian: Open terminal and run these commands:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y build-essential module-assistant
sudo m-a prepare

When asked for password, type your user password ('user' by default)

This will prepare your guest OS.

  1. In VirtualBox: Click on 'Install Guest Additions' in 'Devices' menu. Follow instructions to download, install and mount a virtual CD.

  2. Restart guest Debian (might be unnecessary). Check if the virtual CD is mounted correctly, if in doubt click on 'Devices'->'Insert Guest Additions CD image'

  3. Again in guest: Open terminal and run:

sudo sh /media/cdrom/VBoxLinuxAdditions.run

You might need to replace cdrom with cdrom0 or cdrom1.

  1. Restart guest Debian. Your screen should now behave as you expect it to. It even resizes following the size of the VirtualBox's window!

A useful video

https://www.youtube.com/watch?v=KJ5pObje1Dk

from low-level-programming.

Anding avatar Anding commented on August 22, 2024

Thank you very much indeed. I can also confirm that setting up the tools in another Linux distribution (which I did in the interim) was straightforward.

from low-level-programming.

sayon avatar sayon commented on August 22, 2024

I have uploaded a default Ubuntu VM with desktop environment and all necessary tools installed. It does not have that resolution problem so I assume it will be more convenient, albeit a little bulkier.

from low-level-programming.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.