Hey! I did the edit bit as mentioned on their forum :
http://alientrap.org/forum/viewtopic.php?t=3926      which states:

---------------------------------------------------------------------------------------------------
Add the following inside the <device> section in 
/usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi:
Code:
 
   <match key="info.capabilities" contains="input.mouse">
      <merge key="input.x11_driver" type="string">mouse</merge>
      <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
             string="Linux">
        <merge key="input.x11_driver" type="string">evdev</merge>
      </match>

      <!-- this here is what actually disables the 3 button emulation - the 
rest above is just the default stuff found in this file -->
      <merge key="input.x11_options.emulate3buttons" type="string">False</merge>
    </match>


It will get picked up once the system-wide HAL instance is restarted, easiest 
is to reboot. 
------------------------------------------------------------------------
That worked a charm!! It now runs quite well. Just insert his line between 
where it is written  
   <match>
<match> 

...at that bit of code. I be happy! Ric

-- 
Please upgrade to nexuiz 2.5.2
https://bugs.launchpad.net/bugs/355854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to