12:22:51 Hi, I tried to test write some colors manually through efi gop's framebuffer. However in gfxp_bitmap, devmap funtion return 0 12:23:05  * Device mapping support. Should be possible to mmmap frame buffer 12:23:05  * to user space. Currently not working, mmap will receive -1 as pointer. 12:23:06  */ 12:23:14 If I understand correctly, does that mean it is not actually usable? 12:23:26 https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/i86pc/io/gfx_private/gfxp_bitmap.c 12:23:43 https://github.com/illumos/illumos-gate/blob/master/usr/src/common/ficl/emu/gfx_fb.c 12:24:32 With this reference, I was trying to test whether I could use it with x11. 12:56:15 Hmm... returning 0 from devmap is seems normal. 12:56:15 I think I should check the gfxp_map_devmem, and example source. 14:23:49 As for now, the only suspect is that segmap is ommited?. 14:24:31 https://illumos.org/books/wdd/eqbqn.html#eqbuf 16:11:41 Agnar your error is a very generic Nvidia device loading error that happens many times with a somehow broken driver install. This would need to be debugged in the open parts of the driver source. If you download the drivers via oi-userland you can find some source files in there which wrap nvidia.o and integrate it into the kernel. There are also 16:11:41 GitHub repos in the nvidia org showing the freebsd and linux version of these files. Your error is probably somehere in the but you would need to debug where. 16:12:00 Iggi has the same error on his card 19:13:05 something has changed in the userland-consolidation recently - it looks like it now version-locks packages from the osnet-consolidation, which makes ONU tricky at the very least.. 19:13:49 oops, that was intended for #oi-dev