- Logitech Options on Linux
- 11 Answers 11
- Saved searches
- Use saved searches to filter your results more quickly
- License
- ysph/gHub-GUI
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- G Hub macro on ubuntu
- 1 Answer 1
- Logitech g hub linux wine
- Logitech G HUB Advanced Gaming Software, RGB & Game Profiles
- Mice
- Keyboards
- Headsets and Speakers
- Webcams
- GET TO KNOW G HUB
- RECOGNIZES GEAR AUTOMATICALLY
- DRAG AND DROP INTERFACE
- MANAGE AND SWITCH PROFILES
- Configure. Share. Win.
- CONTROL YOUR STREAM
- COLORIZE AND SYNC YOUR GEAR
Logitech Options on Linux
I am a new ubuntu user and want to use my machine to it’s full extent, so I looked for Logitech Options software for my Logitech MX Master 2s on linux, but found nothing. Will the software run through Wine? If not, is there any other way to install Logitech Options or get to customize the functions of macro buttons and the thumb wheel?
If you’re looking for pairing, and some general options configuration, install Solaar . Don’t bother with WINE IMHO.
11 Answers 11
I was having the same problem as you did/do. The solution that I found to address this issue was installing Solaar.
This application allows you to manage Logitech devices. I have a Logitech 400 plus (A keyboard with a mouse) and with that, I can achieve the things that I needed to change.
sudo apt install solaar solaar
And you’re going to see on the top right corner a battery icon indicating the battery remaining on your device. Hope this helps you!
I needed to install a newer version as my OS (Ubuntu 20.04) only installed version 1.0.1 by default. This is known potential issue as pointed out on the GitHub page. The older version did not find my MX Master 3S, but the new one (1.1.4) did it perfectly!
There is an unofficial driver logiops for Logitech mice and keyboards which works for me with Ubuntu 18.04 and Manjaro and the MX Master 2S and 3S.
Features include but not limited to:
- thumb button with gestures,
- smartshift scrolling with an individual threshold
- individual dpi settings.
See this answer on how to install and configure the driver.
The Flow feature is not yet implemented but there seems to exist an alternative for Windows/Linux/Mac called barrier.
Been trying to use Flow with my k850/m720 kit even with Windows/Mac it was hit & miss. Barrier is awesome and now using it with Deepin and Win10. Thanks!
Barrier is awesome until you need national characters like ó ł ę etc. Because it is unable to properly send the altGr+? combination. There are hacks but it is not perfect.
As it stands Logitech Options is not available for Linux and it does not appear to be running in WINE. You could always check the WINE website for more information, but it looks like there is nothing yet.
You should always checkout the Arch Linux Wiki for help. Here is the article covering the MX Master.
Piper might be what you are looking for.
Piper is a GTK+ application to configure gaming mice. Piper is merely a graphical frontend to the ratbagd DBus daemon, see the libratbag README for instructions on how to run ratbagd
sudo apt install solaar solaar
This was the answer for me. I used it to enable a unifying USB receiver, and share it with an ERGO K860 keyboard and an MX ERGO trackball. Solaar will detect all devices paired with supported Unifying, Lightspeed, or Nano receivers, and at the very least display some basic information about them. A really excellent utility. Props to @vito genovese for the heads-up.
I installed using this guide, but the version was old. Install solaar by using this official solaar guide to get the latest version
After trying many other solutions listed here, logiops has worked great so far: custom button-mapping, gesture support, smart shift, etc. Nearly every LogiOptions feature seems to be supported by it. I’m running Ubuntu 20.04.4 LTS and using an MX Master 3.
Folks may be put off by it because there’s no GUI, and build and installation aren’t trivial (I had a problem where cmake couldn’t find libevdev). That being said, Danish Shakeel’s Configure Logitech MX Master 3 on Linux blog post helped quite a bit, especially for getting started with the configuration file. The documentation for the configuration file is quite good, but it can get a little tricky and there aren’t many examples out there aside from the example in the repository.
For what it’s worth, here’s my configuration (located at /etc/logid.cfg by default):
devices: ( < name: "Wireless Mouse MX Master 3"; smartshift: < on: true; threshold: 30; default_threshold: 30; >; hiresscroll: < hires: true; invert: true; target: false; >; dpi: 1700; buttons: ( < cid: 0x52; // scroll wheel button action = < type: "Keypress"; keys: [ "KEY_RIGHTMETA" ]; // open activities overview >>, < cid: 0x53; // back button action = < type: "Keypress"; keys: [ "KEY_RIGHTMETA", "KEY_PAGEDOWN" ]; // move to previous space >>, < cid: 0x56; // forward button action = < type: "Keypress"; keys: [ "KEY_RIGHTMETA", "KEY_PAGEUP" ]; // move to next space >>, < cid: 0xc4; // mode shift button action = < type: "Keypress"; keys: [ "KEY_RIGHTMETA", "KEY_A" ]; // show applications >> ); > );
For mapping keyboard shortcuts, refer to /usr/include/linux/input.h.
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Manage your logitech device on Linux using GUI. Lightweight and user-friendly. (not yet)
License
ysph/gHub-GUI
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
* Add Fedora packages to the instructions * Add Fedora Version
Git stats
Files
Failed to load latest commit information.
README.md
Manage your logitech device on Linux using GUI. The program is lightweight and user-friendly.
sudo apt-get install libusb-1.0-0-dev libx11-dev libgl-dev
sudo dnf install libusb1-devel libx11-devel mesa-libGL-devel
The mouse stopped working after execution
The problem is that the OS has failed to attach driver (see «can’t add hid device» in dmesg)
To solve that, either try to execute program again or switch the port.
It may also help in future if you add udev rules listed in the case below.
Can I run the program without root privileges?
create a rule in /etc/udev/rules.d/:
printf 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"\nSUBSYSTEM=="usb", ATTRS=="046d", ATTRS=="c083", GROUP="ubuntu", MODE="066"\nSUBSYSTEM=="usb_DEVICE", ATTRS=="046d", ATTRS=="c083", GROUP="ubuntu", MODE="066"' | sudo tee /etc/udev/rules.d/99-hidraw-permission.rules
If rules fail to reload automatically:
sudo udevadm control --reload
To manually force udev to trigger your rules:
Reboot may also be needed.
My device is UNIDENTIFIED, what could that be?
Some logitech devices use the same id for bluetooth receiver.
However, the Linux kernel since version of 5.2 may recognize IDs properly.
Possible solution for debian-based distributions would be:
The program is not complete yet. It also requires root privileges.
- Set custom LED colours
- Set the cycle or breathing
- Set the colour for logo or primary
- Set DPI
- Set report rate
- Battery level report
- Comprehensive GUI
About
Manage your logitech device on Linux using GUI. Lightweight and user-friendly. (not yet)
G Hub macro on ubuntu
I want to use G Hub’s macro feature on ubuntu, but I couldn’t launch it using wine. And for some reason I couldn’t use piper. I am currently using Logitech G102 LIGHTSINK. If somebody knows how to use G Hub on ubuntu or another solution that can use macro like G Hub, please help me.
1 Answer 1
Recently I have also faced the same issue for my Logitech G-402 Hyperion Fury. I tried Bottle and wine latest version to install Logitech G Hub but unfortunately that couldn’t install the Logitech G Hub apps on my Linux Device (Based on ubuntu 22.04). I also tried Piper (a linux apps for mouse configuration on linux/ubuntu) and was frustrated. Then I found a solution. I install Logitech G Hub on another windows device and configured my mouse. Luckily I have a built in storage in my mouse and all the configuration saved to my mouse and I can use on my Linux Device now. One thing, after configuration from a windows device now I can also configure the programmable keys only in piper. But be sure lighting effect will not work in Piper. I didn’t see your device supports built in memory. If that supports then you can give that a try like me. If you can configure well on a windows device then it should work. Bottom line, so far logitech apps are not for linux/ubuntu so far. I tried bunch of apps and spend over a week. All the best.
But, I was using ubuntu because my cpu wasn’t good enough(makes to many lags on windows lol), but I’m gonna upgrade my computer so I think I don’t need it anymore 😀
@R0K0Rlee I am not clear. Did you applied the same I did (configured on a Windows pc and using on a linux PC) ?
Logitech g hub linux wine
Showing entry 1 to 25 of 29045
Submission Date | Submitter | Developer | Application | Version | Has Maintainer |
September 10 2006 08:50:18 | an anonymous user | Valve L.L.C. | Half-Life | 1.1.1.2 (WON2) | YES |
January 21 2007 12:13:47 | an anonymous user | Microsoft | Internet Explorer | 3.01 | YES |
February 07 2005 17:40:08 | an anonymous user | Microsoft | Internet Explorer | 5.0 (32-bit) | YES |
January 21 2007 12:21:24 | an anonymous user | Microsoft | Internet Explorer | 2.0 | YES |
February 07 2005 17:40:08 | an anonymous user | Adobe Systems Incorporated | Adobe Photoshop | 5.0 | YES |
February 07 2005 17:40:08 | an anonymous user | Embarcadero Technologies, Inc. | Delphi | 5 | No |
February 07 2005 17:40:08 | an anonymous user | The MathWorks | Matlab | 5.3 (R11) | No |
May 07 2005 09:20:10 | an anonymous user | Microsoft | Visual C++ | 6.0 | No |
February 07 2005 17:40:08 | an anonymous user | Forté | Forte Agent Newsreader | 1.8 | No |
February 07 2005 17:40:08 | an anonymous user | Eudora | Eudora | 5.1 | No |
July 07 2007 09:20:50 | an anonymous user | Interplay Entertainment Corp. | Fallout | 1.x | YES |
February 10 2006 07:03:11 | an anonymous user | Bungie Studios | Myth: The Fallen Lords | 1.4 | No |
February 07 2005 17:40:08 | an anonymous user | Microsoft | Microsoft Money | 2000 | No |
February 07 2005 17:40:08 | an anonymous user | America Online (AOL) | America Online (AOL) | 6.0 | No |
February 15 2005 12:26:21 | an anonymous user | Microsoft | Microsoft FrontPage | 2000 | YES |
February 07 2005 17:40:08 | an anonymous user | Microsoft | Microsoft Outlook | 2000 | YES |
February 07 2005 17:40:08 | an anonymous user | Microsoft | Microsoft Word | 2000 | YES |
May 26 2007 20:03:28 | an anonymous user | Microsoft | Microsoft Word | ’97 | YES |
February 07 2005 17:40:08 | an anonymous user | Microsoft | Microsoft Word | ’95 | YES |
February 07 2005 17:40:08 | an anonymous user | Microsoft | Microsoft PowerPoint | 2000 | YES |
May 26 2007 20:26:08 | an anonymous user | Microsoft | Microsoft PowerPoint | ’97 | YES |
February 07 2005 17:40:08 | an anonymous user | Microsoft | Microsoft Excel | ’97 | YES |
February 07 2005 17:40:08 | an anonymous user | Microsoft | Microsoft Excel | ’95 | YES |
February 07 2005 17:40:08 | an anonymous user | Adobe Systems Incorporated | Adobe Animate | Flash 5 | YES |
February 07 2005 17:40:08 | an anonymous user | Adobe Systems Incorporated | Adobe Photoshop | 5.5 | YES |
Privacy Policy
If you have a privacy inquiry regarding this site, please write to privacy@winehq.org
Logitech G HUB Advanced Gaming Software, RGB & Game Profiles
Logitech G HUB gives you a single portal for optimizing and customizing all your supported Logitech G gear: mice, keyboards, headsets, speakers, and webcams.
Mice
Configure your mouse, including the optical sensor, DPI settings, scroll and acceleration, button programming, and onboard memory. Program LIGHTSYNC.
Keyboards
Set up your keyboard with macro-ready G Keys, remap individual keys, configure multi-key bindings, or create intricate macros. Program LIGHTSYNC.
Headsets and Speakers
Set custom EQ and surround preferences, per game profile. Assign headset-mounted G Keys for faster, more precise play. Program LIGHTSYNC audio gear.
Webcams
Create camera and video profiles. Settings are stored and applied on startup. Switch profiles on the fly.
GET TO KNOW G HUB
RECOGNIZES GEAR AUTOMATICALLY
G HUB recognizes your supported Logitech G gear, and gives you full access to their customization features. It automatically keeps firmware up to date.
DRAG AND DROP INTERFACE
Choose features, assign macros and key binding, create color breaks and animations, all with a simple, intuitive interface.
MANAGE AND SWITCH PROFILES
Now you can save multiple character profiles within your games and switch on the fly. So the powers and abilities you need are always available.
Configure. Share. Win.
Download profiles from your fellow players, gaming pros and popular streamers. It’s an easy way to try new mouse, keybind, and macros to enhance your game.
CONTROL YOUR STREAM
Program buttons with in-app actions and create your own macros to launch media and switch scenes. Use your gaming gear to take command of OBS Studio for a faster and more seamless stream.
COLORIZE AND SYNC YOUR GEAR
Choose from numerous animation effects, download lighting profiles from the community, and create your own advanced effects with Logitech G LIGHTSYNC for keyboards, mice, headsets, and speakers.