jbromley /xorg.conf

Section "ServerLayout"
	Identifier     "Xorg Configured"
	Screen	       "aticonfig-Screen[0]"
#	Screen	       "Screen0"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "ALPS GlidePoint" "CorePointer"
	InputDevice    "Logitech V220" "SendCoreEvents"
#	InputDevice    "USB Mouse" "SendCoreEvents"
EndSection

Section "Files"

	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/local:unscaled"
	FontPath     "/usr/share/fonts/misc:unscaled"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/misc:unscaled"
	#FontPath     "/usr/share/fonts/100dpi"
	#FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/artwiz-fonts:unscaled"
	#FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load	"ddc"  # ddc probing of monitor
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"bitmap" # bitmap-fonts
#	Load	"type1"
	Load	"freetype"
	Load	"record"
	Load	"synaptics"
EndSection

Section "ServerFlags"
	Option	    "AllowMouseOpenFail" "true"
	Option	    "AIGLX"		 "off"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
#	Option	    "XkbModel" "latitude"
	Option	    "XkbModel" "pc101"
	Option	    "XkbLayout" "us,latam,br"
	Option	    "XkbOptions" "grp:shifts_toggle"
EndSection

Section "InputDevice"
	Identifier  "Logitech V220"
	Driver      "evdev"
	Option	    "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
 	#Option	    "Dev Name" "Logitech USB Receiver"
	#Option	    "Dev Phys" "usb-0000:00:1d.0-2/input0"
	Option	    "evBits" "+1-2"
	Option	    "keyBits" "~272-287"
	Option	    "relBits" "~0-2 ~6 ~8"
	Option	    "Pass" "3"
EndSection

Section "InputDevice"
	Identifier  "ALPS GlidePoint"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/event9"
	Option	    "Protocol" "auto-dev"
	Option	    "SHMConfig" "on"
	Option	    "Emulate3Buttons" "on"
	Option	    "LeftEdge" "120"
	Option	    "RightEdge" "830"
	Option	    "TopEdge" "120"
	Option	    "BottomEdge" "650"
	Option	    "FingerLow" "14"
	Option	    "FingerHigh" "15"
	Option	    "MaxTapTime" "180"
	Option	    "MaxTapMove" "110"
	Option	    "EmulateMidButtonTime" "75"
	Option	    "VertScrollDelta" "40"
	Option	    "HorizScrollDelta" "40"
	Option	    "MinSpeed" "0.6"
	Option	    "MaxSpeed" "1.2"
	Option	    "AccelFactor" "0.03"
	Option	    "EdgeMotionMinSpeed" "200"
	Option	    "EdgeMotionMaxSpeed" "200"
	Option	    "UpDownScrolling" "1"
	Option	    "CircularScrolling" "1"
	Option	    "CircScrollDelta" "0.1"
	Option	    "CircScrollTrigger" "2"
EndSection

Section "InputDevice"
	Identifier  "USB Mouse"
	Driver      "mouse"
	Option	    "Device" "/dev/input/mouse1"
	Option	    "Protocol" "IMPS/2"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Buttons" "5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	DisplaySize  508 318      # 96 dpi
#	DisplaySize  367 229      # 133 dpi (native ppi)
	Option	    "DPMS" "true"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "xorg-ati"
	Driver      "ati"
	Option	    "AGPMode" "4"
	Option	    "AGPFastWrite" "true"
	Option	    "BusType" "PCIE"
	Option	    "MonitorLayout" "LVDS"
	Option	    "MergedFB" "false"
	Option	    "PanelOff" "false"
	Option	    "DynamicClocks" "true"
	Option	    "NoDDC"
	Option	    "XAANoOffscreenPixmaps" "true"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "xorg-ati"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1920x1200" "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1920x1200" "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1920x1200" "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1920x1200" "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1920x1200" "1680x1050"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1920x1200" "1680x1050"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection