Solved keyboard layout

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
Code:
setxkbmap it &
I also tried to change this file:
/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
 
I solved it, it was really stupid, having set the dark theme xfce4 I had not noticed that the plugin ibus for the keyboard did not wear the Italian layout, I solved by setting their Italian
 
Back
Top