carpal tunnel
Registered: 30/04/2000
Posts: 3816
|
I used to run X-Win32, a commercial X server, but it didn't deal very well with cut and paste. Now I'm running Cygwin, where cut-and-paste works fine, but emacs seems to have problems. The window comes up fine but whenever I try to do anything, I get this: Quote: X protocol error: BadAccess (attempt to access private resource denied) on protocol request 102
If I try running Netscape, I get this:
Quote: X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 73 (X_GetImage) Resource id in failed request: 0x3a Serial number of failed request: 121 Current serial number in output stream: 121
For what it's worth, traditional Athena-widget apps seem to work just fine. I don't really need much more than xterms, so I haven't dug much deeper, but if somebody here knows a magic solution, that would be good.
Sundry details (xdpyinfo output, also note that the X connection is being tunneled through ssh):
Quote: name of display: localhost:25.0 version number: 11.0 vendor string: The Cygwin/X Project vendor release number: 60802000 maximum request size: 16777212 bytes motion buffer size: 256 bitmap unit, bit order, padding: 32, LSBFirst, 32 image byte order: LSBFirst number of supported pixmap formats: 7 supported pixmap formats: depth 1, bits_per_pixel 1, scanline_pad 32 depth 4, bits_per_pixel 8, scanline_pad 32 depth 8, bits_per_pixel 8, scanline_pad 32 depth 15, bits_per_pixel 16, scanline_pad 32 depth 16, bits_per_pixel 16, scanline_pad 32 depth 24, bits_per_pixel 32, scanline_pad 32 depth 32, bits_per_pixel 32, scanline_pad 32 keycode range: minimum 8, maximum 255 focus: window 0xa0000e, revert to PointerRoot number of extensions: 3 BIG-REQUESTS LBX XC-MISC default screen number: 0 number of screens: 1
screen #0: dimensions: 1920x1200 pixels (650x406 millimeters) resolution: 75x75 dots per inch depths (7): 24, 1, 4, 8, 15, 16, 32 root window id: 0x3a depth of root window: 24 planes number of colormaps: minimum 1, maximum 1 default colormap: 0x20 default number of colormap cells: 256 preallocated pixels: black 0, white 16777215 options: backing-store NO, save-unders NO largest cursor: 32x32 current input event mask: 0x4a0004 ButtonPressMask StructureNotifyMask SubstructureNotifyMask PropertyChangeMask number of visuals: 4 default visual id: 0x22 visual: visual id: 0x22 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x23 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x24 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x25 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits
|