Mouse recognition by X.Org

Hi,

I installed xorg on FreeBSD 9.1. I modified the /etc/rc.conf, I added
Code:
hald_enable="YES"
dbus_enable="YES"

Then, I created the file 10-x11-input.fdi in /usr/local/etc/hal/fdi/policy with this code in it:

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.keyboard">
      <merge key="input.xkb.layout" type="string">fr</merge>
    </match>
  </device>
</deviceinfo>

I finally started hald en dbus (in /usr/local/etc/rd.c).

Then, I started xorg but only the keyboard works. Two times, the mouse works (I restarted the hald daemon in xterm, but it worked just one time).

The mouse works in the command window, but not in Xorg.

Can someone help me?
 
Back
Top