debian 8 jessie virtualbox full screen issue

Discussions about using Linux guests in VirtualBox.
yohann
Posts: 11
Joined: 24. Nov 2012, 17:39

[solved] Re: debian 8 jessie virtualbox full screen issue

Post by yohann »

For your information, I just tried with latest debian installer (debian 8.1.0) and it worked. No more screen sizing issue with debian 8 on virtualbox.
I only had the issue with debian installer for debian 8.0.0.
aclarck
Posts: 3
Joined: 12. Jul 2015, 09:47

Re: debian 8 jessie virtualbox full screen issue

Post by aclarck »

hi,
I have the same issue with:
virtualbox5.0.0
host: windows 8.1
guest: debian Jessie
The maximum resolution in Jessie is 1020*768 (xrandr -q) although my screen has a resolution of 1920*1024
So Jessie is not using the entire screen but just a frame of 1024*768 !

Out of curiosity I installed as second guest linuxmint 17.2 and the resolution problem was gone.
So the problem is coming from the new debian Jessie.

Hope this will be solved soon.
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: just about all that run

Re: debian 8 jessie virtualbox full screen issue

Post by loukingjr »

You need to install the guest additions in Jessie. The reason Mint worked is because it comes with guest additions pre-installed.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
yohann
Posts: 11
Joined: 24. Nov 2012, 17:39

Re: debian 8 jessie virtualbox full screen issue

Post by yohann »

I confirm that guest addons were installed in the test i made with debian jessie 8.1.0.
aclarck
Posts: 3
Joined: 12. Jul 2015, 09:47

Re: debian 8 jessie virtualbox full screen issue

Post by aclarck »

Hello,

Thanks for your answers.

I am running virtualbox with windows 8.1 (host)
So I installed the "extension-pack" in windows.
Jessie is the "guest"

I don't understand why I should install the "guest-addons" in Jessie ?
This does not make sense to me.
Could you provide more info please.
Thank you very much
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: just about all that run

Re: debian 8 jessie virtualbox full screen issue

Post by loukingjr »

aclarck wrote:
I don't understand why I should install the "guest-addons" in Jessie ?
This does not make sense to me.
Could you provide more info please.
Thank you very much
Guest additions not "guest addons". They are called that because they are additions for the guest, not the host. Which is why they need installed in the guest.
Guest Additions
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
aclarck
Posts: 3
Joined: 12. Jul 2015, 09:47

Re: debian 8 jessie virtualbox full screen issue

Post by aclarck »

Ok. The problem is solved. Thanks to you !

Host: win8.1 & virtualbox5
Guest: debian Jessie

The problem was solved by installing the following packages in Jessie (with aptitude):
- virtualbox-guest-dkms
- virtualbox-guest-utils
- virtualbox-guest-x11

I can now use Jessie in full screen (1920*1080)

Thanks a lot.
SiddhuMyl
Posts: 1
Joined: 5. Mar 2017, 09:36

Re: debian 8 jessie virtualbox full screen issue

Post by SiddhuMyl »

I solved the issue by installing the package dkms in the debian 8 (jessie) before installing guest additions

sudo apt-get install dkms

then install guest additions, the desktop will resize in the full screen mode.
Post Reply