On Fri, 18 Jun 2004, Eric Marsden wrote:
(Thanks for taking the time to look at this)
>
> ok, your problem with CLX and CLM are both due to a problem with X11
> authorization. I don't know of anything special in Mandrake 10 that
> would cause problems. Could you tell us the contents of your
> $DISPLAY environment variable, and the output of the following in a
> fresh CMUCL instance:
[EMAIL PROTECTED] ~]$ echo $DISPLAY
localhost:10.0
Output:
* (require :clx)
; Loading #p"/usr/local/lib/cmucl/lib/subsystems/clx-library.x86f".
; [GC threshold exceeded with 12,009,656 bytes in use. Commencing GC.]
; [GC completed with 2,725,944 bytes retained and 9,283,712 bytes freed.]
; [GC will next occur when at least 14,725,944 bytes are in use.]
T
* (trace xlib:open-display)
(XLIB:OPEN-DISPLAY)
* (trace xlib::get-best-authorization)
(XLIB::GET-BEST-AUTHORIZATION)
* (machine-instance)
"rosethorn"
* (ext:open-clx-display)
0: (XLIB:OPEN-DISPLAY "localhost" :DISPLAY 10 :PROTOCOL ...)
1: (XLIB::GET-BEST-AUTHORIZATION "localhost" 10 NIL)
1: XLIB::GET-BEST-AUTHORIZATION returned
"MIT-MAGIC-COOKIE-1"
#(172 195 207 216 86 ...)
0: XLIB:OPEN-DISPLAY returned
#<XLIB:DISPLAY localhost:10 (The XFree86 Project, Inc R40300000)>
#<XLIB:DISPLAY localhost:10 (The XFree86 Project, Inc R40300000)>
#<XLIB:SCREEN localhost:10.0 1280x1024x24 TRUE-COLOR>
* (quit)