Stefan
Stefan
VP9 works fine with my FireTV using version 15.30.
I have a Fire TV Stick 4K but the codecs are the same https://en.wikipedia.org/wiki/Amazon_Fire_TV#Models
vbcc's implementation ```` void *memcpy(__reg("a0") void *, __reg("a1") const void *, __reg("d2") size_t) = "\tinline\n" "\tmove.l\ta0,d0\n" "\tcmp.l\t#16,d2\n" "\tblo\t.l5\n" "\tmoveq\t#1,d1\n" "\tand.b\td0,d1\n" "\tbeq\t.l1\n" "\tmove.b\t(a1)+,(a0)+\n" "\tsubq.l\t#1,d2\n" ".l1\n" "\tmove.l\ta1,d1\n" "\tand.b\t#1,d1\n" "\tbeq\t.l3\n" "\tcmp.l\t#$10000,d2\n" "\tblo\t.l5\n" ".l2\n"...
``` $ sh nerdfetch nerdfetch: 17: Syntax error: Bad substitution $ zsh nerdfetch nerdfetch:131: command not found: sysctl nerdfetch:185: command not found: sysctl nerdfetch:185: bad math expression: operand expected at...
Well... ``` nerdfetch: Zeile 129: pkg_info: Kommando nicht gefunden. sysctl: second level name 'stats' in 'vm.stats.vm.v_free_count' is invalid sysctl: second level name 'stats' in 'vm.stats.vm.v_page_size' is invalid nerdfetch: Zeile 215:...
standard for root... Am Sa., 13. Jan. 2024 um 22:31 Uhr schrieb Kainoa Kanter < ***@***.***>: > Also, > > nerdfetch: Zeile 129: pkg_info: Kommando nicht gefunden. > > Does...
I‘m a NetBSD user, I‘m unable to manage packages at all.
Well, I have pkgconf and this $ ls /usr/pkg/bin | `which wc` 2385 2385 23246 Am So., 14. Jan. 2024 um 16:55 Uhr schrieb Kainoa Kanter < ***@***.***>: > But...
By the way every fetch has this issue ``` $ ./afetch pkg_info: not found \\`-______,----__ \\ __,---`_ USER polluks \\ `.____ OS NetBSD \\-______,----`- KERNEL 9.3 \\ UPTIME 0h 0m...
I'm using zsh and have access to pkgconf and pkgdata. At least `echo $(($(vmstat | awk 'NR==3 {print $4}') / 1024))` works.