View previous topic :: View next topic |
Author |
Message |
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sat Jun 04, 2005 2:26 pm Post subject: [Reboot] Console |
|
|
Salut tout le monde, comme vous le voyez, c'est mon premier post.
Premièrement je dois dire que j'ai lu pas mal la doc et j'ai monté mon système avec un de mes amis qui utilise Linux depuis 1996. Alors j'ai eu un bon coup de main et j'ai jamais eu de kernel panic.Mon noyau est configuré pour supporté le FrameBuffer.
Pour voici mon problème : Lorsque je reboot la machine, ma console est assez bizarre et j'ai remarqué que les 'é' ne sont pas affiché, c'est un caractère bizarre à place. De plus, les lignes semblent se réécrire sur elle-mêmes.
Par contre, je n'ai pas ce problème quand je pars une autre console avec ATL-CTRL-F2 dans KDE ou carrément dans KDE quand je clique sur l'icône système.
C'est seulement au Reboot que j'ai des problèmes.
Alors mes fichiers de config :
Avec mon user root
gentootux root # locale
LANG=fr_CA.UTF-8
LC_CTYPE="fr_CA.UTF-8"
LC_NUMERIC="fr_CA.UTF-8"
LC_TIME="fr_CA.UTF-8"
LC_COLLATE="fr_CA.UTF-8"
LC_MONETARY="fr_CA.UTF-8"
LC_MESSAGES="fr_CA.UTF-8"
LC_PAPER="fr_CA.UTF-8"
LC_NAME="fr_CA.UTF-8"
LC_ADDRESS="fr_CA.UTF-8"
LC_TELEPHONE="fr_CA.UTF-8"
LC_MEASUREMENT="fr_CA.UTF-8"
LC_IDENTIFICATION="fr_CA.UTF-8"
LC_ALL=fr_CA.UTF-8
gentootux root #
mon fichier /etc/rc.conf
bash-2.05b$ cat /etc/rc.conf
# /etc/rc.conf: Global startup script configuration settings
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.22 2003/10/21 06:09:42 vapier Exp $
# Use KEYMAP to specify the default console keymap. There is a complete tree
# of keymaps in /usr/share/keymaps to choose from. This setting is used by the
# /etc/init.d/keymaps script.
KEYMAP="cf"
UNICODE="yes"
# Should we first load the 'windowkeys' console keymap? Most x86 users will
# say "yes" here. Note that non-x86 users should leave it as "no".
SET_WINDOWKEYS="no"
# The maps to load for extended keyboards. Most users will leave this as is.
EXTENDED_KEYMAPS=
#EXTENDED_KEYMAPS="backspace keypad"
# CONSOLEFONT specifies the default font that you'd like Linux to use on the
# console. You can find a good selection of fonts in /usr/share/consolefonts;
# you shouldn't specify the trailing ".psf.gz", just the font name below.
# To use the default console font, comment out the CONSOLEFONT setting below.
# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
# not want to use it, run "rc-update del consolefont" as root).
CONSOLEFONT="default8x16"
# CONSOLETRANSALTION is the charset map file to use. Leave commented to use
# the default one. Have a look in /usr/share/consoletrans for a selection of
# map files you can use.
#CONSOLETRANSLATION="8859-15_to_uni"
# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time). If your clock is set to the local time, then set CLOCK
# to "local". This setting is used by the /etc/init.d/clock script.
CLOCK="local"
# Set EDITOR to your preferred editor.
EDITOR="/bin/nano"
#EDITOR="/usr/bin/vim"
#EDITOR="/usr/bin/emacs"
# Set PROTOCOLS to the protocols that you plan to use. Gentoo Linux will only
# enable module auto-loading for these protocols, eliminating annoying module
# not found errors.
#
# NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...' line!!
#
# Num Protocol
# 1: Unix
# 2: IPv4
# 3: Amateur Radio AX.25
# 4: IPX
# 5: DDP / appletalk
# 6: Amateur Radio NET/ROM
# 9: X.25
# 10: IPv6
# 11: ROSE / Amateur Radio X.25 PLP
# 19: Acorn Econet
# Most users want this:
PROTOCOLS="1 2"
#For IPv6 support:
#PROTOCOLS="1 2 10"
# What display manager do you use ? [ xdm | gdm | kdm | entrance ]
DISPLAYMANAGER="gdm"
# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit. The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to. The support scripts is smart enouth to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enligtenment" can also work. This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and startx
# is called.
# 2) even if a ~/.xsession exist, if XSESSION can be resolved, it will
# be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps
XSESSION="kde-3.3.2"
bash-2.05b$
bash-2.05b$ cat /etc/portage/package.use
sys-lib/glibc userlocales
media-video/mplayer mmx2 sse2
bash-2.05b$ cat /etc/portage/package.use
sys-lib/glibc userlocales
media-video/mplayer mmx2 sse2
bash-2.05b$ cat /etc/locales.build
# This file names the list of locales to be built when glibc is installed.
# The format is <locale>/<charmap>, where <locale> is a locale from the
# /usr/share/i18n/locales directory, and <charmap> is name of one of the files
# in /usr/share/i18n/charmaps/. All blank lines and lines starting with # are
# ignored. Here is an example:
# en_US/ISO-8859-1
en_US/ISO-8859-1
en_US.UTF-8/UTF-8
fr_FR/ISO-8859-1
fr_FR@euro/ISO-8859-15
fr_FR.UTF-8/UTF-8
fr_CA/ISO-8859-1
fr_CA.UTF-8/UTF-8
bash-2.05b$ cat /etc/env.d/02locales
LANG="fr_CA.UTF-8"
LANGUAGE="fr_CA.UTF-8"
LC_ALL="fr_CA.UTF-8"
Merci beaucoup de m'aider. |
|
Back to top |
|
|
kernelsensei Bodhisattva
Joined: 22 Feb 2004 Posts: 5619 Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)
|
Posted: Sat Jun 04, 2005 2:57 pm Post subject: Re: [Reboot] Console |
|
|
d2_racing wrote: | Salut tout le monde, comme vous le voyez, c'est mon premier post.
...
|
quand tu dis console c'est bien les vc/x dans le framebuffer ?
si oui, essaye voir en activant CONSOLETRANSLATION="8859-15_to_uni"
PS: ton premier post date du Jeudi 26 Mai 2005 16:05:39
Mais Bienvenue _________________ $ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join' |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sun Jun 05, 2005 2:03 pm Post subject: |
|
|
Salut, j'ai trouvé une partie de la réponse.
https://forums.gentoo.org/viewtopic-t-343839-highlight-console.html
Par contre, je ne sais pas qu'elle font mettre. Celle qui est indiqué dans le forum est correct, mais sans plus.
Je suis en Canadien Français...dont je pense que je ne peut pas mettre n'importe quoi ?
Alors est-ce que quelqu'un peut me donner une font s.v.p. ?
Merci |
|
Back to top |
|
|
truz Apprentice
Joined: 26 Feb 2005 Posts: 293 Location: France - Paris
|
Posted: Sun Jun 05, 2005 5:37 pm Post subject: |
|
|
d2_racing wrote: | Je suis en Canadien Français...dont je pense que je ne peut pas mettre n'importe quoi ?
Alors est-ce que quelqu'un peut me donner une font s.v.p. ?
Merci |
Bonjour,
Il y a dans le post-it [Howto Howto] Liens vers les Howto Français 16/02/05 un lien vers [Localisation]Gentoo en canadien-français (MAJ 2004/11/18 ) . Le connais-tu ? Peut-être ce how-to répond-t-il à tes questions ? _________________ Je sais que mes droits s'arrêtent là où commencent ceux des autres. Mais est-ce ma faute si les droits des autres commencent si loin ? [Quino] -- Mafalda |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sun Jun 05, 2005 6:19 pm Post subject: |
|
|
Salut, oui je me suis taper ces guides pour installer Gentoo en français canadien.
Présentement mes consoles sont correct avec le nouveau paramètre dans /etc/rc.conf sauf qu'il n'affiche pas les accents.
Alors peut-être que je dois mettre une autre font ? |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|