• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle





  • Rivalarrival@lemmy.todaytoLinux@lemmy.mlThe Best way to switch to Linux is to NOT
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    5
    ·
    edit-2
    2 months ago

    removed all that.

    Install Linux, any flavor. Install virtualbox, and set up a Windows VM. Go ahead and install any of your windows bullremoved on that VM. That’s your crutch, your failsafe: a windows instance that you don’t have to leave Linux to access.

    Save snapshots before and after any changes, so if/when it goes to removed, you can roll it back to where it was still working.


  • My first thought (which probably isn’t the best method, but I’ve done similar before) is an Arduino between the mouse and the system. The Arduino normally just passes the mouse commands to the system, but it listens for the button and blocks movement if it sees the button press.

    Because it’s all done in hardware, this method would be system-agnostic. You could plug it into anything.

    I used a Teensy 3.6 for a similar project.