Changing screen resolution of GRUB menuBlack screen at boot after Nvidia driver installation on Ubuntu...
Rotate ASCII Art by 45 Degrees
What is an equivalently powerful replacement spell for Yuan-Ti's Suggestion spell?
Finding the reason behind the value of the integral.
What is required to make GPS signals available indoors?
Can compressed videos be decoded back to their uncompresed original format?
How to remove border from elements in the last row?
How can saying a song's name be a copyright violation?
What historical events would have to change in order to make 19th century "steampunk" technology possible?
Does Dispel Magic work on Tiny Hut?
Which ISO should I use for the cleanest image?
Machine learning testing data
What do you call someone who asks many questions?
Forgetting the musical notes while performing in concert
How can I prove that a state of equilibrium is unstable?
Obtaining database information and values in extended properties
How to show a landlord what we have in savings?
How to stretch the corners of this image so that it looks like a perfect rectangle?
Can I hook these wires up to find the connection to a dead outlet?
Can a virus destroy the BIOS of a modern computer?
In Bayesian inference, why are some terms dropped from the posterior predictive?
Label inside tikzcd square
Is this draw by repetition?
What reasons are there for a Capitalist to oppose a 100% inheritance tax?
What is the fastest integer factorization to break RSA?
Changing screen resolution of GRUB menu
Black screen at boot after Nvidia driver installation on Ubuntu 18.04.2 LTSWhen I try to install Ubuntu, the screen res is too low to use the installerOnly One Resolution in Ubuntu 640 x 480How can I add a new screen resolution to an old laptop?Boot Logo Resolution Changed After NVIDIA Drivers Installation18.04: Low Resolution In Grub and Splash After Installing Nvidia DriverUnable to Install NVIDIA drivers for RTX 2080How can I change the resolution of the GRUB menu?Ubuntu 18.04 not recognizing my graphics card (I think)?Nvidia low res after updatecannot reset screen resolution
When I switch on my computer, I get the GRUB menu in very low resolution (640 x 480).
I would like to know how I can change the resolution of GRUB.
To get information about my current resolution, I applied the following (instructions from Marmayogi in this post):
- Pressed "c" key to enter GRUB's command line
grub>at start up. - Executed the following GRUB commands:
grub> set pager=1andgrub> videoinfoto get the available screen resolutions and my resolution marked with a "*".
But I do not know how to actually change the resolution.
Things to take into account: I am using a Nvidia graphics card RTX 2070 and have installed Nvidia driver version 410, and I'm running Ubuntu 18.04.
grub2 18.04 nvidia display-resolution
add a comment |
When I switch on my computer, I get the GRUB menu in very low resolution (640 x 480).
I would like to know how I can change the resolution of GRUB.
To get information about my current resolution, I applied the following (instructions from Marmayogi in this post):
- Pressed "c" key to enter GRUB's command line
grub>at start up. - Executed the following GRUB commands:
grub> set pager=1andgrub> videoinfoto get the available screen resolutions and my resolution marked with a "*".
But I do not know how to actually change the resolution.
Things to take into account: I am using a Nvidia graphics card RTX 2070 and have installed Nvidia driver version 410, and I'm running Ubuntu 18.04.
grub2 18.04 nvidia display-resolution
Edit your question and post the output ofcat /etc/default/grubcommand.
– Marmayogi
yesterday
add a comment |
When I switch on my computer, I get the GRUB menu in very low resolution (640 x 480).
I would like to know how I can change the resolution of GRUB.
To get information about my current resolution, I applied the following (instructions from Marmayogi in this post):
- Pressed "c" key to enter GRUB's command line
grub>at start up. - Executed the following GRUB commands:
grub> set pager=1andgrub> videoinfoto get the available screen resolutions and my resolution marked with a "*".
But I do not know how to actually change the resolution.
Things to take into account: I am using a Nvidia graphics card RTX 2070 and have installed Nvidia driver version 410, and I'm running Ubuntu 18.04.
grub2 18.04 nvidia display-resolution
When I switch on my computer, I get the GRUB menu in very low resolution (640 x 480).
I would like to know how I can change the resolution of GRUB.
To get information about my current resolution, I applied the following (instructions from Marmayogi in this post):
- Pressed "c" key to enter GRUB's command line
grub>at start up. - Executed the following GRUB commands:
grub> set pager=1andgrub> videoinfoto get the available screen resolutions and my resolution marked with a "*".
But I do not know how to actually change the resolution.
Things to take into account: I am using a Nvidia graphics card RTX 2070 and have installed Nvidia driver version 410, and I'm running Ubuntu 18.04.
grub2 18.04 nvidia display-resolution
grub2 18.04 nvidia display-resolution
edited 8 mins ago
heynnema
21.2k22360
21.2k22360
asked yesterday
johnwolf1987johnwolf1987
135
135
Edit your question and post the output ofcat /etc/default/grubcommand.
– Marmayogi
yesterday
add a comment |
Edit your question and post the output ofcat /etc/default/grubcommand.
– Marmayogi
yesterday
Edit your question and post the output of
cat /etc/default/grub command.– Marmayogi
yesterday
Edit your question and post the output of
cat /etc/default/grub command.– Marmayogi
yesterday
add a comment |
1 Answer
1
active
oldest
votes
Best to leave it set for 640x480. Setting it to any higher resolution just makes the GRUB menu tiny, and harder to view.
However, if you must change it...
sudo pico /etc/default/grub
Find:
#GRUB_GFXMODE=640x480
And change it to:
GRUB_GFXMODE=640x480
changing the resolution as desired.
sudo update-grub
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
23 hours ago
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
21 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f1130447%2fchanging-screen-resolution-of-grub-menu%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
Best to leave it set for 640x480. Setting it to any higher resolution just makes the GRUB menu tiny, and harder to view.
However, if you must change it...
sudo pico /etc/default/grub
Find:
#GRUB_GFXMODE=640x480
And change it to:
GRUB_GFXMODE=640x480
changing the resolution as desired.
sudo update-grub
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
23 hours ago
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
21 hours ago
add a comment |
Best to leave it set for 640x480. Setting it to any higher resolution just makes the GRUB menu tiny, and harder to view.
However, if you must change it...
sudo pico /etc/default/grub
Find:
#GRUB_GFXMODE=640x480
And change it to:
GRUB_GFXMODE=640x480
changing the resolution as desired.
sudo update-grub
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
23 hours ago
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
21 hours ago
add a comment |
Best to leave it set for 640x480. Setting it to any higher resolution just makes the GRUB menu tiny, and harder to view.
However, if you must change it...
sudo pico /etc/default/grub
Find:
#GRUB_GFXMODE=640x480
And change it to:
GRUB_GFXMODE=640x480
changing the resolution as desired.
sudo update-grub
Best to leave it set for 640x480. Setting it to any higher resolution just makes the GRUB menu tiny, and harder to view.
However, if you must change it...
sudo pico /etc/default/grub
Find:
#GRUB_GFXMODE=640x480
And change it to:
GRUB_GFXMODE=640x480
changing the resolution as desired.
sudo update-grub
answered yesterday
heynnemaheynnema
21.2k22360
21.2k22360
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
23 hours ago
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
21 hours ago
add a comment |
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
23 hours ago
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
21 hours ago
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
23 hours ago
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
23 hours ago
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
21 hours ago
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
21 hours ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1130447%2fchanging-screen-resolution-of-grub-menu%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
Edit your question and post the output of
cat /etc/default/grubcommand.– Marmayogi
yesterday