Opened 11 years ago

Last modified 8 years ago

#1989 new defect

m.nviz.image: "failed to create pixmap"

Reported by: hamish Owned by: grass-dev@…
Priority: trivial Milestone: 6.4.6
Component: Default Version: svn-develbranch6
Keywords: m.nviz.image Cc:
CPU: x86-64 Platform: Linux

Description

Hi,

when running m.nviz.image on Linux I get an error message:

failed to create pixmap

but otherwise all seems ok and I get the output I expect, so seems harmless.

Seems to happen in Nviz_create_render_window() during

    /* create an off-screen GLX rendering area */
    rwin->windowId = glXCreateGLXPixmap(rwin->displayId, v, rwin->pixmap);

I tried with and without GRASS_NO_GLX_PBUFFERS=1 and GRASS_NO_GLX_PIXMAPS=1 being set, same thing.

?, Hamish

Change History (2)

in reply to:  description comment:1 by glynn, 11 years ago

Replying to hamish:

I tried with and without GRASS_NO_GLX_PBUFFERS=1 and GRASS_NO_GLX_PIXMAPS=1 being set, same thing.

Those variables are implemented in NVIZ (visualization/nviz/src/do_zoom.c), so they won't affect anything else.

comment:2 by neteler, 8 years ago

Milestone: 6.4.46.4.6
Note: See TracTickets for help on using tickets.