
Section "Files"
    RgbPath     "/usr/share/X11/rgb"
	ModulePath	"/usr/lib/xorg/modules"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/share/fonts/X11/encodings"
    FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType/"
EndSection

Section "Module"
	Load	"record"
	Load	"GLcore"
	Load	"glx"
	Load	"dbe"
	Load	"extmod"
	Load	"dri"
	Load	"xtrap"
	Load	"freetype"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"jp106"
	Option		"XkbLayout"	"jp"
	Option		"XkbOptions"	 "ctrl:nocaps"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"

	Option		"EmulateWheel"			"true"
	Option		"EmulateWheelButton"	"2"
	Option		"EmulateWheelTimeOut"	"1000"
	Option		"ZAxisMapping"			"4 5 6 7"
	Option		"XAxisMapping"			"6 7"
EndSection

Section "InputDevice"
	Identifier	"Extra Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"			"/dev/psaux"
	Option		"Protocol"			"PS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
	Driver		"intel"
	Option		"DRI" "true"
	Option		"XAANoOffscreenPixmaps" "true"

    BusID       "PCI:0:2:0"
    Option      "Monitor-VGA" "Secondary Monitor"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1024x768"
        Virtual   1900 1968
        #Virtual   2704 1968
	EndSubSection
EndSection

Section "Monitor"
	Identifier   "Secondary Monitor"
	ModelName    "My LCD Panel 1680x1050"
	HorizSync    24.0-82.0
	VertRefresh  49.0-86.0

    ModeLine    "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
	ModeLine    "1680x1050" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync
	Modeline    "1280x1024" 108.00 1280 1328 1576 1688 1024 1025 1028 1066 +hsync +vsync
	Option      "dpms"
	Option      "ReducedBlanking"
	Option      "Above" "LVDS"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
    Screen      0 "Default Screen" 0 0
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Extra Mouse"
EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection

Section "DRI"
   Mode 0666
EndSection
