Here's how to fix it:
Open the terminal and type:
- Code: Select all
sudo gedit /etc/hal/fdi/policy/3buttonsemulation.fdi
Paste the following:
- Code: Select all
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.mouse">
<match key="info.capabilities" contains_not="input.touchpad">
<merge key="input.x11_options.Emulate3Buttons" type="string">false</merge>
</match>
</match>
</device>
</deviceinfo>
save and exit.
back to terminal:
- Code: Select all
sudo /etc/init.d/hal force-reload
You may have to unplug and replug your mouse to see the results.
much thanks to hyperair for providing this.