> Currently my application barfs and spouts: > > X Error of failed request: BadAccess (attempt to access private > > resource denied) > > Major opcode of failed request: 142 (XVideo) > > Minor opcode of failed request: 19 () > > Serial number of failed request: 113 > > Current serial number in output stream: 116 If you are using the Xvideo extension, I imagine you are trying to use shared memory (XvShmPutImage, etc?). I got that same error when I tried to run my xvideo application remotely. Basically, you need to be local to access shared memory on the X server. Chris