Change resolution of text console
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
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 |Â
up vote
3
down vote
favorite
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 |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
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
asked Jul 18 '16 at 19:14
XoR
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
up vote
0
down vote
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)
New contributor
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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)
New contributor
add a comment |Â
up vote
0
down vote
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)
New contributor
add a comment |Â
up vote
0
down vote
up vote
0
down vote
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)
New contributor
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)
New contributor
New contributor
answered 6 mins ago
Tomofumi
1012
1012
New contributor
New contributor
add a comment |Â
add a comment |Â
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
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
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
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
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
how about just setting the console font to a larger size using setfont?
â h0tw1r3
Jul 18 '16 at 21:14