Re: About the stability of the panfrost driver

2025-08-18 Thread Mario Marietto
lls wrote: > > Mario Marietto wrote: > > Il lun 18 ago 2025, 12:46 Robert Swindells ha scritto: > > > Mario Marietto wrote: > > > > > > > > I'm "building" a mobile device,something like a cyberdeck / phone > and I > > >

Re: About the stability of the panfrost driver

2025-08-18 Thread Mario Marietto
about how to compile it ? Mario. Il lun 18 ago 2025, 12:46 Robert Swindells ha scritto: > > Mario Marietto wrote: > > > > I'm "building" a mobile device,something like a cyberdeck / phone and I > > would like to evaluate if NetBSD can be installed there. My

Re: About the stability of the panfrost driver

2025-08-18 Thread Mario Marietto
No one wrote it yet. >I'm curious to know if in NetBSD the panfrost driver is stable. How much ? How mature the code is >and if it includes the support for rk IOMMU. Sorry I forgot to mention that for my device I want to use the radxa zero 3W board.... On Mon, Aug 18, 2025 at 10:58

About the stability of the panfrost driver

2025-08-18 Thread Mario Marietto
Hello to everyone. I'm "building" a mobile device,something like a cyberdeck / phone and I would like to evaluate if NetBSD can be installed there. My question is related to the panfrost driver. In FreeBSD it is not stable because there is no rk IOMMU support. No one wrote it yet. I'm curious to

Re: USB passthrough in QEMU

2025-03-25 Thread Mario Marietto
---> I don't think so (but I could be wrong). But it definitely requires IOMMU, which I doubt NVMM supports. In FreeBSD there is bhyve that allows the passthru of the GPU without IOMMU

Re: USB passthrough in QEMU

2025-03-24 Thread Mario Marietto
Try this one : qemu-system-x86_64 -machine q35 -cpu max -accel nvmm -m 8G -vga std \ -drive file=/mnt/zroot-133/bhyve/img/Android/Android-qemu.img,format=raw \ -rtc base=localtime -device usb-ehci,id=usb,bus=pcie.0,addr=0x3 -device usb-tablet -device usb-kbd \ -smbios type=2 -nodefaults -netdev ta

Re: USB passthrough in QEMU

2025-03-24 Thread Mario Marietto
Just a question : On NetBSD,qemu allows passing an nVidia GPU from the host to a Linux and /or Windows guest ? thanks. On Mon, Mar 24, 2025 at 9:31 PM Vitaly Shevtsov wrote: > It's just a USB stick (Kingston DataTraveler) > > It's recognized by the kernel as: > [ 15381.341529] umass0 at uhub5 p

Re: HAXM + NVMM is doable ?

2024-05-30 Thread Mario Marietto
At the moment , can NVMM be used in conjunction with QEMU as an accelerator ? On Thu, May 30, 2024 at 3:41 PM James Cave wrote: > Hi, Mario, > > Intel discontinued development of HAXM last year because all the > major operating systems include hypervisor backends of their own. > As a result,

Fwd: HAXM + NVMM is doable ?

2024-05-30 Thread Mario Marietto
Sorry,I meant : At the moment , can HAXM be used in conjunction with QEMU as an accelerator ? Thanks. -- Forwarded message - From: Mario Marietto Date: Thu, May 30, 2024 at 2:12 PM Subject: HAXM + NVMM is doable ? To: Netbsd-Users-List Hello NetBSD developers and users

HAXM + NVMM is doable ?

2024-05-30 Thread Mario Marietto
Hello NetBSD developers and users. What's the current state of the HAXM hypervisor ? Is it stable and good ? Can it be used in conjunction with NVMM ? Thanks. -- Mario.

Re: CentOS emulation

2023-06-11 Thread Mario Marietto
At the moment im experimenting some 3D stuff under the centos emulation layer but on freebsd. Maya 3d works,blender works,unreal engine does not. amule does notwould be intetesting to compare it with the centoz on netbsd. Il dom 11 giu 2023, 11:17 Greg Troxel ha scritto: > Fekete Zoltán wri

I would like to try the installation of NetBSD on some moderately recent mobile device

2023-05-14 Thread Mario Marietto
Hello. I still have the old "Samsung / Google Nexus 10" tablet. I don't like Android. Any help to install NetBSD instead of Android on this device is appreciated. I would also be interested to try the installation of NetBSD on the Jetson nano. I would like to understand what works and what does no

Re: Can "pre installed Windows" on a laptop be used as a VM

2022-11-27 Thread Mario Marietto
If i remember correctly ms will license your new windows if it detect no more than 3 new hardware components. But you could buy an ESD license for few dollars / euros. Il dom 27 nov 2022, 18:45 Chavdar Ivanov ha scritto: > > > On Sun, 27 Nov 2022 at 15:51, Mayuresh wrote: > >> I have ordered a

Samsung Chromebook "SNOW" model XE303C12 on NetBSD ?

2022-08-07 Thread Mario Marietto
Hello. A lot of years ago,I bought the cool notebook "Samsung Chromebook "SNOW" model XE303C12" where it seems that only ChromeOS and Linux can be installed. The specs are the following ones : - CPU: Samsung Exynos 5 Dual (5250)

Re: where is,where I can grab the OVMFX64 file and even the sysutil / ovmf file and folders that are missing on my system ?

2022-07-17 Thread Mario Marietto
bug is fixed. And i suspect that inside the parameters there is a mistake,since the iso image is not recognized. Il giorno dom 17 lug 2022 alle ore 14:12 Greg Troxel ha scritto: > > Mario Marietto writes: > > > Actually I'm running OS108 based on this NetBSD version : > &

where is,where I can grab the OVMFX64 file and even the sysutil / ovmf file and folders that are missing on my system ?

2022-07-17 Thread Mario Marietto
Hello to everyone. Actually I'm running OS108 based on this NetBSD version : localhost# uname -a NetBSD localhost 9.1_STABLE NetBSD 9.1_STABLE (GENERIC) #1: Sun Nov 8 03:50:47 IST 2020 r...@unitedbsd.com:/usr/srcNEW/objNEW/sys/arch/amd64/compile/GENERIC amd64 Someone told me : "the OVMFX64 fil

qemu-system-x86_64: NVMM: Mem Assist Failed [gpa=0xfffffff0]

2022-07-16 Thread Mario Marietto
Hello. I'm here to try to use netbsd with my current graphic hardware. Ascertained that my GPUs are too new to be used with NetBSD 9.2,I have installed the OS108 derivative "distribution" based on NetBSD 9.1-stable. I think that it worked. Now I'm using xfce4 at 1024x768 resolution,but for now it'

Re: XEN3_DOMU on KVM

2022-03-24 Thread Mario Marietto
This is the bug : https://bugs.dragonflybsd.org/issues/3310 Yes,I have reported it for Dragonfly,but It was also present on NetBSD. So,I haven't been able to virtualize any kind of OS. Il gio 24 mar 2022, 11:59 Manuel Bouyer ha scritto: > On Thu, Mar 24, 2022 at 11:54:34AM +0100, Mario Ma

Re: XEN3_DOMU on KVM

2022-03-24 Thread Mario Marietto
whats mean as guest ? are u talking about nested vm ? Il gio 24 mar 2022, 10:51 Manuel Bouyer ha scritto: > On Thu, Mar 24, 2022 at 10:36:30AM +0100, Mario Marietto wrote: > > Is KVM supported by NetBSD ? > > As a guest, yes. As a host, no, we have nvmm instead. > &g

Re: XEN3_DOMU on KVM

2022-03-24 Thread Mario Marietto
Is KVM supported by NetBSD ? Il giorno gio 24 mar 2022 alle ore 10:22 Dima Veselov < kab...@lich.phys.spbu.ru> ha scritto: > On Thu, Mar 24, 2022 at 10:05:37AM +0100, Manuel Bouyer wrote: > >> I was using XEN3_DOMU kernel for both Xen and KVM machines > >> since 8.0 but recent 9.0_STABLE does no

Re: NetBSD Linux emulation vis-à-vis FreeBSD's

2022-02-28 Thread Mario Marietto
I know,but he could be not satisfied by running linux directly on the NetBSD host,so I've explained that,if he wants to find an alternative,he will find some troubles. Il giorno lun 28 feb 2022 alle ore 15:42 Martin Husemann ha scritto: > On Mon, Feb 28, 2022 at 03:33:36PM +0100, Mario

Re: NetBSD Linux emulation vis-à-vis FreeBSD's

2022-02-28 Thread Mario Marietto
If u want to emulate linux using nvmm,this what happens : pkg install qemu pkg info qemu qemu-6.0.0_3 Name : qemu Version: 6.0.0_3 Installed on : Sat Jan 1 15:19:36 2022 CET Origin : emulators/qemu60 Architecture : dragonfly:6.2:x86:64 Prefix : /usr/local C

Re: NetBSD Linux emulation vis-à-vis FreeBSD's

2022-02-28 Thread Mario Marietto
There is an unfixed bug on the nvmm hypervisor or in the uefi bootloader and it does not work. It's me that I've discovered the bug and I was in contact with the developer,but I haven't no more news about him. Il giorno lun 28 feb 2022 alle ore 06:19 Mayuresh ha scritto: > Recently I had a requi

Can't mount an ext4 partition under NetBSD

2022-01-09 Thread Mario Marietto
Hello to everyone. I'm trying to mount an ext4 partition on NetBSD. This is the NetBSD version that I'm running right now : localhost# uname -a NetBSD localhost 9.2 NetBSD 9.2 (GENERIC) #0: Wed May 12 13:15:55 UTC 2021 mkre...@mkrepro.netbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64 Th

Re: Release

2021-12-17 Thread Mario Marietto
Anyway,someone of you know if at the moment,netbsd supports my graphic cards ? As default I use this : vgapci0@pci0:0:2:0: class=0x03 rev=0x02 hdr=0x00 vendor=0x8086 device=0x3e98 subvendor=0x1458 subdevice=0 xd000 vendor = 'Intel Corporation' device = 'CoffeeLake-S GT2 [UHD

Re: Release

2021-12-17 Thread Mario Marietto
Actually I'm intrigued by DragonFlyBSD because it does not use bhyve as a hypervisor but qemu + nvmm and it should be very nice. I'm not sure if it allows the passthru of the graphic card,but I want to try. Il giorno ven 17 dic 2021 alle ore 14:23 Lizbeth Mutterhunt, Ph.D < lizbethmutterh...@gmail

Re: OT - I have a NUC

2021-10-12 Thread Mario Marietto
Hello to everyone. I'm a NetBSD user. I've installed NetBSD 9.2. My monitor turns off every time with multiple graphic cards connected,but only one is used and chosen as primary on the BIOS,this : *000:02:0: Intel UHD Graphics 630 (VGA display, revision 0x02)* *My motherboard is the AORUS pro

Re: About compat_linux

2021-09-25 Thread Mario Marietto
Why not using a virtualized linux os with qemu accelerated with nvmm,instead of using compat_linux ? Il giorno sab 25 set 2021 alle ore 06:27 Riza Dindir ha scritto: > Hello All, > > I am adding compat_linux (linux emulation) to my system (NetBSD 9.2). > I have a couple of questions. > > The fir

Re: Android development

2021-09-23 Thread Mario Marietto
indir ha scritto: > Hello Mario > > I was asking of building apk's on NetBSD that will run on mobile devices. > > Riza. > > On Thu, Sep 23, 2021, 13:38 Mario Marietto wrote: > >> Do you mean that on FreeBSD there is a chance to run some apk files like >&

Re: Android development

2021-09-23 Thread Mario Marietto
Do you mean that on FreeBSD there is a chance to run some apk files like this ? https://dl.4kdownload.com/app/4kvideodownloader_1.0.0.apk Il giorno gio 23 set 2021 alle ore 10:58 Riza Dindir ha scritto: > Hello MJ, > > On Thu, Sep 23, 2021, 10:10 MJ wrote: > >> >> >> On 23/09/2021 6:21 pm, Riz

trying to attach the intel driver to my main GPU device (Intel UHD Graphics 630)

2021-09-16 Thread Mario Marietto
Hello to everyone. I'm a new net-bsd user. I'm learning and trying this OS. The first step is to correctly configure the resolution of my screen. On my PC I have 3 graphic cards : 1) 000:02:0: Intel UHD Graphics 630 (VGA display, revision 0x02) 2) 001:00:0: NVIDIA product 1e04 (VGA display, rev

/usr/pkgsrc/x11/kdelibs4/work/kdelibs-4.14.38/kimgio/exr.cpp:15:10: fatal error: ImfRgbaFile.h: No such file or directory whyle trying to install KDE4 from source on NetBSD 9.2

2021-09-15 Thread Mario Marietto
Hello. I'm trying to install kde4 on NetBSD 9.2 but right now unsuccessfully. I tried to do that using two methods : 1) netbsd-marietto# pkgin install kde4 kde4 is not available in the repository calculating dependencies...done. nothing to do. 2) cd /usr/pkgsrc/meta-pkgs/kde4 make .. [