user304
(usa Debian)
Enviado em 07/10/2018 - 13:06h
Para clicar com o touch pad, voce tem que instalar o driver:
pacman -S xf86-input-synaptics
Para configurar o idioma, executa esses comandos nessa ordem, e depois para garantir reinicie o PC:
sed -i '/pt_BR/,+1 s/^#//' /etc/locale.gen
locale-gen
echo LANG=pt_BR.UTF-8 > /etc/locale.conf
export LANG=pt_BR.UTF-8
Mudar o mapa do teclado para br-abnt2, abra ou crie o arquivo /etc/X11/xorg.conf.d/90-evdev.conf, e depois escreva isso aqui:
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection
Espero que funcione, todas as intalacoes que eu faço aqui funciona sem problemas. Depois fale aqui se funcionou.
---You can't defeat the system. You can only hide from it.---