He/him

Formerly on .world.

  • 7 Posts
  • 113 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle





  • On my previous laptop, the trackpad had a bug that made it spam interrupts after waking up from sleep. It ruined battery life and basically kept one core at 100% permanently.

    So I duct-taped a systemd script that unbound and bound the trackpad after each wake up.

    #!/bin/sh
    case "$1" in
            post)
                    echo -n "i2c_designware.0" > /sys/bus/platform/drivers/i2c_designware/unbind
                    echo -n "i2c_designware.0" > /sys/bus/platform/drivers/i2c_designware/bind
            ;;
    esac
    





  • “Cloud Native” means uBlue’s OS images are basically Docker images, but meant tu run on bare metal instead of inside virtualization, that are built automatically with GitHub actions.

    The project itself is super interesting. It’s not a distro, it’s an alternative automated build pipeline toolkit for Silverblue/CoreOS that lets anyone build their perfect atomic image. It’s still 100% Fedora+rpmfusion under the hood.

    UBlue’s official images have massive quality of life improvements over Silverblue.




  • WFH@lemm.eeto3DPrinting@lemmy.worldLinux compatible printer.
    link
    fedilink
    English
    arrow-up
    48
    ·
    2 months ago

    Your OS doesn’t matter. Printers are dumb and only understand Gcode, which is basically a series of steps to follow for printing your part (move the head this amount in that direction while extruding that much etc.). Producing that code is the slicer’s job. What you want is a slicer that works perfectly on Linux. And good news, all open-source slicers work perfectly on Linux. What you need tho is a slicer that includes your printer’s profile.

    Try Cura or Prusaslicer (available as Flatpaks) or Orcaslicer (Appimage for now but will move to Flatpak eventually).



  • WFH@lemm.eetoLinux@lemmy.mlUpdating BIOS via Linux ?
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    2 months ago

    Yes. Tuxedo is German, Slimbook Spanish, Starlabs British, NovaCustom Dutch… Framework is US/Taiwanese but sells within select EU countries and the UK. AFAIK S76 is US/Canada only.

    Edit: most of these actually ship worldwide but won’t collect VAT and probably won’t honor warranty claims outside their territory.