<div class="gmail_quote">On Tue, Jun 5, 2012 at 3:04 PM, Alexandre <span dir="ltr"><<a href="mailto:axelbsd@ymail.com" target="_blank">axelbsd@ymail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br><br>I want to setup keyboard layout on KDM to AZERTY. <br>By default, QWERTY is configured. <br>I searched in KDM Settings but have not found anything relating this.<br><br>In the session, I have configured the keyboard layout to AZERTY without problem. It works fine.<br>



<br>I am using FreeBSD 9-STABLE in a VirtualBox VM (as guest). I have configured HAL as described here : <a href="http://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests" target="_blank">http://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests</a><br>



KDE 4.8.3 is installed from ports using Portmaster(8).<br><br>Thank you for your help.<br><br>Regards,<br>Alexandre<br></blockquote><div><br></div></div>Hi,<br>
<br>
I found how to change keyboard layout under KDM.<br>
I just add a second file "x11-input.fdi" in /usr/local/etc/hal/fdi/policy with these informations:<br>
<br>
<?xml version="1.0" encoding="ISO-8859-1"?><br>
<deviceinfo version="0.2"><br>
  <device><br>
    <match key="info.capabilities" contains="input.keyboard"><br>
          <merge key="input.x11_options.XkbModel" type="string">pc105</merge><br>
          <merge key="input.x11_options.XkbLayout" type="string">fr</merge><br>
    </match><br>
  </device><br>
</deviceinfo><br><br>I got two files in /usr/local/etc/hal/fdi/policy:<br>x11-input.fdi<br>90-vbboxguest.fdi<br>
<br>
It works like a charm.<br>
<br>
Regards,<br>
Alexandre