You are not logged in.

#1 2007-05-29 15:38:05

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

The console font change to a very little font... [SOLVED]

On booting, when displaying all messages the font is big.

When arriving to the [DONE] part, the font becomes smaller, while the font was bigger 1 week ago.

It's hard to explain because I can't take screenshots, but if anyone can help me to restore the bigger font...

This is my rc.conf:

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="es_ES.utf-8"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Madrid"
KEYMAP="es.map.gz"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

#
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=()
#
# Modules to load at boot-up (in this order)
#   - prefix a module with a ! to blacklist it
#
MODULES=(ipw3945 8139too mii cpufreq_powersave cpufreq_userspace 
freq_table acpi_cpufreq asus_acpi) 
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="samantha"
#
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
# interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="dhcp"
eth2="dhcp"
#"eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(lo !eth0 !eth2)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
#
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
#NET_PROFILES=(main)

#
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng crond hal hwd cpudyn @alsa ipw3945d 
laptop-mode !network netfs dhcdbd networkmanager gdm)


# End of file

Greetings

Last edited by Davigetto (2007-05-29 19:27:24)


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#2 2007-05-29 16:34:27

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: The console font change to a very little font... [SOLVED]

I have observed that what I'm explaining happens when loading hook "Keymap". I have erased it from mkinitcpio.conf from HOOKS bar, but it always tries to load this hook, and it outputs: "cannot open es"

What's the matter?

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#3 2007-05-29 17:20:11

patroclo7
Member
From: Bassano del Grappa, ITALY
Registered: 2006-01-11
Posts: 915

Re: The console font change to a very little font... [SOLVED]

After erasing it from mkinitcpio.conf, rerun mkinitcpio to regenerate the initcpio (if you use the default kernel, you obtain the same result giving a 'pacman -S kernel26' and confirming that you want to install it also if it is already installed).

Anyway, this should not happen at all, you should post a bug.


Mortuus in anima, curam gero cutis

Offline

#4 2007-05-29 18:23:28

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: The console font change to a very little font... [SOLVED]

I have erased the "keymap" hook on mkinitcpio.conf, i have done "pacman -S kernel26", and all was solved. I don't know why loading keymap hook causes this problem while I have always had keymap hook active... I will make another post talking about the keymap hook after posting it as a bug (i have to make me sure that it's a bug...)

Thank you very much, patroclo, you have helped me a lot ^_^

Greetings

EDIT: Well, I have seen that configuring properly rc.conf, adding keymap hook to mkinitcpio.conf, and reinstalling kernel, solves all problems. I can sleep now big_smile

Last edited by Davigetto (2007-05-29 19:27:06)


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

Board footer

Powered by FluxBB