Re: New ver NetBSD and the /etc files.

2025-03-01 Thread Valery Ushakov
On Sat, Mar 01, 2025 at 14:15:00 +, Van Ly wrote: > Benny Siegert writes: > > > With etcupdate. If you use sysupgrade, it will run etcupdate at the end. > > Is there a way to tell the update to ignore the following files? > > — /etc/passwd > — /etc/group You can just tell that to etcupd

Re: NetBSD wikipedia page updated

2025-03-01 Thread Van Ly
Benny Siegert writes: > Am 26.02.25 um 22:37 schrieb Paolo Vincenzo Olivo: >> Please provide feedback, and fixes if needed. > > Thank you for doing this. It looks great! I wanted to know, in particular, under the virtualization section, of the possibility to run Plan 9 using NVMM on a laptop.

Re: Logitech HD Pro Webcam C920 USB webcam resolution

2025-03-01 Thread Ramiro Aceves
El 1/3/25 a las 14:59, Michael van Elst escribió: ea1...@gmail.com (Ramiro Aceves) writes: Required baseline features: ID=100 (NEON) - NOT AVAILABLE ID= 9 (FP16) - NOT AVAILABLE Both features are suppored by the PI4 CPU. But there is no generic way to determine that at runtime.

Re: Logitech HD Pro Webcam C920 USB webcam resolution

2025-03-01 Thread Ramiro Aceves
El 1/3/25 a las 15:18, Michael van Elst escribió: mar...@duskware.de (Martin Husemann) writes: On NetBSD that is done via sysctl machdep machdep.fpu_present = 1 machdep.hwdiv_present = 1 machdep.neon_present = 1 machdep.simd_present = 1 machdep.simdex_present = 1 Such feature fl

Re: New ver NetBSD and the /etc files.

2025-03-01 Thread Steve Rikli
On Sat, Mar 01, 2025 at 02:15:00PM +, Van Ly wrote: > Benny Siegert writes: > > > With etcupdate. If you use sysupgrade, it will run etcupdate at the end. > > Is there a way to tell the update to ignore the following files? > > — /etc/passwd > — /etc/group > > I have in the file /etc/mtr

Re: Logitech HD Pro Webcam C920 USB webcam resolution

2025-03-01 Thread Michael van Elst
mar...@duskware.de (Martin Husemann) writes: >On NetBSD that is done via > sysctl machdep >machdep.fpu_present = 1 >machdep.hwdiv_present = 1 >machdep.neon_present = 1 >machdep.simd_present = 1 >machdep.simdex_present = 1 Such feature flags exist on 32bit arm, but not on 64bit arm (nor on

Re: New ver NetBSD and the /etc files.

2025-03-01 Thread Van Ly
Benny Siegert writes: > With etcupdate. If you use sysupgrade, it will run etcupdate at the end. Is there a way to tell the update to ignore the following files? — /etc/passwd — /etc/group I have in the file /etc/mtree/special.local: ./etc/group type=file mode=0644 ig

Re: Logitech HD Pro Webcam C920 USB webcam resolution

2025-03-01 Thread Michael van Elst
ea1...@gmail.com (Ramiro Aceves) writes: >Required baseline features: > ID=100 (NEON) - NOT AVAILABLE > ID= 9 (FP16) - NOT AVAILABLE Both features are suppored by the PI4 CPU. But there is no generic way to determine that at runtime. That's why you see the "NOT AVAILABLE" here. OpenCV l

Re: Logitech HD Pro Webcam C920 USB webcam resolution

2025-03-01 Thread Martin Husemann
On Sat, Mar 01, 2025 at 02:04:59PM +0100, Ramiro Aceves wrote: > https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options > > Not sure how to materialize it into the pkgsrc Makefile build rules of > graphics/openvcv Build time configuration is bad, it should be detected at runtime. O

Re: Logitech HD Pro Webcam C920 USB webcam resolution

2025-03-01 Thread Ramiro Aceves
More information: netbsd-raspa4$ dmesg | grep NEON [ 1,00] cpu0: auxID=0x1, FP, CRC32, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add [ 1,00] cpu1: auxID=0x1, FP, CRC32, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multip

Re: Logitech HD Pro Webcam C920 USB webcam resolution

2025-03-01 Thread Ramiro Aceves
El 25/2/25 a las 20:24, Joel escribió: On 2/25/2025 11:06, Ramiro Aceves wrote: Hello, I am having trouble to get proper pictures and videos from it. with: $ffmpeg7 -f v4l2 -i /dev/video0 -vframes 1 output.jpg I get a very dark picture. with: ffmpeg7 -f v4l2 -i /dev/video0 -vframes 5  outpu

Re: NetBSD wikipedia page updated

2025-03-01 Thread Benny Siegert
Am 26.02.25 um 22:37 schrieb Paolo Vincenzo Olivo: Recently I decided to refresh Wikipedia's English page dedicated to NetBSD. I reworked/expanded different parts of the article, especially in "Features" and "Uses". A new screenshot was also added. Please provide feedback, and fixes if needed