home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18921 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  5.2 KB

  1. Path: sparky!uunet!ogicse!emory!gatech!ncar!noao!arizona!azhao
  2. From: azhao@cs.arizona.edu (Qiang Alex Zhao)
  3. Newsgroups: comp.windows.x
  4. Subject: Lost screen #1 on a Sun IPC
  5. Keywords: screen #1, MIT X, Sun IPC
  6. Message-ID: <26119@optima.cs.arizona.edu>
  7. Date: 9 Nov 92 21:45:36 GMT
  8. Article-I.D.: optima.26119
  9. Sender: news@cs.arizona.edu
  10. Followup-To: comp.windows.x
  11. Organization: Computer Science Dept, Univ of Arizona, Tucson
  12. Lines: 145
  13.  
  14. Hi there,
  15.  
  16. On a color IPC, "xdpyinfo" tells me that I have two screens, and I have
  17. a twm menu entry of
  18.  
  19.     f.warptoscreen "next"
  20.  
  21. But that menu entry doesn't work (can't take me to the other screen).
  22. And if I move the cursor off one edge of screen #0, it comes out from
  23. the other edge and still can't switch to screen #1 as it supposed to.
  24.  
  25. I tried to run another twm on display :0.1, but it told me there was
  26. already a window manager running on that screen. I tried to write
  27. something to that screen (say using xphoon -display :0.1) -- sigh, I
  28. can't see anything on that screen.
  29.  
  30. Any ideas? Thanks in advance.
  31.  
  32. ---
  33. PS: the following is the output of "xdpyinfo":
  34.  
  35. name of display:    excelsior:0.0
  36. version number:    11.0
  37. vendor string:    MIT X Consortium
  38. vendor release number:    5000
  39. maximum request size:  262140 bytes
  40. motion buffer size:  256
  41. bitmap unit, bit order, padding:    32, MSBFirst, 32
  42. image byte order:    MSBFirst
  43. number of supported pixmap formats:    2
  44. supported pixmap formats:
  45.     depth 1, bits_per_pixel 1, scanline_pad 32
  46.     depth 8, bits_per_pixel 8, scanline_pad 32
  47. keycode range:    minimum 8, maximum 132
  48. focus:  window 0x340000e, revert to PointerRoot
  49. number of extensions:    5
  50.     SHAPE
  51.     MIT-SHM
  52.     X3D-PEX
  53.     Multi-Buffering
  54.     MIT-SUNDRY-NONSTANDARD
  55. default screen number:    0
  56. number of screens:    2
  57.  
  58. screen #0:
  59.   dimensions:    1152x900 pixels (325x254 millimeters)
  60.   resolution:    90x90 dots per inch
  61.   depths (2):    1, 8
  62.   root window id:    0x2b
  63.   depth of root window:    8 planes
  64.   number of colormaps:    minimum 1, maximum 1
  65.   default colormap:    0x27
  66.   default number of colormap cells:    256
  67.   preallocated pixels:    black 1, white 0
  68.   options:    backing-store YES, save-unders YES
  69.   current input event mask:    0xd0001d
  70.     KeyPressMask             ButtonPressMask          ButtonReleaseMask        
  71.     EnterWindowMask          SubstructureRedirectMask PropertyChangeMask       
  72.     ColormapChangeMask       
  73.   number of visuals:    6
  74.   default visual id:  0x20
  75.   visual:
  76.     visual id:    0x20
  77.     class:    PseudoColor
  78.     depth:    8 planes
  79.     size of colormap:    256 entries
  80.     red, green, blue masks:    0x0, 0x0, 0x0
  81.     significant bits in color specification:    8 bits
  82.   visual:
  83.     visual id:    0x21
  84.     class:    DirectColor
  85.     depth:    8 planes
  86.     size of colormap:    8 entries
  87.     red, green, blue masks:    0x7, 0x38, 0xc0
  88.     significant bits in color specification:    8 bits
  89.   visual:
  90.     visual id:    0x22
  91.     class:    GrayScale
  92.     depth:    8 planes
  93.     size of colormap:    256 entries
  94.     red, green, blue masks:    0x0, 0x0, 0x0
  95.     significant bits in color specification:    8 bits
  96.   visual:
  97.     visual id:    0x23
  98.     class:    StaticGray
  99.     depth:    8 planes
  100.     size of colormap:    256 entries
  101.     red, green, blue masks:    0x0, 0x0, 0x0
  102.     significant bits in color specification:    8 bits
  103.   visual:
  104.     visual id:    0x24
  105.     class:    StaticColor
  106.     depth:    8 planes
  107.     size of colormap:    256 entries
  108.     red, green, blue masks:    0x7, 0x38, 0xc0
  109.     significant bits in color specification:    8 bits
  110.   visual:
  111.     visual id:    0x25
  112.     class:    TrueColor
  113.     depth:    8 planes
  114.     size of colormap:    8 entries
  115.     red, green, blue masks:    0x7, 0x38, 0xc0
  116.     significant bits in color specification:    8 bits
  117.   number of mono multibuffer types:    6
  118.     visual id, max buffers, depth:    0x20, 0, 8
  119.     visual id, max buffers, depth:    0x21, 0, 8
  120.     visual id, max buffers, depth:    0x22, 0, 8
  121.     visual id, max buffers, depth:    0x23, 0, 8
  122.     visual id, max buffers, depth:    0x24, 0, 8
  123.     visual id, max buffers, depth:    0x25, 0, 8
  124.   number of stereo multibuffer types:    0
  125.  
  126. screen #1:
  127.   dimensions:    1152x900 pixels (325x254 millimeters)
  128.   resolution:    90x90 dots per inch
  129.   depths (1):    1
  130.   root window id:    0x2d
  131.   depth of root window:    1 plane
  132.   number of colormaps:    minimum 1, maximum 1
  133.   default colormap:    0x28
  134.   default number of colormap cells:    2
  135.   preallocated pixels:    black 1, white 0
  136.   options:    backing-store YES, save-unders YES
  137.   current input event mask:    0xd0001d
  138.     KeyPressMask             ButtonPressMask          ButtonReleaseMask        
  139.     EnterWindowMask          SubstructureRedirectMask PropertyChangeMask       
  140.     ColormapChangeMask       
  141.   number of visuals:    1
  142.   default visual id:  0x26
  143.   visual:
  144.     visual id:    0x26
  145.     class:    StaticGray
  146.     depth:    1 plane
  147.     size of colormap:    2 entries
  148.     red, green, blue masks:    0x0, 0x0, 0x0
  149.     significant bits in color specification:    1 bits
  150.   number of mono multibuffer types:    1
  151.     visual id, max buffers, depth:    0x26, 0, 1
  152.   number of stereo multibuffer types:    0
  153.  
  154. -- 
  155. = Qiang Alex Zhao           Computer Science Department
  156.   azhao@cs.arizona.edu             University of Arizona, Tucson, AZ 85721
  157.   (602) 621-1815
  158.                    "gtetris" has nothing to do with GNU.
  159.