ostara fixes (acpi sensors, jpegtrunc)

This commit is contained in:
kat witch 2021-08-10 20:36:12 +01:00
parent a03328c715
commit 562e02eb66
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@
extraModulePackages = [ ];
kernelParams = [
"usbcore.autosuspend=-1"
"acpi_osi=Linux"
"acpi_enforce_resources=lax"
];
};
}

View file

@ -114,6 +114,7 @@
videosink = "autovideosink";
pipeline = v4l2src ++ [
#filesrc
"jpegtrunc"
{ element.matroskamux.streamable = true; }
{
element.tcpclientsink = {
@ -132,6 +133,7 @@
gst-plugins-good
gst-plugins-bad
gst-plugins-ugly
pkgs.gst-jpegtrunc
];
};
shell = pkgs.mkShell (env // {