All pastes #42279 Raw Edit

Anonymous

public text v1 · immutable
#42279 ·published 2006-02-20 19:47 UTC
rendered paste body
Section "Files"
	FontPath	"/usr/share/fonts/misc"
	FontPath	"/usr/share/fonts/cyrillic"
	FontPath	"/usr/share/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/Type1"
#	FontPath	"/usr/share/fonts/CID"
	FontPath	"/usr/share/fonts/100dpi"
	FontPath	"/usr/share/fonts/75dpi"
	FontPath	"/usr/share/fonts/TTF"
        # paths to defoma fonts
#	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
	RgbPath		"/usr/share/X11/rgb"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
	Load	"dbe"
	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	#Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	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 		"HorizScrollDelta" 	"0"
	Option		"VertScrollDelta" 	"100"
	Option		"MinSpeed"      	"0.06"
	Option		"MaxSpeed"      	"0.12"
	Option		"AccelFactor" 		"0.09"
	Option		"SHMConfig"     	"on"
#	Option		"Repeater"      	"/dev/ps2mouse
EndSection

Section "Device"
	Identifier	"Intel Corporation 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:0"
#	Option          "RenderAccel"           "true"
#	Option          "AllowGLXWithComposite" "true" 	
EndSection

Section "Extensions"
	Option		"Composite"		"Enable"
EndSection
	
Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection