Re: 10.0_RC1 on NVIDIA T400
Robert Swindells <[email protected]> Mon, 20 Nov 2023 14:49:15 +0000
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
Manuel Bouyer <[email protected]> wrote: > I have a new dell precision 3660 workstation with a NVIDIA T400 > graphic card, which should run NetBSD with X11. It looks like the nouveau drm code recognizes it. > [ 39.450] (EE) Backtrace: > [ 39.470] (EE) 0: /usr/X11R7/bin/X (xorg_backtrace+0x44) [0x9adb2575] > [ 39.470] (EE) 1: /usr/X11R7/bin/X (os_move_fd+0x79) [0x9adae315] > [ 39.470] (EE) 2: /usr/lib/libc.so.12 (__sigtramp_siginfo_2+0x0) [0x77925477ed60] > [ 39.470] (EE) 3: /usr/X11R7/lib/modules/drivers/nouveau_drv.so (NVEntPriv+0x18) [0x77924e00d401] > [ 39.470] (EE) 4: /usr/X11R7/lib/modules/drivers/nouveau_drv.so (drmmode_pre_init+0x22) [0x77924e00b765] This is in MesaLib, which is quite old. If you need NetBSD 10 on this machine then I would try modular X11 from pkgsrc. I don't have any recent NVidia hardware so don't know what MesaLib 21 that can be built in -current will do, help debugging it would be good. Robert Swindells