Hi, I'm a newcomer to FreeBSD, I tried to configure the keyboard in different ways, from XFCE menu apparently works but when I reboot returns the English layout, I tried to change .Xresources in this way, use gdm and xfce4
I also tried to change this file:
/usr/local/etc/hal/fdi/policy/x11-input.fdi
I also tried to change this file:
/usr/local/etc/X11/xorg.conf.d/xorg.conf
But I have not solved, can you help me?
Thanks
Code:
setxkbmap it &
/usr/local/etc/hal/fdi/policy/x11-input.fdi
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.keyboard">
<merge key="input.x11_options.XkbModel" type="string">pc102</merge>
<merge key="input.x11_options.XkbLayout" type="string">it</merge>
</match>
</device>
</deviceinfo>
I also tried to change this file:
/usr/local/etc/X11/xorg.conf.d/xorg.conf
Code:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Xkblayout" "it"
EndSection
But I have not solved, can you help me?
Thanks