And of course they had to shoehorn some AI bullshit in it

(why I installed this driver: because i can remap the two extra buttons as copy/paste)

    • Limonene@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Piper is less than 2MB, and allows reconfiguring Logitech mouse buttons. It’s available in Debian and Ubuntu package managers.

      Screenshot:

      I had to use Piper to get exotic features like having mouse 6, 7, 8 buttons function as mouse 6, 7, 8, rather than the default of alt-tab and ctrl-v.

      • Zink@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        I never thought to look for something like this, but it looks fantastic so i’m going to try it. Thanks!

      • AeonFelis@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        This is not a driver. The README itself says:

        Piper is merely a graphical frontend to the ratbagd DBus daemon

        ratbagd itself, BTW, is also not a driver.

        The unofficial open source license is called logiops, and according to the Debian site most of its builds are also under 2MB (and the two builds that aren’t are only slightly bigger)

        There is also RatSlap, which I can’t find information on how big it is (and I’m not going to bother installing it just to find out)

      • JackbyDev@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        Does it still allow macros? I have a couple of 502s and my older one has fallen victim to the common problem of rhe switch getting bouncey so one click becomes multiple. Supposedly macros can fix this.

        • michaelmrose@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 months ago

          This is a physical defect. Macros make one key press effect one or more action button or key press. For instance if a common operation involves pressing a b and c in sequence you can make one button on your mouse actuate that sequence.

          You can’t bind a macro to left click because then you can’t left click anymore. Even if you bound double clicking to single click (if this is even possible) it would mean every time it single click you would effect nothing which is equally if not more broken.

          You need to either take your mouse apart and fix it or throw it in the trash.

        • Buddahriffic@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 months ago

          I’m never buying another Logitech device again because that problem that happened with my G7 back in the 00s still happened with my G900 in the 20s.

          With my G7, I’d open it up when it started happening, and open up the switch to re-bend the metal piece to give it some spring back. Kept doing this until one day the plastic button that presses down on that metal part fell on carpet and was gone forever.

          With my G900, I said fuck it and just bought some better mouse button switches and replaced the left mouse button. Was actually kinda glad I needed to because the battery had become a danger pillow so I replaced that, too.

          But with the button issue existing for so long and being fixed by a part that cost a trivial amount compared to what I paid in the first place, you can’t convince me that Logitech isn’t deliberately using switches that fail quickly to drive up demand for mice.

        • cacti@ani.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 months ago

          If your mouse drivers allow setting the debounce timer, you can set it higher so that your system doesn’t allow the bouncing to register.

          • cacti@ani.social
            link
            fedilink
            English
            arrow-up
            0
            ·
            4 months ago

            I think he meant as in “if this is the first ever GTK application you install via flatpak”. The “Installed Size” on Flathub only indicates the amount of storage the program itself will take up and doesn’t take into account the libraries it will install alongside it (installing piper via flatpak takes up 400MB on my device).

            I still think it is really negligible because people usually don’t install applications that use such a variety of different graphical frameworks, and also because modern PC disk capacities are so absurdly big compared to past ones. I only have a 256GB drive and have never faced any issues regarding how much storage flatpak apps use.

            • michaelmrose@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              edit-2
              4 months ago

              I have flatpaks installed but not org.gnome.* note not first gtk app the first that require gnome runtimes. Then once you have a bunch of apps you’ll end up with different versions needing different runtimes which will need constant updates of the same 1G. Given modern connectivity and storage it isn’t that burdensome in truth but neither is the Windows example.

              It’s just humorous to crow over one and ignore the other.

  • HugeNerd@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    The mouse driver used with the Commodore 64’s GEOS operating system uses 3 blocks on disk, less than a kilobyte.

    • Albbi@piefed.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      That driver was using 0.5% of system resources! I thought it would be worse when I saw “259 blocks free”, but overall that’s pretty good.

      • ZILtoid1991@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        A lot of fancy early RGB mouse came with a companion app that needed 10MB at most, and that was ridiculed.

    • ZILtoid1991@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Most of the reason why the Logitech driver is so gargantuan is a separate Chromium browser instance, because someone thought that apps should be all websites first, which lead to most GUI libraries being developed for javascript and most devs being taught to be web developers.

      • merdaverse@lemmy.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        4 months ago

        VSCode is also electron with a 100mb download size and 400mb install size. I think it has 1000x more functionality than some shit Logitech UI where you change LED colors. This sounds more like incompetence on the Logitech team than a problem with electron itself.

        It’s not like traditional methods of packing apps are without problems. If I want to install the qbittorrent flatpak on Ubuntu, it pulls in >1gb of KDE depenencies, so I really don’t see how that’s better than these dreaded electron apps.

        • ZILtoid1991@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 months ago

          The 1gb of KDE dependencies are one time only, but there’s also the option of just using OpenGL + bare x11 or Wayland for GUI. If my game engine could pull it off, if IMGUI apps could pull it off, then everyone could pull it off, we just need a UI framework not ddependent on either GTK or qt.

          • merdaverse@lemmy.zip
            link
            fedilink
            English
            arrow-up
            0
            ·
            4 months ago

            “One time only”? In theory yes, in practice I don’t have anything else that needs those KDE dependencies. When I remove qbittorrent I can safely remove them. This is just a reality check that desktop GUI frameworks and package management are really not much better than Electron/html as lots of comments in this thread seem to suggest.

            • jj4211@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              4 months ago

              That is your use case, that relative to your individual usage only one application uses the framework. In that very specific scenario, sure. However with electron it’s forced to be that way for every single application no matter what your scenario is.

              If electron packaged as a dependency, then it would be similar. But it’s always forcibly bundled.

              • merdaverse@lemmy.zip
                link
                fedilink
                English
                arrow-up
                0
                ·
                4 months ago

                Ok, I will just try to install more KDE apps so I can make use of that great dependency so I can join the Electron hating circle jerk next time. But from where I stand now, Electron apps are just like any appimage or snap.

        • Aceticon@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          4 months ago

          Or you can use qbittorrent-nox which is a server-only package of qbittorrent and just interact with it via its the web interface from your favorite browser.

          Mind you, I only know this by chance because I explicitly wanted to run qbittorrent as a service on an always on machine which is not supposed to be used with keyboard and mouse.

  • agelord@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    The driver itself is probably a few megabytes only. The rest is just bullshit in the name of rgb control and preset/dpi control. You seem to be using a Logitech device, you can enable the onboard memory of your mouse, then uninstall this thing and use Logitech’s Onboard Memory Manager app instead.

  • hperrin@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    The driver for your mouse occupies a few kilobytes. The shitty app and AI garbage bloatware occupies the rest.

    • Aceticon@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      The actual driver for an HID USB device, even on WIndows, is still just a few KB.

      Worse, the default driver for HID devices like mice, keyboards, joysticks, gamepads and so on is part of Windows since Windows 7 and all you had to do was give it an INF file that really just associated USB hardware devices that sent the PC a specific identifier (made up of a VID and a PID value) on USB protocol initialization, with that built-in driver - and that file is maybe 100 bytes. Even better, that INF file is not even needed anymore since Windows 10.

      A driver for a mouse (pretty much the simplest Human Interface Device there is) that in addition to the normal mouse thing also supports setting the RGB color of some lights is stupidly simple because the needed functionality is already in the protocol.

      Remember, modern digital electronics still uses really tiny processors sometimes with less than 32KB flash memory (and way less than that in RAM) only they’re microcontrollers rather than microprocessors now, hence the protocols are designed so that they can be handled by processing hardware with little memory (after all, many USB Hosts aren’t PCs but instead are things like USB HUDs which have microcontrollers not microprocessors)

      I have no doubt in my mind whatsoever that almost the entirety of that 1GB is bloatware.

    • HugeNerd@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Maybe a Docker or two, perhaps a VM in the cloud. Is that still hip with the kids?

  • Mongostein@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    I have a Logitech mouse. I just used a 3rd party app to remap.

    Better mouse for Mac, but looks like you’re on Linux? There’s bound to be something

  • SaltySalamander@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    The driver consumes a few KB. The bullshit software that you don’t need to install is what’s consuming the GB.