What was up with that? Why did it do that?

  • Tolookah@discuss.tchncs.de
    link
    fedilink
    arrow-up
    57
    ·
    2 months ago

    I might be wrong, but I think that’s due to crappy mouse sensors/firmware.

    With teams/idle checking, these days, I almost wish everyone had one of those to keep PCs active all the time.

    • d3Xt3r@lemmy.nz
      link
      fedilink
      arrow-up
      32
      ·
      edit-2
      2 months ago

      You might be interested in these things called mouse jigglers, they range from a tiny USB dongle that simulates a mouse, to motorised movement pads that you can place under a real mouse, which would be undetectable by software.

      PS: You’re welcome. ;)

      • ramble81@lemm.ee
        link
        fedilink
        arrow-up
        18
        arrow-down
        4
        ·
        2 months ago

        Just be careful using them at work as there are other methods to detect if someone is working or gaming the system and it could get you fired (source: fired someone for using one of these)

        • stoy@lemmy.zip
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          There has been one time I needed to keep a computer and stop the screen saver, I had no access to the settings but realized that if you just play a video in WMP or on YT the screen saver never activates, and you never need too install anything.

      • Tolookah@discuss.tchncs.de
        link
        fedilink
        arrow-up
        5
        ·
        2 months ago

        Yeah, the USB ones are an interesting thing, I’m sure writing up the code in an Arduino is trivial these days. Sometime like

        #include jiggler.h mouse.jiggle(excitation,time);

        I work with hardware that uses fans though, and a piece of paper flailing in the wind does a great job if I’m running a long test.

    • cobysev@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 months ago

      Yes, it’s called mouse drifting. Basically, back in the early days of laser mice (which replaced the roller ball mice technology), the sensors weren’t as advanced as they are today, so they would be “detecting” slight movements. When in fact, the mouse was stationary.

    • Stovetop@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      2 months ago

      I think this is probably the case. The old roller ball mice did not seem to have this problem, but early optical mice did.

  • pr06lefs@lemmy.ml
    link
    fedilink
    arrow-up
    19
    ·
    2 months ago
    • noisy mouse sensor
    • threshold setting.
      • above threshold: must be a mouse movement.
      • below threshold: its noise, ignore.

    You’d usually want the threshold to be low to get more mouse sensitivity. But too low and it starts doing stuff like moving to the left with no input.

  • Dizzy Devil Ducky@lemm.ee
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    I think the only times I’ve ever personally dealt with that was when a wired mouse was slowly moving because the wire was dragging it. No idea about any other problems that could caus it.