9sj1kdId3qarXIfXddRGm1yA2fJMYuekHhqsLYoSspZFlOGhP3czTsLwIzaawBjQnHL36Um 2wbXsHP3H2+HdWyp/eQ13UjRO58QEEGcwS8htp9nfFy7myEx9gqBBztskm1VeUzUFW/GGBnu CO/1iLfDt6lXob1vogq4+QXNmzsx6NjtQ91ZD5a4XtB+BMW6bpknQAtyYj30mIPa/y8n6eYv 7HnfBIkI7bl6OQ85/+LlQoKuMExs4SVm9RJeBeFhhMLyzc+/lVURWvStgX6FgHdMwwxnUK13 /T71SeXVBQvk4zYmpHMTgU7uTO2v8vNSIyjJV6H+4yRC8nwllrCvGuUr3iTT0LpB7l1DSi5M jqZJA/51Df95hyyUjy+T9jb6ljvY1QZxea4qusI+XWJ6OBuL6d5fxDWq1tDzx0bzAWgGyvMk HQIv+6iRkUmRidklkJCuOzZ9vOxnMFPLyXgIqytiq2/JsT+Nl9r7wbr5cTE159u7LVAoITCF WygqGzdAT3/IMMuC3em3i+AGPxBX7hH3xWDZxhQy+jNIhTfvi7JJ30t4DjhT3WWMSt5bso9X 29/5+T8bXNfXlHqoE/ebjwADBQ//ck3LyNoQcycCZEYkiBds24ReyAMs+tX8VY1HBHYfC4m6 h+g1JnO6J5CAnxZh4j/uFIOqdiaryVMu4eTIcvRQnrK3orzUNSkpsGSkdZb+04CEc3pOBygk K1HskK+qOr173+NcnCqCSOJhKHX42V7Ez7WfR0BAZQSSY/hY/IDsDpILh+r53WvmrPauYJ/Y STYtJbT+O/xACKfPG9n6HteXIDr8pSpDDeFWQBtIRiqJH20d1remGLVWQKzM6N6T7aFnxpzi 7blICODDHX4KD6K+zJu/uWPxTKgP27cEquKN8ZTGZQBZTmyKxF6utL3ljWE+JvL5zQ0xzwHK 90vbLAiBVFn2Pr0yqjZKdJ3s871I+Ilk3/QKWbBOcsqKiXpK5t+mFSvTVF5RYhVKDnAC4KCd RDVOw5zcYQyFKfmzPEO9u22hZm2Cq3OwviBo/KcXlLedG6TqacjDkLKBEhq1du7m0ZdAlQIf kqgVDsyS0BwM6Clsi5NPdi96XrHUxSg1t4bK02zqRvXF5dM/jKNOh0nM/SZhaHrCphmHxZzi sXMnr4TXZlbdHVDFRHCf2zxldMEbHUVXxO0/2AzFV3RFjZJPesCjitDasXTe14b/DYL3EI8O dxc1fFSN6nxDnXCi/pnD/r1znY/CwlQXAg0f2NjNv3ydBZ0pGKdC5qfUdMQA4a2IYQQYEQgA CQUCZk59rAIbDAAKCRB0C/CavLb3GhglAP9bhXjIBHPyyAI/xqgTmGkDqi5rNaa5tN8LHf1M pPyNiwD/UUOzfgpWhsFfVRC1FopTuJ3UjpSvmDMDJVy2Lp4A4Mw=
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
David W. Hodgins wrote:
On Thu, 24 Apr 2025 01:21:10 -0400, Gilberto F da Silva
<gfs1989@gmx.net> wrote:
Gilberto F da Silva escreveu:
David W. Hodgins escreveu:
On Wed, 23 Apr 2025 16:13:17 -0400, Gilberto F da Silva
<gfs1989@gmx.net> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
How to change console fonts?
I consulted ChatGPT about this. He suggested the following
solution:
Edit the file: /etc/vconsole.conf
Add the line: FONT=Lat2-Terminus32x16
However, this did not work. When I restarted the computer,
the font remained the same.
<snip>
$ cat /etc/vconsole.conf FONT=lat0-16 KEYMAP=us
The kbd package is required and has the default fonts. The
terminus-font is optional. The console-setup package is also
optional, but as it is required by grub2, removing it will
break systems that are not using refind to boot.
# urpmf Lat2-Terminus32x16 | sort -u
console-setup:/usr/share/consolefonts/Lat2-Terminus32x16.psf.gz
Do you have the console-setup package installed?
Thank you. You always answer my questions.
Yes. It was already installed.
$ cat /etc/vconsole.conf FONT=Lat2-Terminus32x16
KEYMAP=us-intl
# urpmf Lat2-Terminus32x16 | sort -u
console-setup:/usr/share/consolefonts/Lat2-Terminus32x16.psf.gz
[root@localhost mageia9]#
ChatGPT also suggested this: # systemctl restart
systemd-vconsole-setup.service
but...
Job for systemd-vconsole-setup.service failed because the
control process exited with error code. See "systemctl status
systemd-vconsole-setup.service" and "journalctl -xeu
systemd-vconsole-setup.service" for details.
This command works but the change is not permanent. # setfont
/usr/share/consolefonts/Lat2-Terminus32x16.psf.gz
I wonder if vconsole is only looking in the
/usr/lib/kbd/consolefonts/ directory.
Try running as root, 'ln -s
/usr/share/consolefonts/Lat2-Terminus32x16.psf.gz /usr/lib/kbd/consolefonts/'
If that fixes it, open a bug report to report the issue.
If that does fix the issue, systemd should be changed so /usr/lib/systemd/systemd-vconsole-setup looks in both directories,
or the font packages should change which directories their files
are in, or Mageia should add symlink setup for the files as part of
the package installation.
Regards, Dave Hodgins
I did this and booted in two different ways.
1 - During boot I pressed the ESC key. This way the messages about
what the kernel is doing appear. The message to enter the LUKS
password appeared in text mode and with large glyphs, but to log in,
the glyphs appeared in normal size.
2 - I let the system boot, and typed the LUKS password in a text
window in graphical mode. The letters to log in appeared large, but
after logging in they returned to the default installation size.
PS: I use text mode boot (systemctl set-default multi-user)
- --
Abraços
Gilberto F da Silva
-----BEGIN PGP SIGNATURE-----
Comment: +-----------------------------------------------------+
Comment: !
https://t.me/Gilberto_F_da_Silva !
Comment: +-----------------------------------------------------+
iHUEAREIAB0WIQSWDU9sZ+hOyX91n7l0C/CavLb3GgUCaAxtxAAKCRB0C/CavLb3 Gi5TAP9lO+uJf4ZkGmNhDzXM3N5onj7S//OYorBB4R5Z8zUcawD9FieVQksQ6PDA ucgFjOV34Ah9f65i2YuACrr9098TNsQ=
=rpxv
-----END PGP SIGNATURE-----
--- MBSE BBS v1.1.1 (Linux-x86_64)
* Origin: Hejmo (2:250/1@fidonet)