Debian video resolution

Discussions about using Linux guests in VirtualBox.
Post Reply
rossoreed
Posts: 5
Joined: 14. Jan 2016, 20:00

Debian video resolution

Post by rossoreed »

Just installed Debian 64bit and found that the maximum screen resolution that I can select in Debian settings is 1024 x 768, whilst my laptop runs in 1366 x 768.
This results in a lot of wasted desktop either side.
Is there anyway I can select the same resolution.

Host OS - Windows 10
Client OS - Debian 64bit
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Debian video resolution

Post by Perryg »

Install the guest additions in the guest.
See chapter 4 in your users manual.
rossoreed
Posts: 5
Joined: 14. Jan 2016, 20:00

Re: Debian video resolution

Post by rossoreed »

Thanks, just tried to install the additions, but this is what I get;
Image
I've tried Force unmount, and the same result. The VBoxGuestAdditions.iso does exist at the quoted location.

Paul
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Debian video resolution

Post by Perryg »

In that case open a terminal and install them.
rossoreed
Posts: 5
Joined: 14. Jan 2016, 20:00

Re: Debian video resolution

Post by rossoreed »

Sorry, but I'm struggling with this.
I've read chapter 4, and probably understand 50% of it (I'm probably at the lower end of competence).
More basic support would be appreciated.

Paul
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Debian video resolution

Post by Perryg »

First you will need to install a few packages.

Open a terminal window and elevate yourself to root ( type su, press enter, and your password, enter again ).
Once there run the following code.

Code: Select all

apt-get install dkms build-essential linux-headers-$(uname -r)
Next change to the folder that has the additions and run the following.

Code: Select all

sh ./VBoxLinuxAdditions.run 
Then type reboot

[ moving to linux guest ]
Post Reply