# Name:   XF86Config file for Cassiopeia FIVA
# Date:   2001/07/21
# Author: Kazuhiko 

Section "ServerLayout"
	Identifier "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Mouse1" ""
EndSection

Section "Files"
	FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/ucs/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/japanese/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/korean/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/local/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/efont-unicode/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/etl-bitmap/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/intlfonts/:unscaled"
	FontPath "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath "/usr/X11R6/lib/X11/fonts/ISO8859-2/"
	FontPath "/usr/X11R6/lib/X11/fonts/ISO8859-7/"
	FontPath "/usr/X11R6/lib/X11/fonts/ISO8859-9/"
	FontPath "/usr/X11R6/lib/X11/fonts/PEX/"
	FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
	FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
	FontPath "/usr/X11R6/lib/X11/fonts/latin/"
	FontPath "/usr/X11R6/lib/X11/fonts/DynaLab-Kondara/"
	FontPath "/usr/X11R6/lib/X11/fonts/truetype-ja/"
	FontPath "/usr/X11R6/lib/X11/fonts/truetype-ko/"
#	FontPath "unix/:-1"
EndSection

Section "Module"
	Load  "dbe"		# Double-buffering
	Load  "GLcore"		# OpenGL support
	Load  "dri"		# Direct rendering infrastructure
	Load  "glx"		# OpenGL X protocol interface
	Load  "extmod"		# Misc. required extensions
	Load  "v4l"		# Video4Linux
	Load  "xtt"		# Default loading not freetype but xtt
	Load  "speedo"		# Default loading Speed Font Library
	Load  "type1"		# Default loading Type1 Font Library
	# Load  "pex5"		# PHIGS for X 3D environment (obsolete)
	# Load  "record"	# X event recorder
	# Load  "xie"		# X Image Extension (obsolete)
EndSection

Section "Keyboard"
# See /etc/X11/XF86Config
	XkbDisable
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	# Internal TrackPad
	Driver		"mouse"
	Option		"Device"		"/dev/psmouse"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"yes"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	# External USB Wheel Mouse
	Option      "Protocol" "IMPS/2"
	Option      "Device" "/dev/input/mice"
	Option      "Buttons" "5"
	Option      "ZAxisMapping" "4 5"
	Option      "AlwaysCore"
EndSection

Section "Monitor"
	Identifier  "Monitor0"
	VendorName  "Monitor Vendor"
	ModelName   "Monitor Model"
	HorizSync   20-82
	VertRefresh 20-100
	Gamma       1.8
EndSection

Section "Device"
	Identifier  "MediaGX"
	Driver      "cyrix"
	VendorName  "Cyrix"
	BoardName   "MediaGX"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "MediaGX"
	Monitor    "Monitor0"
	DefaultDepth 16
	SubSection "Display"
		Depth     16
		Modes     "800x600"
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection


Back