configuração de teclado [RESOLVIDO]

1. configuração de teclado [RESOLVIDO]

Leoncio Nascimento
lnasci

(usa Debian)

Enviado em 06/03/2014 - 11:03h

Galera, instalei o BlankOn Linux num HP Pavilion DM1 e ficou show de bola, roda super rápido(todas distros que instalei empacavam num momento ou em outro), tem uma interface gnome linda e tá show!! Pra ficar 100% só falta interface em português e lay out de teclado tb no mesmo idioma!! Sei que língua de interface só mediante esforço de tradução mas, queria saber de vcs se existe alguma solução mais universal para lay out de teclado. O sistema é baseado em Debian. Alguém tem uma dica?!!! Vlws!!


  


2. Re: configuração de teclado [RESOLVIDO]

Thiago Henrique F. Margonar
thiagomargonar

(usa CentOS)

Enviado em 06/03/2014 - 15:18h

dpkg-reconfigure keyboard-configuration

/etc/init.d/keyboard-setup restart


3. Re: configuração de teclado [RESOLVIDO]

Merovingio
Merovingio

(usa Slackware)

Enviado em 06/03/2014 - 22:15h

Boa notie!
Bem cara sua distro é baseada em DEBIAN nunca tinha visto mais vai a dica

1º Abra o terminal como root digite

#cd /

2º Depois

#cd etc/default/

3º Acho que vc já tem o nano, mais se quiser pode ser com qualquer editor de texto, vou fazer com o nano

#nano /etc/default/keyboard

vc vai ter um retono parecido com esse

# Check /usr/share/doc/keyboard-configuration/README.Debian for
# documentation on what to do after having modified this file.

# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.

XKBMODEL="pc104"
XKBLAYOUT="br"
XKBVARIANT="abnt2"
XKBOPTIONS=""

# If you don't want to use the XKB layout on the console, you can
# specify an alternative keymap. Make sure it will be accessible
# before /usr is mounted.
# KMAP=/etc/console-setup/defkeymap.kmap.gz

deixe desse assim essas linhas

XKBMODEL="pc104"
XKBLAYOUT="br"
XKBVARIANT="abnt2"

5º Depois
Ctrl+o
Enter
Ctrl+x e reboot

Caso sua distro nao possua os arquivo /etc/defaul/keyboard, você terá que adicionar as configuraçoes de teclado ao arquivo /etc/X11/xorg.conf

#cd etc/X11
#nano xorg.conf

deixe assim

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

6º Depois
Ctrl+o
Enter
Ctrl+x e reboot

É isso ai velinho espero ter ajudado abraços.
Merovingio.


4. Resolvido

Leoncio Nascimento
lnasci

(usa Debian)

Enviado em 10/03/2014 - 14:22h

Funfou Merovingio!!!

Muito grato pela ajuda!!!



  



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts