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)
Narrator: It wasn’t a driver.
i wonder if a open source driver alternative exists.
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.
I never thought to look for something like this, but it looks fantastic so i’m going to try it. Thanks!
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)
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.
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.
Yes, it is a physical defect but it is common enough that people have been able to work around it with macros.
It’s been a while since I tried to look into this or fix it, but a quick search shows what I think was a possible solution. (Might not be, I’m just trying to be explanatory of what I mean by a macro fixing a double click problem.) https://techenclave.com/t/mouse-double-click-issue-solution-by-coding/269878
Its broken fix or toss this solution isn’t applicable directly. Also seems like it would be hard to intentionally double click and add latency to single clicks
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.
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.
would be cool if it also worked on Windows and Macos
and if you install it via fatpak its almost 1GB
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.
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.
The mouse driver used with the Commodore 64’s GEOS operating system uses 3 blocks on disk, less than a kilobyte.
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.
But did it support RGB?
Didn’t think so, checkmate!
A lot of fancy early RGB mouse came with a companion app that needed 10MB at most, and that was ridiculed.
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.
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.
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.
“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.
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.
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.
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.
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.
the driver itself is kilobytes in size. Megabytes is huge for such a simple thing
The driver for your mouse occupies a few kilobytes. The shitty app and AI garbage bloatware occupies the rest.
deleted by creator
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.
Maybe a Docker or two, perhaps a VM in the cloud. Is that still hip with the kids?
All the cool kids are running kubernetes
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
The driver consumes a few KB. The bullshit software that you don’t need to install is what’s consuming the GB.
what the fuck?? why would a mouse need ai? ancient computer user here who is very confused lol
Maybe it can AFK my character in games for me
deleted by creator
The AI plays all video games for you, leaving you more time to work and be productive.
To better track you. I mean, “enhancing your user experience.”
You can configure you mouse to press a button and it brings up a prompt where you can type an AI query in there.
To better know everything you do and train it on AI.i mean, To improve Productivity and convenience.
Madness
LOL.
Huh, neat
Space Sniffer gang represent!
you could use autohotkey and remap mouse3/4 (or whatever they are) to C-c and C-v
I like SpaceSniffer, it is almost 10 years old program and I still use it
Windirstat is open source
And slow as shit. WizTree takes maybe 10 seconds, whereas Windirstat will take several minutes.
Not open
Couldn’t give two shits. It works better than the open source alternative you listed. I’ll stick with the tool that works best.
Same. A pearl in the sand.