[FIXED] ubuntu, holding left and right click results in zoom

If you've had any problems with Nexuiz, or would like to report bugs, post here.

Moderators: Nexuiz Moderators, Moderators

[FIXED] ubuntu, holding left and right click results in zoom

Postby [-z-] » Wed Dec 03, 2008 5:21 am

thanks to this thread I was able to fix the annoying bug I received when upgrading to Ubuntu 8.10 -- holding right and left click at the same time would result in zoom. Very frustrating while trying to do rocket tricks. xorg.conf had said 3buttonemulation was off, though ubuntu seems to keep it on all the time. I found an unconfirmed bug report about this, then the following fix.

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.
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida

Postby :) » Wed Dec 03, 2008 7:44 am

How troublesome!
Kyre suggested something similar: http://forums.alientrap.local/viewtopic.php?p=48471#48471

I wonder if that method handles touchpads like this appears to do?
:)
Keyboard killer
 
Posts: 590
Joined: Tue Feb 28, 2006 9:09 pm

Postby [-z-] » Wed Dec 03, 2008 11:37 am

oh well damn. If only I knew about that thread earlier, I could have saved myself some days of frustration :-P
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida


Return to Nexuiz - Support / Bugs

Who is online

Users browsing this forum: No registered users and 1 guest

cron