-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glx extension. gl-test #3
Comments
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 :) |
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 # #)
3: (XLIB::QUERY-FONT #<XLIB:FONT fixed :0 35651587>)
4: (XLIB:OPEN-FONT #<XLIB:DISPLAY :0 (The X.Org Foundation R11103000)> "fixed")
5: (GL-TEST:TEST # :HOST "" :DISPLAY 0 :WIDTH 200 :HEIGHT 200)
.....
The text was updated successfully, but these errors were encountered: