Xorg Input Hotplugging

Daniel Stone daniel at fooishbar.org
Mon Oct 15 08:18:41 PDT 2007


On Mon, Oct 15, 2007 at 04:06:46PM +0200, Rémi Cardona wrote:
> Since I've hit the same problem, I'll ask here : what's the proper way 
> to use HAL input hotplug in Xorg but to still have _some_ configuration 
> be read from xorg.conf (or elsewhere?) so that I get a French keyboard 
> layout in GDM?
> 
> FDI files? xorg.conf? evdev parameters?

/etc/hal/fdi, e.g.:
<deviceinfo version="0.2">
  <device>
    <match key="input.xkb.rules" contains="base">
      <merge key="input.xkb.layout" type="string">math</merge>
      <append key="input.xkb.options" type="strlist">ctrl:nocaps</append>
      <append key="input.xkb.options" type="strlist">compose:ralt</append>
    </match>
  </device>
</deviceinfo>

This is what I use.

Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg/attachments/20071015/c110e80f/attachment.pgp>


More information about the xorg mailing list