putridsou...@gmail.com writes:
> I'm running openbsd 6.6-current Dec24 snapshot 
>
> The browser works perfectly within X.
> But fails without it.
> Following output is given by command:netsurf-fb -v

Framebuffer targets supported by netsurf-fb are those implemented by
libnsfb. From libnsfb.h:

/** The type of framebuffer surface. */
enum nsfb_type_e {
    NSFB_SURFACE_NONE = 0, /**< No surface */
    NSFB_SURFACE_RAM, /**< RAM surface */
    NSFB_SURFACE_SDL, /**< SDL surface */
    NSFB_SURFACE_LINUX, /**< Linux framebuffer surface */
    NSFB_SURFACE_VNC, /**< VNC surface */
    NSFB_SURFACE_ABLE, /**< ABLE framebuffer surface */
    NSFB_SURFACE_X, /**< X windows surface */
    NSFB_SURFACE_WL /**< Wayland surface */
};

Our package enables all targets that work on OpenBSD. Those are the SDL
(netsurf-fb -f sdl) and XCB (netsurf-fb -f x) targets.
Both of them require X.

-- 
Anthony J. Bentley

Reply via email to