zoukankan      html  css  js  c++  java
  • ubuntu下使用罗技Unifying

     

    转自:https://www.omgubuntu.co.uk/2013/12/logitech-unifying-receiver-linux-solaar

    Using Logitech’s Unifying Receiver on Linux can be a hassle.

    The penny-sized USB wireless dongle enables as many as six compatible Logitech wireless devices to be connected to a computer.

    Being a slim, low-profile and discrete size the company say there’s “no need to unplug it when you move around” – a far cry from the days when using a “wireless” device meant having to stay within (what felt like) a 20cm square box and in clear view of a huge blinking infrared receiver.

    While Logitech’s mini marvel does work out-of-the-box on Linux, with the first device able to connect right away, some users have reported issues in pairing and unpairing subsequent peripherals.

    bit of command line know-how will solve most issues – but where’s the convenience in that?

    Solaar App

    Solaar app running on Ubuntu

    Solaar Gives a Friendly Face to Pairing Peripherals

    Enter ‘Solaar‘, a GUI device manager for the Logitech Unifying Receiver created by Daniel Pavel.

    Along with giving users an easy way to pair and unpair peripherals Solaar is also able to show battery status or additional settings (e.g. FN key configuration, smooth scrolling, DPI tweaking, etc.) on supported devices.

    Solaar does not support every Logitech keyboard or mouse able to use the Unifiying Receiver but it does support a great many. Check this supported devices list for more information on what is expected to work.

    Getting Solaar

    Solaar is available to install from Ubuntu Software on Ubuntu 16.04 LTS and above.

    Click to install Solaar on Ubuntu

    Installing Solaar on Ubuntu 12.04 LTS or 14.04 LTS requires the addition of the following PPA.

    sudo add-apt-repository ppa:daniel.pavel/solaar
    sudo apt-get update && sudo apt-get install solaar

    Those using GNOME Shell should swap the last command for:

    sudo apt-get update && sudo apt-get install solaar-gnome3

    Pre-built packages for other distributions, including Arch, OpenSUSE and Mageia, are also available from the project’s GitHub page.

    Once installed, Solaar can be launched from the Dash. You may need to remove and reinsert the receiver before it is detected by Solaar.

  • 相关阅读:
    BAT脚本编写要点(1)_特殊字符
    开源爬虫软件汇总
    使用Gradle发布项目到JCenter仓库
    解决Android中,禁止ScrollView内的控件改变之后自动滚动
    理解RESTful架构
    一种为 Apk 动态写入信息的方案
    Proguard配置注解
    使用statsvn统计svn中的代码量
    android如何释放图片缓存
    Git命令参考手册(文本版)
  • 原文地址:https://www.cnblogs.com/mouseleo/p/15573423.html
Copyright © 2011-2022 走看看