All pastes #590712 Raw Edit

Untitled

public text v1 · immutable
#590712 ·published 2007-06-26 18:58 UTC
rendered paste body
Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
	Identifier     "Xorg Configured"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Touchpad" "CorePointer"
	InputDevice    "USB Mouse" "AlwaysCore"
EndSection

Section "Files"

# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc:unscaled"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/TTF"
EndSection

Section "Module"
	Load  "ddc"  # ddc probing of monitor
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	SubSection  "extmod"
		Option    "omit xfree86-dga"   # don't initialise the DGA extension
	EndSubSection
	#Load  "bitmap" # bitmap-fonts
	#Load  "type1"
	Load  "freetype"
	#Load  "record"
	#Load  "GLcore"
	#Load  "vbe"
	Load  "synaptics"
EndSection

#Section "ServerFlags"
#	Option	    "AllowMouseOpenFail" "true"
#EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "si"
	Option	    "XkbOptions" "altwin:super_win"
EndSection

Section "InputDevice"
	Identifier  "Serial Mouse"
	Driver      "mouse"
	Option	    "Protocol" "Microsoft"
	Option	    "Device" "/dev/ttyS0"
	Option	    "Emulate3Buttons" "true"
	Option	    "Emulate3Timeout" "70"
	Option	    "SendCoreEvents" "true"
EndSection

Section "InputDevice"
  Identifier    "Touchpad"
  Driver        "synaptics"
  Option        "Device"        "/dev/psaux"
  Option        "Protocol"      "auto-dev"
  Option        "LeftEdge"      "1700"
  Option        "RightEdge"     "5300"
  Option        "TopEdge"       "1700"
  Option        "BottomEdge"    "4200"
  Option        "FingerLow"     "25"
  Option        "FingerHigh"    "30"
  Option        "MaxTapTime"    "180"
  Option        "MaxTapMove"    "220"
  Option        "VertScrollDelta" "100"
  Option        "MinSpeed"      "0.09"
  Option        "MaxSpeed"      "0.20"
  Option        "AccelFactor" "0.0015"
  Option        "SHMConfig"     "true"
#  Option       "Repeater"      "/dev/ps2mouse"
EndSection

Section "InputDevice"

	#Option	    "Emulate3Timeout"  "70"
	#Option	    "SendCoreEvents" "true"
	Identifier  "TouchpadBackup"
	Driver      "synaptics"
	Option	    "Protocol" "auto-dev"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Device" "/dev/input/mouse0"
	#Option	    "Emulate3Buttons"  "true"
	Option	    "LeftEdge" "1700"
	Option	    "RightEdge" "5300"
	Option	    "TopEdge" "1700"
	Option	    "BottomEdge" "4200"
	Option	    "FingerLow" "25"
	Option	    "FingerHigh" "30"
	Option	    "MaxTapTime" "200"
	Option	    "MaxTapMove" "220"
	Option	    "VertScrollDelta" "100"
	Option	    "HorizScrollDelta" "100"
	Option	    "MinSpeed" "0.09"
	Option	    "MaxSpeed" "0.18"
	Option	    "AccelFactor" "0.0015"
	Option	    "SHMConfig" "true"
EndSection

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

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	#HorizSync    60 - 60
	#VertRefresh  60 - 60
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	#Option	    "MonitorLayout" "LVDS, NONE"
	DisplaySize   331 207
	#DisplaySize   444 277
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "vesa"
	VendorName  "All"
	BoardName   "All"
EndSection

Section "Device"

	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	#Driver      "avivo"
	VideoRam    131027
	#Option	    "no_accel" "no"
	#Option	    "no_dri" "no"
	#Option	    "mtrr" "on"
	#Option	    "DesktopSetup" "Clone"
	#Option	    "ScreenOverlap" "0"
	#Option	    "Capabilities" "0x00000000"
	#Option	    "CapabilitiesEx" "0x00000000"
	#Option	    "VideoOverlay" "on"
	#Option	    "OpenGLOverlay" "off"
	#Option	    "CenterMode" "on"
	#Option	    "PseudoColorVisuals" "off"
	#Option	    "Stereo" "off"
	#Option	    "StereoSyncEnable" "1"
	#Option	    "FSAAEnable" "no"
	#Option	    "FSAAScale" "1"
	#Option	    "FSAADisableGamma" "no"
	#Option	    "FSAACustomizeMSPos" "no"
	#Option	    "FSAAMSPosX0" "0.000000"
	#Option	    "FSAAMSPosY0" "0.000000"
	#Option	    "FSAAMSPosX1" "0.000000"
	#Option	    "FSAAMSPosY1" "0.000000"
	#Option	    "FSAAMSPosX2" "0.000000"
	#Option	    "FSAAMSPosY2" "0.000000"
	#Option	    "FSAAMSPosX3" "0.000000"
	#Option	    "FSAAMSPosY3" "0.000000"
	#Option	    "FSAAMSPosX4" "0.000000"
	#Option	    "FSAAMSPosY4" "0.000000"
	#Option	    "FSAAMSPosX5" "0.000000"
	#Option	    "FSAAMSPosY5" "0.000000"
	#Option	    "UseFastTLS" "1"
	#Option	    "BlockSignalsOnLock" "on"
	#Option	    "UseInternalAGPGART" "no"
	#Option	    "ForceGenericCPU" "no"
	#Option	    "KernelModuleParm" "agplock=0"
        #Option          "PowerState" "1"
	#Option "GammaCorrectionI"           "0x06419064"
	#Option "GammaCorrectionII"          "0x06419064"
	#Option	    "TVFormat" "PAL-B"
	#Option	    "EnableMonitor" "tv"
	BusID           "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes     "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "800x500" "640x480" "640x400"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes     "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "800x500" "640x480" "640x400"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1680x1050" "1440x900" "1280x1024" "1280x800" "1024x768" "800x600" "800x500" "640x480" "640x400"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

#Section "ServerFlags"
#       Option  "AIGLX" "off"
#EndSection
#Section "Extensions"
#	Option "XVideo" "Enable"
#	Option "Composite" "Enable"
#EndSection