Re: 10.0_RC1 on NVIDIA T400
Robert Swindells <[email protected]> Wed, 22 Nov 2023 18:02:40 +0000
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
Manuel Bouyer <[email protected]> wrote: > glamor is not working for some reason: > [ 323.179] (II) Loading sub module "glamoregl" > [ 323.179] (II) LoadModule: "glamoregl" > [ 323.180] (II) Loading /usr/X11R7/lib/modules/libglamoregl.so > [ 323.181] (II) Module glamoregl: vendor="X.Org Foundation" > [ 323.181] compiled for 1.21.1.9, module version = 1.0.1 > [ 323.181] ABI class: X.Org ANSI C Emulation, version 0.4 > [ 323.259] (EE) modeset(0): eglInitialize() failed > [ 323.259] (II) modeset(0): glamor initialization failed I see differences in chipset support for nouveau between MesaLib.old and MesaLib in xsrc, this could cause glamor to not initialize. > but that's not so important for me; glxgears with default options is giving > more than 250FPS which should be good enough for my use case (my current > workstation gives 60FPS :). > mplayer is slow though; that could be annoying as more and more documentation > come as video. Will try modular Xorg and see if it's better. You may be running software rendering, just on a fast CPU. Try running 'glxinfo -B' to see how it is configured. I think that either modular Xorg if you want to run NetBSD 10, or building MesaLib instead of the default MesaLib.old in -current will give you a version of mesa with better support for that GPU.