joshuagrisham / samsung-galaxybook-extras

Samsung Galaxybook Linux platform driver and accompanying utilities.
57 stars 8 forks source link

Driver feedback (Book3 Ultra + NixOS) #14

Open ItzDerock opened 1 month ago

ItzDerock commented 1 month ago

Hello, first of all, thanks so much for the work you've put into this. I'm writing to report that the driver is working great with my system:

Things ive noticed:

For any other NixOS users I've written a derivation that you can copy/paste: https://github.com/ItzDerock/dotfiles/blob/main/pkgs/samsung-galaxybook-extras.nix

  boot.extraModulePackages = 
    let 
      sgbextras = config.boot.kernelPackages.callPackage ../../pkgs/samsung-galaxybook-extras.nix { };
      # change path to match where you save the package to
    in
    [ sgbextras ];

One last thing I wanted to mention was that, during my prior usage of this laptop, I've noticed the trackpad eats up a lot of battery in the form of interrupts. On powertop I've noticed idma64 was always at the top with thousands of events/sec. But now that I'm checking it again, I only see idma64 sending 200 events/sec, which is way less than before. I'm not sure if this is the result of this driver or a different change I've made with my system, and would like to hear if anyone else has had a similar experience.

Thanks again to all contributors for their work on this, and especially to joshuagrisham for putting this together! Just wanted to leave some feedback and confirm that it's working on the book3 ultra, so feel free to close this whenever fit.

xhos commented 4 days ago

oh my god I love you, thank you so much for doing this for nixos, it works perfectly on my book 2 pro 360