I am executing the following script on an X11 xterm under apple's os X :


keklei2-cc-uky-edu:~ kennethklein$ cat startperf
#!/bin/bash
export DISPLAY=:0
echo $DISPLAY
ssh -X [EMAIL PROTECTED] "xset fp+ tcp/irisnim.uky.edu:7100; xmperf"

keklei2-cc-uky-edu:~ kennethklein$ startperf
:0
[EMAIL PROTECTED]'s password:
Unable to locate font "-misc-fixed-bold-r-normal--16-150-75-75-c-o-iso8859-1"
Scales at 50 and 100% are drawn behind graphs
Using irisnim as local host
Unable to locate font "-misc-fixed-bold-r-normal--16-150-75-75-c-o-iso8859-1"

Using font 4: "lucidasans-18"
X Error of failed request:  BadAccess (attempt to access private resource denied)
  Major opcode of failed request:  28 (X_GrabButton)
  Serial number of failed request:  386
 
Current serial number in output stream:  484

The xmperf program is supposed to run on an AIX 5.3 system as part of the PTX Performance Toolbox for AIX.

Can anyone tell me if I the font is my problem here? IBM says I am having a keyboard mapping problem, but they only support X under AIX.


-- 
"The wonderful thing about standards is that there are so many of them to choose from."
-Grace Murray Hopper


Reply via email to