Xserver Not working.

2004-07-12 Thread Chan, Arun K (MED, TCS)
 XWin.log 

Hi,

I am a new user to X server , i downloaded it from cygwing website , after
installing it i am not able to run it. I am attaching the log files. Can you
pls help me.

Thanks
Arun


XWin.log
Description: Binary data


X error of failed request

2002-05-03 Thread arun
hello,

I get this error when I run an xwindows application on win98 with
cygwin/xfree86.

X error of failed request : BadAccess(attempt to access private resource
denied)

Major opcode of failed request : 129( MIT - SHM)
Minor opcode of failed request : 1 ( X_ShmAttach)
Serial number of failed request : 21
Current serial number in output stream : 22

what could be the problem ?

regards,
arun





-
"We have begun to comtemplate our origins, starstuff pondering the stars"

 Carl Sagan


unresolved external to XShmAttach

2002-05-02 Thread arun
Hello,

I am compiling an X Windows program in win98 using cygwin/xfree86. But when
I link I get an unresolved external to function XShmAttach. Any of u know
what the problem is.

thanx


can't open XDisplay

2002-05-02 Thread arun
Hello,

I am compiling  a linux XWindows application in win98 using cygwin/xfree86.
But when I execute the program, opening XDisplay fails, due to the following
code fragment

 dpy = XOpenDisplay(getenv("DISPLAY"));
 if (dpy == 0)
 {
  fprintf(stderr,"Can't open X display\n");
  exit(1);
}


what could be the problem???

thanx


MIT shared memory extension

2002-05-02 Thread arun
hello,

Does cygwin/xfree86 support MIT shared memory extension. I am trying to port
some code that uses these functions on linux. and I get a linker error.

thanx