From f3590721df77b7557a80c437acca33b1a4514a9a Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 20 Jan 2025 20:38:33 -0500 Subject: Hardware decoding on Android - This is bad, hardware decoding selection needs to be completely rethought. Signed-off-by: Andrew Opalach --- hardware/cmsb-001/configuration.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'hardware') diff --git a/hardware/cmsb-001/configuration.nix b/hardware/cmsb-001/configuration.nix index a4fb9bb..3390cfe 100644 --- a/hardware/cmsb-001/configuration.nix +++ b/hardware/cmsb-001/configuration.nix @@ -141,16 +141,16 @@ }; }; - #services.cage = { - # enable = true; - # user = "naunet"; - # environment = { - # WLR_LIBINPUT_NO_DEVICES = "1"; - # }; - # program = "${pkgs.camu}/bin/cmv"; - #}; - #systemd.services."cage-tty1".serviceConfig.StandardOutput = lib.mkForce "journal+console"; - #systemd.services."cage-tty1".wantedBy = []; + services.cage = { + enable = true; + user = "naunet"; + environment = { + WLR_LIBINPUT_NO_DEVICES = "1"; + }; + program = "${pkgs.camu}/bin/cmv"; + }; + systemd.services."cage-tty1".serviceConfig.StandardOutput = lib.mkForce "journal+console"; + systemd.services."cage-tty1".wantedBy = []; # https://pablo.tools/blog/computers/nixos-generate-raspberry-images/ #sdImage = { @@ -170,15 +170,15 @@ # https://retropie.org.uk/docs/Overclocking/ # BOOT/config.txt (changes) - # gpu_mem=64 + # gpu_mem=128 # total_mem=1024 - # arm_freq=1300 + # arm_freq=1250 # gpu_freq=500 - # core_freq=500 + # core_freq=450 # sdram_freq=500 # sdram_schmoo=0x02000020 - # over_voltage=2 - # over_voltage_sdram=2 + # over_voltage=2 + # over_voltage_sdram=2 # https://github.com/NixOS/nixos-hardware/issues/631 hardware.deviceTree = { -- cgit v1.2.3-101-g0448