Difference between revisions of "Logitech MX Air"

From LinuxMCE
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category: Hardware]]
 
[[Category: Hardware]]
{{versioninfo|810Status=PnP|810UpdatedDate=4th May 2010|810UpdatedBy=sambuca}}
 
 
[[Category: Input]]
 
[[Category: Input]]
[[Category: Tutorials]]
+
{{versioninfo|810Status=PnP|810UpdatedDate=4th May 2010|810UpdatedBy=sambuca}}
 
{| align="right"
 
{| align="right"
 
   | __TOC__
 
   | __TOC__
Line 34: Line 33:
 
|}
 
|}
  
 +
{{p}}
  
 
== 710 install ==
 
== 710 install ==
Line 45: Line 45:
  
 
On the [[http://ubuntuforums.org/showthread.php?t=455656| Ubuntu forum]] there is a good installation manual for the Ubuntu versions. As suggested I used the compile from source version. For the case the forum post might disapear I copy the procedure onto this page:
 
On the [[http://ubuntuforums.org/showthread.php?t=455656| Ubuntu forum]] there is a good installation manual for the Ubuntu versions. As suggested I used the compile from source version. For the case the forum post might disapear I copy the procedure onto this page:
 +
 +
{{p}}
  
 
==Install with compile from source==
 
==Install with compile from source==
Line 73: Line 75:
 
( this did not work for me with a message about root.... Open the btnx-config aplication from a console with sudo  btnx-config. )
 
( this did not work for me with a message about root.... Open the btnx-config aplication from a console with sudo  btnx-config. )
  
==Configuration of BTNX:==
+
{{p}}
 +
 
 +
==Configuration of BTNX ==
  
 
You can find all the necessary information for configuring your mouse with btnx-config in the [[http://www.ollisalonen.com/btnx/man|btnx manual]].
 
You can find all the necessary information for configuring your mouse with btnx-config in the [[http://www.ollisalonen.com/btnx/man|btnx manual]].
Line 79: Line 83:
 
During the configuration you can program the additional button to simulate the F6, F7 and F8 keys. Be sure that you enable the button at the top of the button configuration page.  
 
During the configuration you can program the additional button to simulate the F6, F7 and F8 keys. Be sure that you enable the button at the top of the button configuration page.  
  
==You can uninstall BTNX with the following procedure:==
+
{{p}}
 +
 
 +
==You can uninstall BTNX with the following procedure ==
  
 
To uninstall btnx and btnx-config, run  
 
To uninstall btnx and btnx-config, run  
Line 86: Line 92:
 
in the same directory as where you ran the "sudo make install" command for both programs.
 
in the same directory as where you ran the "sudo make install" command for both programs.
  
== Manual:==
+
{{p}}
 +
 
 +
== Manual ==
  
 
You can find the [[http://www.ollisalonen.com/btnx/man/| manual]] for BTNX on the website of the guy who made it.
 
You can find the [[http://www.ollisalonen.com/btnx/man/| manual]] for BTNX on the website of the guy who made it.

Latest revision as of 05:09, 20 October 2012

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 PnP 4th May 2010 sambuca
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

The Logitech MX Air might be a nice looking alternative to the Gyration Go Cordless Air Optical mouse.

810 button mappings

This mouse is plug and play with 810. Due to changes in the orbiter for 810, the mouse buttons are all mapped in the device template.

The mouse buttons are mapped as follows

Mouse button Meaning Corresponding keyboard key
Back Menu F7
Play/pause Media F6
Vol Ambiance F8



710 install

Linux drivers for the MX Air can be found here: http://www.hidpoint.com/

Edit:

I have this mouse working with LinuxMCE 7.10 RC2. Standard only 5 buttons were recognised. I could not get the above hidpoint driver / software working. It kept crashing. After a bit research installed BTNX software.

http://www.ollisalonen.com/btnx/

On the [Ubuntu forum] there is a good installation manual for the Ubuntu versions. As suggested I used the compile from source version. For the case the forum post might disapear I copy the procedure onto this page:



Install with compile from source

1. Get all the necessary dependencies. btnx-config needs libgtk2.0 and libgtk2.0-dev (version 2.10.11 or newer), libglade and libglade-dev (version 2.6.0 or newer), pkg-config (0.21 or newer), and build-essential. btnx needs build-essential and libdaemon. Code: sudo apt-get install build-essential libgtk2.0-0 libgtk2.0-dev libglade2-0 libglade2-dev pkg-config libdaemon0 libdaemon-dev 2. Install btnx Code:

$ wget http://www.ollisalonen.com/btnx/btnx-0.4.11.tar.gz
$ tar -xvvf btnx-0.4.11.tar.gz
$ cd btnx-0.4.11
$ ./configure
$ make
$ sudo make install

3. Install btnx-config. Code:

$ wget http://www.ollisalonen.com/btnx/btnx-config-0.4.9.tar.gz
$ tar -xvvf btnx-config-0.4.9.tar.gz
$ cd btnx-config-0.4.9
$ ./configure
$ make
$ sudo make install

If you encountered an error, there is probably a dependency problem.

4. You should have gotten a menu item. In GNOME, Applications->System tools->btnx. In KDE, System->btnx. Press it to launch btnx-config.

( this did not work for me with a message about root.... Open the btnx-config aplication from a console with sudo btnx-config. )



Configuration of BTNX

You can find all the necessary information for configuring your mouse with btnx-config in the [manual].

During the configuration you can program the additional button to simulate the F6, F7 and F8 keys. Be sure that you enable the button at the top of the button configuration page.



You can uninstall BTNX with the following procedure

To uninstall btnx and btnx-config, run Code:

$ sudo make uninstall

in the same directory as where you ran the "sudo make install" command for both programs.



Manual

You can find the [manual] for BTNX on the website of the guy who made it.