# Start SUNWxwplt
#
# Copyright 1993-2002 Sun Microsystems, Inc.  All rights reserved.
# Use subject to license terms
#
# Configuration file for Solaris X server 
#"@(#)OWconfig.common-head	1.1 07/10/02  SMI"
#
# WARNING: This file is automatically generated when the X Window System 
#	   package is installed. This file may be automatically edited by
#	   other optional software packages that are installed on the system.
#	   ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST DURING PACKAGE
#	   INSTALLATION, REMOVAL AND UPGRADES !
#	   The format of this file is private to the Solaris X Server
#	   and subject to change in future releases.
#
###############################################################################
#"@(#)OWconfig.sparc	1.24 07/10/02  SMI"

# X Display
class="XDISPLAY" name="0" 
	coreKeyboard="IKBD" corePointer="IMOUSE"
	dev0="/dev/fb"; 

# CG6 display adapter
class="XSCREEN" name="SUNWcg6"
	ddxHandler="ddxSUNWcg6.so.1" ddxInitFunc="sunCG6Init";

# CG3 display adapter
class="XSCREEN" name="SUNWcg3"
	ddxHandler="ddxSUNWcg3.so.1" ddxInitFunc="sunCG3Init";

# BW2 display adapter
class="XSCREEN" name="SUNWbw2"
	ddxHandler="ddxSUNWbw2.so.1" ddxInitFunc="sunBW2Init";

# CG8 display adapter
class="XSCREEN" name="SUNWcg8"
	ddxHandler="ddxSUNWcg8.so.1" ddxInitFunc="sunCG8Init";

# Sun Keyboard module
class="XINPUT" name="IKBD"
	ddxHandler="ddxSUNWkbd.so.1"
	ddxInitFunc="ddxSUNWkbdProc";

# Sun Mouse module
class="XINPUT" name="IMOUSE"
	ddxHandler="ddxSUNWmouse.so.1"
	ddxInitFunc="ddxSUNWmouseProc";

# Sun Dials Compatibility module
class="XINPUT" name="IDIALSC"
	ddxHandler="ddxSUNWdialsCompat.so.1"
	ddxInitFunc="ddxSUNWdialsCompatProc";

# Sun Dials module
class="XINPUT" name="IDIALS"
	ddxHandler="ddxSUNWdials.so.1"
	ddxInitFunc="ddxSUNWdialsProc";

# Sun Buttons module
class="XINPUT" name="IBUTTONS"
	ddxHandler="ddxSUNWdials.so.1"
	ddxInitFunc="ddxSUNWbuttonsProc";

# SX display adaptor (SS20 on-board video)
class="XSCREEN" name="SUNWcg14"
        ddxHandler="ddxSUNWcg14.so.1" ddxInitFunc="sunCG14Init";

# TCX display adaptor
class="XSCREEN" name="SUNWtcx"
        ddxHandler="ddxSUNWtcx.so.1" ddxInitFunc="sunTCXInit";

class="XEXTENSION" name="XIE"
  sharedObject="SUNWXIE.so.6"
  initFunc="XieInit"
  preLoad="NO";

###############################################################################
# @(#)OWconfig.common-tail	1.1 07/10/02  SMI

# Virtual Frame Buffer (vfb) loadable DDX module
class="XSCREEN" name="vfb"
	ddxHandler="ddxSUNWvfb.so.1" ddxInitFunc="sunVFBInit";

# Null Keyboard module
class="XINPUT" name="NKBD"
	ddxHandler="ddxSUNWkbd.so.1"
	ddxInitFunc="ddxnullkbdProc";

# Null Mouse module
class="XINPUT" name="NMOUSE"
	ddxHandler="ddxSUNWmouse.so.1"
	ddxInitFunc="ddxnullmouseProc";

# Example of a dynamically loaded extension "ACMExtn"
# class="XEXTENSION" name="ACMExtn"
#	sharedObject="ACMExtn.so.1"
#	initFunc="ACMExtnExtensionInit"
#	preLoad="NO";

# The RENDER extension hooks need to be installed at server start up and
# remain installed until server shut down, so it must be set to preLoad="YES"
# and unload="NO" or memory corruption and crashes may result.  To disable
# the extension completely, comment out all four of the following lines.
class="XEXTENSION" name="RENDER"
  sharedObject="SUNWRender.so.1"
  initFunc="RenderExtensionInit"
  preLoad="YES" unload="NO";

#
# End SUNWxwplt
