Opened 12 years ago
Last modified 9 years ago
#1989 new defect
m.nviz.image: "failed to create pixmap"
Reported by: | hamish | Owned by: | |
---|---|---|---|
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
Note:
See TracTickets
for help on using tickets.
Replying to hamish:
Those variables are implemented in NVIZ (visualization/nviz/src/do_zoom.c), so they won't affect anything else.