Change resolution of text console
I bought an xps laptop with a 4k screen.
Because of this, the font-size of my text consoles (Ctrl+Alt+[F1-F6]) are quite tiny. So I tried to change the resolution by editing /etc/default/grub
like it is adviced by many tutorials.
Right now it looks like this:
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
#GRUB_TERMINAL=console
#GRUB_GFXMODE=640x480
#GRUB_DISABLE_LINUX_UUID=true
#GRUB_DISABLE_RECOVERY="true"
#GRUB_INIT_TUNE="480 440 1"
# Changes -------------------------------------------------------------------
# Set resolution of text consoles
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768
This settings doesn't change the resolution of my text consoles.
When I use the attribute nomodeset
(GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"
) the text consoles are displayed with the specified resolution, but then my GUI is realy slow, has the same resolution and I even can't log into my account.
So how do I get it work (use specified text console resolution, different GUI resolution and GUI not broken)?
I run Ubuntu 15.10 and has a Nvidia GeForce GT 750M.
I am new to Linux so please keep it simple :)
Thanks in advance.
ubuntu grub2 nvidia console resolution
add a comment |
I bought an xps laptop with a 4k screen.
Because of this, the font-size of my text consoles (Ctrl+Alt+[F1-F6]) are quite tiny. So I tried to change the resolution by editing /etc/default/grub
like it is adviced by many tutorials.
Right now it looks like this:
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
#GRUB_TERMINAL=console
#GRUB_GFXMODE=640x480
#GRUB_DISABLE_LINUX_UUID=true
#GRUB_DISABLE_RECOVERY="true"
#GRUB_INIT_TUNE="480 440 1"
# Changes -------------------------------------------------------------------
# Set resolution of text consoles
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768
This settings doesn't change the resolution of my text consoles.
When I use the attribute nomodeset
(GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"
) the text consoles are displayed with the specified resolution, but then my GUI is realy slow, has the same resolution and I even can't log into my account.
So how do I get it work (use specified text console resolution, different GUI resolution and GUI not broken)?
I run Ubuntu 15.10 and has a Nvidia GeForce GT 750M.
I am new to Linux so please keep it simple :)
Thanks in advance.
ubuntu grub2 nvidia console resolution
how about just setting the console font to a larger size using setfont?
– h0tw1r3
Jul 18 '16 at 21:14
add a comment |
I bought an xps laptop with a 4k screen.
Because of this, the font-size of my text consoles (Ctrl+Alt+[F1-F6]) are quite tiny. So I tried to change the resolution by editing /etc/default/grub
like it is adviced by many tutorials.
Right now it looks like this:
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
#GRUB_TERMINAL=console
#GRUB_GFXMODE=640x480
#GRUB_DISABLE_LINUX_UUID=true
#GRUB_DISABLE_RECOVERY="true"
#GRUB_INIT_TUNE="480 440 1"
# Changes -------------------------------------------------------------------
# Set resolution of text consoles
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768
This settings doesn't change the resolution of my text consoles.
When I use the attribute nomodeset
(GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"
) the text consoles are displayed with the specified resolution, but then my GUI is realy slow, has the same resolution and I even can't log into my account.
So how do I get it work (use specified text console resolution, different GUI resolution and GUI not broken)?
I run Ubuntu 15.10 and has a Nvidia GeForce GT 750M.
I am new to Linux so please keep it simple :)
Thanks in advance.
ubuntu grub2 nvidia console resolution
I bought an xps laptop with a 4k screen.
Because of this, the font-size of my text consoles (Ctrl+Alt+[F1-F6]) are quite tiny. So I tried to change the resolution by editing /etc/default/grub
like it is adviced by many tutorials.
Right now it looks like this:
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
#GRUB_TERMINAL=console
#GRUB_GFXMODE=640x480
#GRUB_DISABLE_LINUX_UUID=true
#GRUB_DISABLE_RECOVERY="true"
#GRUB_INIT_TUNE="480 440 1"
# Changes -------------------------------------------------------------------
# Set resolution of text consoles
GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=1024x768
This settings doesn't change the resolution of my text consoles.
When I use the attribute nomodeset
(GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"
) the text consoles are displayed with the specified resolution, but then my GUI is realy slow, has the same resolution and I even can't log into my account.
So how do I get it work (use specified text console resolution, different GUI resolution and GUI not broken)?
I run Ubuntu 15.10 and has a Nvidia GeForce GT 750M.
I am new to Linux so please keep it simple :)
Thanks in advance.
ubuntu grub2 nvidia console resolution
ubuntu grub2 nvidia console resolution
edited Jul 18 '16 at 19:27
XoR
asked Jul 18 '16 at 19:14
XoRXoR
163
163
how about just setting the console font to a larger size using setfont?
– h0tw1r3
Jul 18 '16 at 21:14
add a comment |
how about just setting the console font to a larger size using setfont?
– h0tw1r3
Jul 18 '16 at 21:14
how about just setting the console font to a larger size using setfont?
– h0tw1r3
Jul 18 '16 at 21:14
how about just setting the console font to a larger size using setfont?
– h0tw1r3
Jul 18 '16 at 21:14
add a comment |
1 Answer
1
active
oldest
votes
I have a similar problem, and I found that setfont works fine. Try:
$ setfont Uni2-VGA28x16
The list of available console fonts are under: /usr/share/consolefonts
(for my ubuntu install)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f296696%2fchange-resolution-of-text-console%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
I have a similar problem, and I found that setfont works fine. Try:
$ setfont Uni2-VGA28x16
The list of available console fonts are under: /usr/share/consolefonts
(for my ubuntu install)
add a comment |
I have a similar problem, and I found that setfont works fine. Try:
$ setfont Uni2-VGA28x16
The list of available console fonts are under: /usr/share/consolefonts
(for my ubuntu install)
add a comment |
I have a similar problem, and I found that setfont works fine. Try:
$ setfont Uni2-VGA28x16
The list of available console fonts are under: /usr/share/consolefonts
(for my ubuntu install)
I have a similar problem, and I found that setfont works fine. Try:
$ setfont Uni2-VGA28x16
The list of available console fonts are under: /usr/share/consolefonts
(for my ubuntu install)
answered Oct 12 '18 at 4:25
TomofumiTomofumi
1113
1113
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f296696%2fchange-resolution-of-text-console%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
how about just setting the console font to a larger size using setfont?
– h0tw1r3
Jul 18 '16 at 21:14