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
Debian video resolution
-
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
Install the guest additions in the guest.
See chapter 4 in your users manual.
See chapter 4 in your users manual.
Re: Debian video resolution
Thanks, just tried to install the additions, but this is what I get;

I've tried Force unmount, and the same result. The VBoxGuestAdditions.iso does exist at the quoted location.
Paul

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
In that case open a terminal and install them.
Re: Debian video resolution
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
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
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.
Next change to the folder that has the additions and run the following.
Then type reboot
[ moving to linux guest ]
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)Code: Select all
sh ./VBoxLinuxAdditions.run [ moving to linux guest ]