Otto
Until you get a better reply try.....
sidux does not have a kb fdi file but according to this link ...it may be a possible solution for you?
http://wiki.archlinux.org/index.php/Xor ... ard_layout
So I d/loaded the arch version and here it is.....save as /etc/hal/fdi/policy/10-keymap.fdi
source for file is
http://mirror.internode.on.net/pub/archlinux/other/hal/ if you do not trust me? heh heh ....and to obey GPL
---------10-keymap.fdi contents.....raw as per source.......
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.keymap">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
</match>
<match key="info.capabilities" contains="input.keys">
<merge key="input.xkb.rules" type="string">base</merge>
<!-- If we're using Linux, we use evdev by default (falling back to
keyboard otherwise). -->
<merge key="input.xkb.model" type="string">keyboard</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.xkb.model" type="string">evdev</merge>
</match>
<merge key="input.xkb.layout" type="string">us</merge>
<merge key="input.xkb.variant" type="string" />
</match>
</device>
</deviceinfo>
----------------------------------------------------end of paste--------------------------------------------
However reading that wiki link....it appears to me....I may be wrong...that line becomes?
<merge key="input.xkb.layout" type="string"> br-abnt2</merge>
YMMV
Please ensure you know how to use a live cd if this borks your system so you can move that pesky file out of there if problems.