PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.42k stars 271 forks source link

MX Ergo compatibility report #65

Open slavfox opened 4 years ago

slavfox commented 4 years ago

Just got an MX Ergo to test with logiops:

thetechgeekster commented 4 years ago

Hi! Can you please share your config file as a template for me?

slavfox commented 4 years ago

Here's the relevant part - not much to it, I'm afraid :sweat_smile:

devices =
(
    {
        name = "MX Ergo";
        buttons =
        (
            {
                cid = 0x5b;
                action =
                {
                    type = "Keypress";
                    keys =
                    [
                        "KEY_BACK"
                    ];
                };
            },
            {
                cid = 0x5d;
                action =
                {
                    type = "Keypress";
                    keys =
                    [
                        "KEY_FORWARD"
                    ];
                };
            }
        );
    }
);
TobiasDev commented 4 years ago

@slavfox how did you get your MX Ergo to be recongnized? I keep getting this:

[INFO] Device MX Ergo Multi-Device Trackball  not configured, using default config.
[INFO] Device found: MX Ergo Multi-Device Trackball  on /dev/hidraw0:1
[WARN] Error adding device /dev/hidraw1: std::exception

Even though I have added the config file and used that exact name.

If you don't mind me asking. :)

TobiasDev commented 4 years ago

Ah, got it working. I had to add a "space" after the name for some weird reason. "MX Ergo Multi-Device Trackball " like that. Now it works!

osbama commented 3 years ago

I am using a rather big screen, and not being able to adjust DPI is a rather significant issue for me. Are you aware of any updates on this regard?

fk1blow commented 3 years ago

@TobiasDev can you please post the whole config file? I wasn't able to change the dpi on mine.

thank you

TobiasDev commented 3 years ago

I never changed the DPI in my config. :( However, if you want to have a look at it, it lives here: https://github.com/TobiasDev/dot-files/blob/master/logiops/logid.cfg

fk1blow commented 3 years ago

thank you!

mellolucas commented 3 years ago

Thank you! I had noticed that space, but thought that couldn't be the problem.

ExposedCat commented 2 years ago

Did anyone managed to rebind "Switch Devices" and/or "Sniper Mode" buttons? Debug table shows them as "reprog? True" but looks like it does not work

devmessias commented 2 years ago

Hi @TobiasDev @fk1blow have you discoverd how to change the DPI?

TobiasDev commented 2 years ago

Hi @TobiasDev @fk1blow have you discoverd how to change the DPI?

Sorry! I had to switch to Windows again because of work so I'm sadly not sure anymore about this. :(

osbama commented 2 years ago

Hi, DPI selection works perfectly for me for a while now. However, the mouse button clicks are still "sticky" i.e. Left mouse button takes too long to release, or sometimes does not release at all. This sometimes results in unwanted dragging and unregistered double clicks. Generally annoying, but since I come from an era where mouse used to have only one button and a ball at the bottom, I managed to get used to it.

This is not a hardware issue, since I also use the same device with a MAC and Windows.