控制台的字体太小了

其他Linux/Unix/BSD/OSX等发行版讨论
回复
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

控制台的字体太小了

#1

帖子 寺島聰子 » 2022-06-13 14:03

sudo systemctl set-default multi-user && sudo systemctl reboot
して
rootで login

その時のコンソールのフォントが小さすぎ ということで、以前やったことがあって記録がgmailにとってあって
当时控制台的字体太小了。 所以,我以前就做过,我的gmail里有记录。

# LC_ALL=C dpkg-reconfigure console-setup

エンコーディング
>UTF-8
文字セット
> 最適な文字セットを推測する
>TerminusBold
>16x32

root@t1:~# LC_ALL=C dpkg-reconfigure console-setup
root@t1:~#
設定が終わって再起動しても フォントが少しも拡大されていません!
在设置和重启之后,字体没有放大一点!
寺島聰子
帖子: 688
注册时间: 2016-06-03 14:39
系统: debian11 mate

Re: 控制台的字体太小了

#2

帖子 寺島聰子 » 2022-06-16 12:20

自己解決! :Grimace Self solved!
参考源
How to Change Your Linux Console Fonts
https://www.linux.com/topic/desktop/how ... 20openSUSE.

What is the Linux Console?
When I say Linux console, I mean TTY1-6, the virtual terminals that you access from your graphical desktop with Ctrl+Alt+F1 through F6.
To get back to your graphical environment, press Alt+F7.
<<ーーいま手元で確認したところAlt+F7で戻れました 现在我在手边确认了一下,Alt+F7就回来了

I think it is amazingly cool that we can have both X and console sessions running at the same time.
我认为我们可以同时运行X和控制台会话,这非常酷。

The Linux console is part of the kernel, and does not run in an X session.
Linux控制台是内核的一部分,不在X会话中运行。

This is the same console you use on headless servers that have no graphical environments.
这与您在没有图形环境的无头服务器上使用的控制台相同。

call the terminals in a graphical session X terminals, and terminal emulators is my catch-all name for both console and X terminals.
在图形会话X终端中调用终端,终端模拟器是控制台和X终端的通用名称。
----------------------------------
X端末で

# LC_ALL=C dpkg-reconfigure console-setup

CHARMAP="UTF-8"
CODESET="guess"
FONTFACE="TerminusBold"
FONTSIZE="16x32"

という感じで設定しましたが、まったく変化してない。どこが悪かったですか?完全没有变化。哪里不好?

ーー>>もしかして # LC_ALL=C dpkg-reconfigure console-setup を 控制台でやるのではないか?

大きくなりました! :Haha
回复