This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
virtualbox_fullscreen_problem_installing_guest_additions_on_sparkylinux [2019/09/02 11:18] – pavroo | virtualbox_fullscreen_problem_installing_guest_additions_on_sparkylinux [2021/05/04 13:24] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
Before installing the Guest Additions, you will have to prepare your guest system for building external kernel modules. This works similarly as described in Section 2.3.2, “The VirtualBox kernel module”, except that this step must now be performed in your Linux guest instead of on a Linux host system, as described there. | Before installing the Guest Additions, you will have to prepare your guest system for building external kernel modules. This works similarly as described in Section 2.3.2, “The VirtualBox kernel module”, except that this step must now be performed in your Linux guest instead of on a Linux host system, as described there. | ||
+ | |||
+ | 1. In Virtualbox Settings > Display, change " | ||
+ | |||
+ | 2. Install Linux headers with command | ||
+ | |||
+ | sudo apt-get install linux-headers-$(uname -r) | ||
Again, as with Linux hosts, we recommend using DKMS if it is available for the guest system. If it is not installed, use this command for Ubuntu/ | Again, as with Linux hosts, we recommend using DKMS if it is available for the guest system. If it is not installed, use this command for Ubuntu/ |