Changing screen resolution of GRUB menuBlack 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
files created then deleted at every second in tmp directory
Sums of two squares in arithmetic progressions
Does the Idaho Potato Commission associate potato skins with healthy eating?
Why is the sentence "Das ist eine Nase" correct?
Is this draw by repetition?
How can saying a song's name be a copyright violation?
how do we prove that a sum of two periods is still a period?
Did 'Cinema Songs' exist during Hiranyakshipu's time?
Bullying boss launched a smear campaign and made me unemployable
What is the most common color to indicate the input-field is disabled?
OP Amp not amplifying audio signal
Rotate ASCII Art by 45 Degrees
What does the same-ish mean?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
Why was Sir Cadogan fired?
How to coordinate airplane tickets?
How does a dynamic QR code work?
Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?
Do creatures with a listed speed of "0 ft., fly 30 ft. (hover)" ever touch the ground?
Calculate the Mean mean of two numbers
Why do I get negative height?
Avoiding the "not like other girls" trope?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Where would I need my direct neural interface to be implanted?
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=1
andgrub> videoinfo
to 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=1
andgrub> videoinfo
to 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/grub
command.
– 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=1
andgrub> videoinfo
to 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=1
andgrub> videoinfo
to 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 1 hour ago
heynnema
21.2k22360
21.2k22360
asked yesterday
johnwolf1987johnwolf1987
135
135
Edit your question and post the output ofcat /etc/default/grub
command.
– Marmayogi
yesterday
add a comment |
Edit your question and post the output ofcat /etc/default/grub
command.
– 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
yesterday
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
22 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
yesterday
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
22 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
yesterday
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
22 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
yesterday
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
22 hours ago
add a comment |
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
yesterday
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
22 hours ago
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
yesterday
Wasn't there a similar question about three months ago we both answered on this?
– WinEunuuchs2Unix
yesterday
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
22 hours ago
@WinEunuuchs2Unix Probably :-) It's all a blur.
– heynnema
22 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/grub
command.– Marmayogi
yesterday