You are not logged in.

#1 2010-07-18 19:35:37

picilli
Member
Registered: 2010-06-08
Posts: 40

What keeps changing console font (Grub) ?

I added vga=773 to a kernel line. That's exactly the size I want for my monitor resolution.

Booting begins with the the large font as usual,
than it switches to the size I selected vga 773 as I intended,
however, at one point it switches to a _very_ small font size in console !

Please tell how to prevent a system to change the conslole font size, or to prevent it to override the indication in the kernel line and keep the size as selected ?

This is the xcerpt from my /boot/grub/menu.lst:
kernel /vmlinuz26 root=/dev/disk/by-uuid/42b087de-3829-4a18-9810-17d84ad5c8bb ro vga=773

Last edited by picilli (2010-07-18 19:39:20)

Offline

#2 2010-07-18 19:42:57

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: What keeps changing console font (Grub) ?

That's KMS kicking in I assume.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#3 2010-07-18 19:45:16

picilli
Member
Registered: 2010-06-08
Posts: 40

Re: What keeps changing console font (Grub) ?

.:B:. wrote:

That's KMS kicking in I assume.

Thank you.  Please what the abbreviation KMS stands for ?

Last edited by picilli (2010-07-18 19:46:10)

Offline

#4 2010-07-18 19:45:44

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What keeps changing console font (Grub) ?

The 'vga=773' won't work anymore.
Use big fontsize in consolefonts and you'll be fine.

Offline

#5 2010-07-18 19:46:14

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What keeps changing console font (Grub) ?

picilli wrote:
.:B:. wrote:

That's KMS kicking in I assume.

Thank you.  Please what the abreviation KMS stands for ?

http://wiki.archlinux.org/index.php/KMS

Offline

#6 2010-07-18 20:20:43

picilli
Member
Registered: 2010-06-08
Posts: 40

Re: What keeps changing console font (Grub) ?

Just tried all as described in http://wiki.archlinux.org/index.php/Fon … fault_font

No changes. I even copied instructions on CONSOLEFONT="lat2-16" and CONSOLEMAP="8859-2", although I don't really need Latin2, but I did it just for the sake of following the instructions, and rebuilt a new kernel image as insrtructed on the same web page by mkinitcpio -p kernel26.

No changes at all.

Offline

#7 2010-07-18 20:24:22

picilli
Member
Registered: 2010-06-08
Posts: 40

Re: What keeps changing console font (Grub) ?

Does someone know how in Archlinux we reset the console font to its default as displayed on the begining of boot process  ? A command reset in console as root did not yield any changes as expected. Even that large font will be better than Archlinux default when I need a magnifier in order to read text in console.

Last edited by picilli (2010-07-18 20:25:24)

Offline

#8 2010-07-18 20:26:23

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What keeps changing console font (Grub) ?

CONSOLEFONT="lat2-16" - 16 is rather small, about the _very_ small font size you were complaining about. Try 24 or 32.

Try disabling KMS - appent 'nomodeset' or 'i915.modeset=0' to your kernel line in your /boot/grub/menu.lst.

Last edited by karol (2010-07-18 20:28:00)

Offline

#9 2010-07-18 20:29:05

picilli
Member
Registered: 2010-06-08
Posts: 40

Re: What keeps changing console font (Grub) ?

karol wrote:

CONSOLEFONT="lat2-16" - 16 is rather small, about the _very_ small font size you were complaining about. Try 24 or 32.

I see no any larger font than 16 in my  /usr/share/kbd/consolefonts/, but I'll try it now.

Offline

#10 2010-07-18 20:30:59

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What keeps changing console font (Grub) ?

You may have to install new ones. Terminus has both 24 and 34: 'pacman -S terminus-font'.

Offline

#11 2010-07-18 20:36:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: What keeps changing console font (Grub) ?

You don't have to follow instructions that are meant to accomplish things you're not interested in. The wiki isn't perfect and mistakes happen, but http://wiki.archlinux.org/index.php/KMS … e_too_tiny clearly says:
See changing the default font for how change your console font to a large font. One font available from EXTRA that is available in many sizes, including larger sizes, is the Terminus font.

CONSOLEFONT="lat2-16" and CONSOLEMAP="8859-2" are for displaying characters such as Č, ž, đ, or š, using the font lat2-16.psfu.gz - it's also clearly written.

Offline

#12 2010-07-18 20:51:14

picilli
Member
Registered: 2010-06-08
Posts: 40

Re: What keeps changing console font (Grub) ?

karol wrote:

You may have to install new ones. Terminus has both 24 and 34: 'pacman -S terminus-font'.

Terminus downloaded and changed settins in /etc/rc.d, kernel image rebuilt... It works now. Thanks a bunch !

Offline

Board footer

Powered by FluxBB