mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
ostara fixes (acpi sensors, jpegtrunc)
This commit is contained in:
parent
a03328c715
commit
562e02eb66
2 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
extraModulePackages = [ ];
|
||||
kernelParams = [
|
||||
"usbcore.autosuspend=-1"
|
||||
"acpi_osi=Linux"
|
||||
"acpi_enforce_resources=lax"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue