glx extension. gl-test
system Xorg 1.11.3/protocol 11, amd x86_64, nvidia 290.10-2 When I load demo/gl-test.lisp and call (gl-test:test #'gl-test::gears :host "" :display 0), I have following error.
Asynchronous MATCH-ERROR in request 16 (last request was 18) Code 1.0 [CreateWindow] [Condition of type XLIB:MATCH-ERROR]
Restarts: ...
Backtrace:
0: (XLIB::READ-ERROR-INPUT ..)
1: (XLIB::READ-INPUT ..)
2: (XLIB::READ-REPLY #
I found problem. It is in choose-visual/visual-mathces-p. choose-visual returns wrong visual. I change (visual-id visual) to #x27 (I found this value, when I sniffed valid glxgears.c programm and X11 communication) and all works fine.
Can someone please fix this ?
Closing to decrease info noise. Seems that duplucated issu is closed.
the duplicate issue is closed, because it is a duplicate - if we close this one too, then the issue won't be marked on a tracker :)