[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Xorg & HAL on GNU/kFreeBSD (procedure update)



Hi,

Following the recent changes in the archive, here is a procedure to get
Xorg working with HAL on GNU/kFreeBSD:

* Update kfreebsd-image-7.2-1-flavor to at least 7.2-5.
* Update hal to at least 0.5.13-3
* Put 10-x11-input-kbd.fdi and 10-x11-input-mouse.fdi (attached) 
  into /etc/hal/fdi/policy.
* If you wan to configure your keyboard for Xorg, use 'dpkg-reconfigure
  console-setup'.
* /etc/init.d/hal restart

This procedure won't be necessary anymore as soon as bugs #541140 and 
#542806 are closed. Then you can remove the two fdi files from you 
system.

Cheers,
Aurelien

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="GNU/kFreeBSD">
      <match key="info.capabilities" contains="input.mouse">
        <merge key="input.x11_driver" type="string">mouse</merge>
      </match>
    </match>
  </device>
</deviceinfo>
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="GNU/kFreeBSD">
      <match key="info.capabilities" contains="input.keys">
        <merge key="input.x11_driver" type="string">kbd</merge>
      </match>
    </match>
  </device>
</deviceinfo>

Reply to: