diff options
| author | 2025-01-20 20:38:33 -0500 | |
|---|---|---|
| committer | 2025-01-20 20:38:33 -0500 | |
| commit | f3590721df77b7557a80c437acca33b1a4514a9a (patch) | |
| tree | 3be6db7ca795b1ea8469ac1da15c9ab8b90936be /hardware/cmsb-001 | |
| parent | 474ccfd0534e03cfcde94fe0f94e3028ed65366a (diff) | |
| download | camu-f3590721df77b7557a80c437acca33b1a4514a9a.tar.gz camu-f3590721df77b7557a80c437acca33b1a4514a9a.tar.bz2 camu-f3590721df77b7557a80c437acca33b1a4514a9a.zip | |
Hardware decoding on Android
- This is bad, hardware decoding selection needs to be completely
rethought.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'hardware/cmsb-001')
| -rw-r--r-- | hardware/cmsb-001/configuration.nix | 30 |
1 files changed, 15 insertions, 15 deletions
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 = { |