home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / server / ddx / omron / README < prev    next >
Encoding:
Text File  |  1991-06-29  |  1.5 KB  |  44 lines

  1. Xluna -- Omron Xserver Sample Implementation        June 26, 1991
  2.  
  3.  
  4. This version of the Omron X11 drivers uses ../mi, ../mfb to support
  5. the following configurations:
  6.  
  7.     Machine Type        Operating System
  8.  
  9.     LUNA            UniOS-B 4.3BSD        
  10.     LUNA-II            UniOS-Mach 2.5        
  11.     LUNA-88K        UniOS-Mach 2.5        
  12.  
  13. The following configurations are not supported:
  14.  
  15.     Machine Type        Operating System
  16.  
  17.     LUNA            UniOS-U    
  18.     LUNA-FS            UniOS-U    
  19.     LUNA-II            UniOS-U
  20.  
  21. The cfb code is written for packed pixeles, but currently Omron's framebuffers
  22. are planewise, so this version of the Omron X11 drivers supports only monochrome displays. 
  23.  
  24. Some older versions of Omron's operating systems require two special defines 
  25. to be specified when compiling the server. These defines are
  26.  -DUNUSE_SIGIO_SIGNAL and -DUNUSE_DRV_TIME. These defines will be set 
  27. automatically if the correct operating system version is specified in
  28. config/luna.cf. Please set the values for OSMajorVerion and OSMinorVersion in
  29. luna.cf to correspond to the version listed in /etc/motd.
  30.  
  31. Omron's source code has an additional define that controls the KANA key on the
  32. Japanese keyboard. If -DUSE_KANA_SWITCH is specified, the KANA key is
  33. interpreted as XK_Mode_switch and registered as mod5.
  34.   
  35. All development and testing of this version of X was done using the GNU C
  36. compiler. It is therefore recommended that gcc be used when compiling all
  37. source code. If your system does not have gcc, please obtain copy from Omron.   
  38.  
  39.  
  40. Hidenobu Kanaoka
  41. OMRON Corporation
  42. E-mail kana@ews.ncl.omron.co.jp 
  43.  
  44.