Debian 8.6 VM display resolution cannot be increasedVirtualbox Debian VM unusable after install guest...
What mechanic is there to disable a threat instead of killing it?
CAST throwing error when run in stored procedure but not when run as raw query
Why doesn't using multiple commands with a || or && conditional work?
One verb to replace 'be a member of' a club
Why can't we play rap on piano?
Short story with a alien planet, government officials must wear exploding medallions
Why do bosons tend to occupy the same state?
What method can I use to design a dungeon difficult enough that the PCs can't make it through without killing them?
Watching something be piped to a file live with tail
Unlock My Phone! February 2018
Am I breaking OOP practice with this architecture?
Alternative to sending password over mail?
iPad being using in wall mount battery swollen
How does a predictive coding aid in lossless compression?
Why is this clock signal connected to a capacitor to gnd?
What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"
ssTTsSTtRrriinInnnnNNNIiinngg
In 'Revenger,' what does 'cove' come from?
How to prevent "they're falling in love" trope
A category-like structure without composition?
How seriously should I take size and weight limits of hand luggage?
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
How can saying a song's name be a copyright violation?
How to show a landlord what we have in savings?
Debian 8.6 VM display resolution cannot be increased
Virtualbox Debian VM unusable after install guest dkmsIncorrect max resolution detectedWindows 8 Screen Resolution in VirtualBoxCustom resolution in VirtualBox Windows 8 with Guest AdditionsHow to change resolution of CentOS 6.5 Resolution on virtualbox (Host: Win7)Resolution Error: If your resolution is below 1024 x 768…Dell Monitor U2713HM will not display at 2560x1440 resolution on Windows 10VirtualBox resolution/guest additionsVirtualbox Debian VM unusable after install guest dkmsVirtualbox Xubuntu resolutions not matching upUbuntu minimal in VirtualBox can't get fullscreen resolution
I set up a new Debian 8.6 VM today (Windows 7 Host) and have installed guest additions from the disk image via terminal. I also installed dkms, altered my grub file. Plain old dkms installed just find, but aptitude couldn't find any of the virtualbox-guest files at all. Having done all this and restarted my VM every step along the way, I still am stuck at 1024 x 768 display resolution on my 1080p monitor. Even if I set the VM to full-screen mode, it gives me a display area of the exact same size as before, just with black letterboxing all around it.
Everything else I've seen about this problem seems to be some sort of variation on the advice that hasn't worked for me thus far.
virtualbox debian resolution
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I set up a new Debian 8.6 VM today (Windows 7 Host) and have installed guest additions from the disk image via terminal. I also installed dkms, altered my grub file. Plain old dkms installed just find, but aptitude couldn't find any of the virtualbox-guest files at all. Having done all this and restarted my VM every step along the way, I still am stuck at 1024 x 768 display resolution on my 1080p monitor. Even if I set the VM to full-screen mode, it gives me a display area of the exact same size as before, just with black letterboxing all around it.
Everything else I've seen about this problem seems to be some sort of variation on the advice that hasn't worked for me thus far.
virtualbox debian resolution
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I set up a new Debian 8.6 VM today (Windows 7 Host) and have installed guest additions from the disk image via terminal. I also installed dkms, altered my grub file. Plain old dkms installed just find, but aptitude couldn't find any of the virtualbox-guest files at all. Having done all this and restarted my VM every step along the way, I still am stuck at 1024 x 768 display resolution on my 1080p monitor. Even if I set the VM to full-screen mode, it gives me a display area of the exact same size as before, just with black letterboxing all around it.
Everything else I've seen about this problem seems to be some sort of variation on the advice that hasn't worked for me thus far.
virtualbox debian resolution
I set up a new Debian 8.6 VM today (Windows 7 Host) and have installed guest additions from the disk image via terminal. I also installed dkms, altered my grub file. Plain old dkms installed just find, but aptitude couldn't find any of the virtualbox-guest files at all. Having done all this and restarted my VM every step along the way, I still am stuck at 1024 x 768 display resolution on my 1080p monitor. Even if I set the VM to full-screen mode, it gives me a display area of the exact same size as before, just with black letterboxing all around it.
Everything else I've seen about this problem seems to be some sort of variation on the advice that hasn't worked for me thus far.
virtualbox debian resolution
virtualbox debian resolution
asked Oct 25 '16 at 21:23
user968270user968270
11614
11614
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
For install guest additions you will need linux-headers and if aptitude don't see the virtualbox packages. I"s because your forget to change your apt sources.list for adding "contrib"
/etc/apt/sources.list
must contain
deb http://httpredir.debian.org/debian/ jessie main contrib
after that run
apt-get update
and finally
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1138931%2fdebian-8-6-vm-display-resolution-cannot-be-increased%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
For install guest additions you will need linux-headers and if aptitude don't see the virtualbox packages. I"s because your forget to change your apt sources.list for adding "contrib"
/etc/apt/sources.list
must contain
deb http://httpredir.debian.org/debian/ jessie main contrib
after that run
apt-get update
and finally
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
add a comment |
For install guest additions you will need linux-headers and if aptitude don't see the virtualbox packages. I"s because your forget to change your apt sources.list for adding "contrib"
/etc/apt/sources.list
must contain
deb http://httpredir.debian.org/debian/ jessie main contrib
after that run
apt-get update
and finally
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
add a comment |
For install guest additions you will need linux-headers and if aptitude don't see the virtualbox packages. I"s because your forget to change your apt sources.list for adding "contrib"
/etc/apt/sources.list
must contain
deb http://httpredir.debian.org/debian/ jessie main contrib
after that run
apt-get update
and finally
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
For install guest additions you will need linux-headers and if aptitude don't see the virtualbox packages. I"s because your forget to change your apt sources.list for adding "contrib"
/etc/apt/sources.list
must contain
deb http://httpredir.debian.org/debian/ jessie main contrib
after that run
apt-get update
and finally
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
answered Oct 26 '16 at 13:30
Yann JustdohitYann Justdohit
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1138931%2fdebian-8-6-vm-display-resolution-cannot-be-increased%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown