Why text in the gnome-terminal has characters slightly overlapping themselves
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
This is the screen shot of my gnome-terminal:
You can see that all the text is messed up. The username is heman and the host name is arch linux but the characters are not even readable because they are sticked to each other how can I fix this problem. How can I increase the letter spacing
fonts gnome-terminal text-formatting settings
add a comment |
up vote
-1
down vote
favorite
This is the screen shot of my gnome-terminal:
You can see that all the text is messed up. The username is heman and the host name is arch linux but the characters are not even readable because they are sticked to each other how can I fix this problem. How can I increase the letter spacing
fonts gnome-terminal text-formatting settings
Is it only your prompt that is affected? What about commands you issue and the other text that appears?
– DK Bose
yesterday
Install a monospace font.
– jasonwryan
yesterday
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
This is the screen shot of my gnome-terminal:
You can see that all the text is messed up. The username is heman and the host name is arch linux but the characters are not even readable because they are sticked to each other how can I fix this problem. How can I increase the letter spacing
fonts gnome-terminal text-formatting settings
This is the screen shot of my gnome-terminal:
You can see that all the text is messed up. The username is heman and the host name is arch linux but the characters are not even readable because they are sticked to each other how can I fix this problem. How can I increase the letter spacing
fonts gnome-terminal text-formatting settings
fonts gnome-terminal text-formatting settings
edited yesterday
jasonwryan
48.5k14133182
48.5k14133182
asked yesterday
Hemanbabu
65
65
Is it only your prompt that is affected? What about commands you issue and the other text that appears?
– DK Bose
yesterday
Install a monospace font.
– jasonwryan
yesterday
add a comment |
Is it only your prompt that is affected? What about commands you issue and the other text that appears?
– DK Bose
yesterday
Install a monospace font.
– jasonwryan
yesterday
Is it only your prompt that is affected? What about commands you issue and the other text that appears?
– DK Bose
yesterday
Is it only your prompt that is affected? What about commands you issue and the other text that appears?
– DK Bose
yesterday
Install a monospace font.
– jasonwryan
yesterday
Install a monospace font.
– jasonwryan
yesterday
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
The font you use in your terminal is not a monospaced font or the configuration file of the terminal has a font size your font doesn't accept.
Probably it's located in /etc/vconsole.conf:
https://wiki.archlinux.org/index.php/Linux_console#Fonts
Preview and temporary changes Tip: An organized library of images for
previewing is available: Linux console fonts screenshots.$ showconsolefont
shows a table of glyphs or letters of a font.
setfont temporarily change the font if passed a font name (in
/usr/share/kbd/consolefonts/) such as
$ setfont lat2-16 -m 8859-2
So to have a small 8x8 font, with that
font installed like seen below, use e.g.:
$ setfont -h8 /usr/share/kbd/consolefonts/drdos8x8.psfu.gz
Font names
are case-sensitive. With no parameter, setfont returns the console to
the default font.
Tip: All font changing commands can be typed in "blind". Note: setfont
only works on the console currently being used. Any other consoles,
active or inactive, remain unaffected.
New contributor
OP is working in Wayland/X, not the console, sosetfont
is irrelevant.
– jasonwryan
yesterday
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
The font you use in your terminal is not a monospaced font or the configuration file of the terminal has a font size your font doesn't accept.
Probably it's located in /etc/vconsole.conf:
https://wiki.archlinux.org/index.php/Linux_console#Fonts
Preview and temporary changes Tip: An organized library of images for
previewing is available: Linux console fonts screenshots.$ showconsolefont
shows a table of glyphs or letters of a font.
setfont temporarily change the font if passed a font name (in
/usr/share/kbd/consolefonts/) such as
$ setfont lat2-16 -m 8859-2
So to have a small 8x8 font, with that
font installed like seen below, use e.g.:
$ setfont -h8 /usr/share/kbd/consolefonts/drdos8x8.psfu.gz
Font names
are case-sensitive. With no parameter, setfont returns the console to
the default font.
Tip: All font changing commands can be typed in "blind". Note: setfont
only works on the console currently being used. Any other consoles,
active or inactive, remain unaffected.
New contributor
OP is working in Wayland/X, not the console, sosetfont
is irrelevant.
– jasonwryan
yesterday
add a comment |
up vote
0
down vote
The font you use in your terminal is not a monospaced font or the configuration file of the terminal has a font size your font doesn't accept.
Probably it's located in /etc/vconsole.conf:
https://wiki.archlinux.org/index.php/Linux_console#Fonts
Preview and temporary changes Tip: An organized library of images for
previewing is available: Linux console fonts screenshots.$ showconsolefont
shows a table of glyphs or letters of a font.
setfont temporarily change the font if passed a font name (in
/usr/share/kbd/consolefonts/) such as
$ setfont lat2-16 -m 8859-2
So to have a small 8x8 font, with that
font installed like seen below, use e.g.:
$ setfont -h8 /usr/share/kbd/consolefonts/drdos8x8.psfu.gz
Font names
are case-sensitive. With no parameter, setfont returns the console to
the default font.
Tip: All font changing commands can be typed in "blind". Note: setfont
only works on the console currently being used. Any other consoles,
active or inactive, remain unaffected.
New contributor
OP is working in Wayland/X, not the console, sosetfont
is irrelevant.
– jasonwryan
yesterday
add a comment |
up vote
0
down vote
up vote
0
down vote
The font you use in your terminal is not a monospaced font or the configuration file of the terminal has a font size your font doesn't accept.
Probably it's located in /etc/vconsole.conf:
https://wiki.archlinux.org/index.php/Linux_console#Fonts
Preview and temporary changes Tip: An organized library of images for
previewing is available: Linux console fonts screenshots.$ showconsolefont
shows a table of glyphs or letters of a font.
setfont temporarily change the font if passed a font name (in
/usr/share/kbd/consolefonts/) such as
$ setfont lat2-16 -m 8859-2
So to have a small 8x8 font, with that
font installed like seen below, use e.g.:
$ setfont -h8 /usr/share/kbd/consolefonts/drdos8x8.psfu.gz
Font names
are case-sensitive. With no parameter, setfont returns the console to
the default font.
Tip: All font changing commands can be typed in "blind". Note: setfont
only works on the console currently being used. Any other consoles,
active or inactive, remain unaffected.
New contributor
The font you use in your terminal is not a monospaced font or the configuration file of the terminal has a font size your font doesn't accept.
Probably it's located in /etc/vconsole.conf:
https://wiki.archlinux.org/index.php/Linux_console#Fonts
Preview and temporary changes Tip: An organized library of images for
previewing is available: Linux console fonts screenshots.$ showconsolefont
shows a table of glyphs or letters of a font.
setfont temporarily change the font if passed a font name (in
/usr/share/kbd/consolefonts/) such as
$ setfont lat2-16 -m 8859-2
So to have a small 8x8 font, with that
font installed like seen below, use e.g.:
$ setfont -h8 /usr/share/kbd/consolefonts/drdos8x8.psfu.gz
Font names
are case-sensitive. With no parameter, setfont returns the console to
the default font.
Tip: All font changing commands can be typed in "blind". Note: setfont
only works on the console currently being used. Any other consoles,
active or inactive, remain unaffected.
New contributor
New contributor
answered yesterday
José Manuel Ramos
1032
1032
New contributor
New contributor
OP is working in Wayland/X, not the console, sosetfont
is irrelevant.
– jasonwryan
yesterday
add a comment |
OP is working in Wayland/X, not the console, sosetfont
is irrelevant.
– jasonwryan
yesterday
OP is working in Wayland/X, not the console, so
setfont
is irrelevant.– jasonwryan
yesterday
OP is working in Wayland/X, not the console, so
setfont
is irrelevant.– jasonwryan
yesterday
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f481723%2fwhy-text-in-the-gnome-terminal-has-characters-slightly-overlapping-themselves%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
Is it only your prompt that is affected? What about commands you issue and the other text that appears?
– DK Bose
yesterday
Install a monospace font.
– jasonwryan
yesterday