# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"latam"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection


Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Device"
	Identifier	"Geode"
	Boardname	"LX800"
	Busid		"PCI:0:1:1"
	Driver		"geode"
	Option		"PanelGeometry" "800x480"	
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Vendorname	"Plug 'n' Play"
	Modelname	"Plug 'n' Play"
	HorizSync	30-67
	VertRefresh     50-75	
	modeline "800x480" 31.27 800 832 1000 1032 480 489 496 505
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Geode"
	Monitor		"Configured Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes		"800x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
 	Screen 		"Default Screen"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "Module"
	Load		"dbe"
	Load		"glx"
	Load		"extmod"
	Load		"fbdevhw"
	Load		"record"
	Load		"type1"
	Load		"freetype"
EndSection

Section "DRI"
	Group		0
	Mode		0666
EndSection

Section "ServerFlags"
EndSection
