About these ads

Xubuntu 9.10: Quasi-functional Kensington Trackball Configuration

As mentioned there, Ubuntu prohibits having two mice with different handedness. Xubuntu enumerates the various mice and allows you to set their handedness separately.

This file swaps the upper two buttons.

The scroll ring operates intermittently. I no longer believe it’s a hardware problem, as I have two Kensington trackballs and both behave the same way. I’m guessing the evdev driver has trouble with button pushes from two devices, but that’s just a guess. Sometimes it works perfectly for hours on end, other times it jams up first thing in the morning. Restarting X helps, which indicates the hole isn’t in the trackball’s end of the boat.

Here’s my /usr/share/hal/fdi/policy/20thirdparty/10-expertmouse.fdi file:


<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
 <device>
 <match key="input.product" string="Kensington      Kensington Expert Mouse">
 <append key="input.x11_options.ButtonMapping" type="string">3 8 1 4 5 6 7 2</merge>
 </match>
 </device>
</deviceinfo>

[Update: made the code block cut-and-paste-able. Sorry 'bout that...]

About these ads
  1. #1 by Ed on 14-March-2011 - 20:52

    Back when I did that post I didn’t understand the intricacies of the WordPress sourcecode tag. Now it’s changed to make cut-n-paste work.

    Never ascribe to malice what can be explained by stupidity… [grin]

  1. Cant set up 2 mice in Ubuntu 10.10 (1 pointer, 1 left-handed, 1 right-handed)

Comments, thoughts, notes, corrections: what do you think?

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s