From: Martin on
Tuxedo wrote:

> I'm not sure if settings in the "10-keymap.fdi" xml takes precedence of
> the defaults or specified settings in xorg.conf?

In theory, if you specify nothing in xorg.conf (ie. if you do not disable
the use of HAL, and if you do not override the keyboard layout) the HAL
settings in /etc should take full effect.

I admit he whole HAL and UDEV thing is a bit of black magic. They also
depend on some unlikely kernel options, but that is only an issue if you
compile your own kernel.

Martin


From: Tuxedo on
Martin wrote:

> Tuxedo wrote:
>
>> I'm not sure if settings in the "10-keymap.fdi" xml takes precedence of
>> the defaults or specified settings in xorg.conf?
>
> In theory, if you specify nothing in xorg.conf (ie. if you do not disable
> the use of HAL, and if you do not override the keyboard layout) the HAL
> settings in /etc should take full effect.
>
> I admit he whole HAL and UDEV thing is a bit of black magic. They also
> depend on some unlikely kernel options, but that is only an issue if you
> compile your own kernel.
>
> Martin

Thanks for the info. I think I'll stick to the old xorg.conf way for
simplicity...

Tuxedo