On Tue, Jun 5, 2012 at 3:04 PM, Alexandre <axel...@ymail.com> wrote: > Hi, > > I want to setup keyboard layout on KDM to AZERTY. > By default, QWERTY is configured. > I searched in KDM Settings but have not found anything relating this. > > In the session, I have configured the keyboard layout to AZERTY without > problem. It works fine. > > I am using FreeBSD 9-STABLE in a VirtualBox VM (as guest). I have > configured HAL as described here : > http://wiki.freebsd.org/VirtualBox#Installing_Guest_Additions_for_FreeBSD_guests > KDE 4.8.3 is installed from ports using Portmaster(8). > > Thank you for your help. > > Regards, > Alexandre >
Hi, I found how to change keyboard layout under KDM. I just add a second file "x11-input.fdi" in /usr/local/etc/hal/fdi/policy with these informations: <?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">pc105</merge> <merge key="input.x11_options.XkbLayout" type="string">fr</merge> </match> </device> </deviceinfo> I got two files in /usr/local/etc/hal/fdi/policy: x11-input.fdi 90-vbboxguest.fdi It works like a charm. Regards, Alexandre
_______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information