← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 425486] Re: Can't configure my wacom intuos4 tablet on Karmic Koala

 

*** This bug is a duplicate of bug 405800 ***
    https://bugs.launchpad.net/bugs/405800

The problem seems to be in HAL; replacing the contents of the existing
10-linuxwacom.fdi with the following solves the problem, stylus, eraser,
pad and cursor becomes configurable with wacomcpl.

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">
<device>
<match key="input.originating_device" contains="if0">
<match key="info.product" contains="Wacom">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.Type" type="string">stylus</merge>
<merge key="info.product" type="string">stylus</merge>
<append key="info.callouts.add" type="strlist">hal-setup-wacom</append>
<append key="wacom.types" type="strlist">eraser</append>
<append key="wacom.types" type="strlist">cursor</append>
<append key="wacom.types" type="strlist">pad</append>
</match>
</match>
</device>
<device>
<match key="input.x11_options.Type" contains="eraser">
<merge key="info.product" type="string">eraser</merge>
</match>
</device>
<device>
<match key="input.x11_options.Type" contains="cursor">
<merge key="info.product" type="string">cursor</merge>
</match>
</device>
<device>
<match key="input.x11_options.Type" contains="pad">
<merge key="info.product" type="string">pad</merge>
</match>
</device>
</deviceinfo>

-- 
Can't configure my wacom intuos4 tablet on Karmic Koala
https://bugs.launchpad.net/bugs/425486
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to wacom-tools in ubuntu.