All pastes #924012 Raw Edit

Anonymous

public text v1 · immutable
#924012 ·published 2008-03-01 00:54 UTC
rendered paste body
# Xorg.conf - RickyLoad - 01 Mars 2008

Section "ServerLayout"
	Identifier     "X.Org Configured"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "USB Mouse" "AlwaysCore"
EndSection

Section "Files"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/encodings"
	FontPath     "/usr/share/fonts/corefonts"
	FontPath     "/usr/share/fonts/default"
	FontPath     "/usr/share/fonts/ttf-bitstream-vera"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/util"
EndSection

Section "Module"
	Load  "ddc"
	Load  "vbe"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "bitmap"
	Load  "type1"
	Load  "freetype"
	Load  "record"
SubSection "extmod"
        Option       "omit xfree86-dga"
EndSubSection 
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbLayout" "fr"
	Option	    "XkbModel" "pc105"
	Option	    "XkbOptions" "grp:toggle,grp_led:scroll"
	Option	    "XkbVariant" ",winkeys"
EndSection


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

Section "InputDevice"
	Identifier  "Synaptics"
	Driver      "synaptics"
	Option	    "Protocol" "event"
	Option	    "Device" ""
	Option	    "LeftEdge" "1900"
	Option	    "RightEdge" "5400"
	Option	    "TopEdge" "1900"
	Option	    "BottomEdge" "4000"
	Option	    "FingerLow" "25"
	Option	    "FingerHigh" "30"
	Option	    "MaxTapTime" "180"
	Option	    "MaxTapMove" "220"
	Option	    "VertScrollDelta" "100"
	Option	    "MinSpeed" "0.02"
	Option	    "MaxSpeed" "0.10"
	Option	    "AccelFactor" "0.0010"
	Option	    "SHMConfig" "on"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
#	DisplaySize  337 270
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
#	HorizSync    30-80
#	VertRefresh  60-75
	Option	    "DPMS" "true" 
#	ModeLine    "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RADEON X300/X550 Series Generic"
	Option 	    "AccelDFS" "1"  # 1/0 On for PCIE, off for AGP
	Option      "AGPMode" "4" # 1-8 Does not affect PCIE models.
	Option      "GARTSize" "64"
#	Option      "AGPSize" "128" # pour carte AGP seulement
#	Option      "RingSize" "8"
#       Option      "BufferSize" "2"
#	Option      "AGPFastWrite" "1" # 1/0 Does not affect PCIE models. Not recommended.
	Option      "EnablePageFlip" "1" # 1/0 Increases 3D performance substantially seemingly in XAA mode only
	Option 	    "ColorTiling" "1" # 1/0 Increases 3D performance substantially
	Option      "RenderAccel" "true" # Active l'accélération matériel
        Option      "AccelMethod" "XXA" # XAA/EXA
#	Option 	    "ExaNoOffscreenPixmaps" "true"
        BusID       "PCI:6: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     24
		Modes    "1280x1024" 		
	EndSubSection
EndSection

Section "Extensions"
        Option       "Composite" "enable"
EndSection

Section "DRI"
	Mode         0666
EndSection