# Toshiba Portege 4000

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

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "xie"
	Load  "pex5"
	Load  "glx"
	Load  "dbe"
	Load  "record"
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
#	Option      "XkbRules" "xfree86"
#	Option      "XkbModel" "pc101"
#	Option      "XkbLayout" "us"
   Option "Protocol"        "Standard"
   #Option "AutoRepeat"      "250 20"
   #Option "AutoRepeat"      "500 30"
   #Option "AutoRepeat"      "1500 90"
   Option "AutoRepeat"      "15000 9000"
   Option "LeftAlt"         "Meta"
   #RightAlt        Meta
   Option "ScrollLock"      "Compose"
#   Option "RightCtl"        "Control"
#   Option "XLeds"           "2"
   Option "XkbKeycodes"     "xfree86"
#   Option "XkbTypes"        "default"
#   Option "XkbCompat"       "default"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "wsmouse"
	Option      "Device" "/dev/wsmouse"
 	Option		"Emulate3Buttons"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "vesa"
	#Driver      "trident"
	#VendorName  "Trident"
	#BoardName   "CyberBlade/XP/Ai1"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 16
#	SubSection "Display"
#		Depth     1
#	EndSubSection
#	SubSection "Display"
#		Depth     4
#	EndSubSection
#	SubSection "Display"
#		Depth     8
#	EndSubSection
#	SubSection "Display"
#		Depth     15
#	EndSubSection
#	SubSection "Display"
#		Depth     16
#	EndSubSection
	SubSection "Display"
		#HF#Depth     8
		Depth     16
		#HF#Depth     24
		Modes	"1024x768"
	EndSubSection
EndSection

