# Xorg configuration created by pyxf86config

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "auto-dev"
	Option      "Emulate3Buttons" "yes"
	Option      "SHMConfig" "on"
EndSection

Section "InputDevice"
# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "intel"
        Option      "Monitor-TMDS-1" "Dell"
EndSection


Section "Monitor"
        Identifier   "Dell"
        VendorName   "Dell"
        ModelName    "2001FP"
        #HorizSync       30.0-93.0
        #VertRefresh     56.0-76.0
        Option      "dpms"
        #Option      "MaxClock" "155 MHz"
        Option      "PreferredMode" "1600x1200"
EndSection


Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection