Skip to content
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

Open
filonenko-mikhail opened this issue Jan 20, 2012 · 4 comments
Open

glx extension. gl-test #3

filonenko-mikhail opened this issue Jan 20, 2012 · 4 comments
Labels

Comments

@filonenko-mikhail
Copy link
Contributor

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)
.....

@filonenko-mikhail
Copy link
Contributor Author

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.

@ghost
Copy link

ghost commented Feb 19, 2013

Can someone please fix this ?

@filonenko-mikhail
Copy link
Contributor Author

Closing to decrease info noise. Seems that duplucated issu is closed.

@dkochmanski
Copy link
Member

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants