Re: should we get rid of xf86-video-nv?
Michael <[email protected]> Fri, 12 Nov 2021 12:29:51 -0500
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Organization | The NetBSD Foundation |
| Message-ID | <20211112122951.2320c8af@bushmills> |
Hello, On Fri, 12 Nov 2021 07:39:35 -0600 "Jonathan A. Kollasch" <[email protected]> wrote: > On Fri, Nov 12, 2021 at 01:08:31PM +0000, nia wrote: > > While meandering around the internet I discovered that NVIDIA's > > opinion is that it's not any more useful than xf86-video-vesa: > > > > https://lwn.net/Articles/380704/ > > > > We use nouveau on x86 and arm and gffb on macppc, does that leave > > anything covered by xf86-video-nv but not covered by the kernel? > > Alpha maybe? > > Doesn't nv still have some acceleration support for legacy X11 on some > legacy chips? Specifically the ones used by Apple in the 1990s / early 2000s. > Does gffb support full XRandR modesetting on macppc? No, since there is no decent documentation I'm aware of and the code in nv is deliberately obfuscated. I wrote gffb mostly to get around a bug in some Apple firmware which wouldn't set palette registers on the DVI port via OF methods, then ported over enough magic number voodoo to get the blitter going on nv11... have fun Michael