All pastes #2038361 Raw Edit

Mine

public text v1 · immutable
#2038361 ·published 2011-01-04 19:56 UTC
rendered paste body
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0 
	InputDevice    "Teclat Genius"
	InputDevice    "f1010"
EndSection

Section "Files"
	ModulePath	"/usr/X11R6/lib64/modules"
	ModulePath	"/usr/X11R6/lib/modules"
	ModulePath	"/usr/lib/xorg/modules"
#	FontPath        "unix/:7100"
#	FontPath        "/usr/lib/X11/fonts/misc"
#	FontPath        "/usr/lib/X11/fonts/cyrillic"
#	FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
#	FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
#	FontPath        "/usr/lib/X11/fonts/Type1"
#	FontPath        "/usr/lib/X11/fonts/CID"
#	FontPath        "/usr/lib/X11/fonts/Speedo"
#	FontPath        "/usr/lib/X11/fonts/100dpi"
#	FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection


Section "Module"
#	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
#	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
#	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection


Section "InputDevice"
	Identifier	"Teclat Genius"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"es"
EndSection

Section "InputDevice"
	Option          "XkbVariant"    "nodeadkeys"
	Identifier     "Generic Keyboard"
	Driver         "keyboard"
	Option         "CoreKeyboard"
	Option         "XkbRules" "xfree86"
	Option         "XkbModel" "pc105"
	Option         "XkbLayout" "es"
#       Option          "XkbVariant"    "es"
EndSection

Section "InputDevice"

        #Option "Resolution" "100"
	Identifier     "MX510"
	Driver         "mouse"
	Option         "Protocol" "IMPS/2"
	Option         "Device" "/dev/psaux"
	#Option "corepointer" "off"
	Option         "SampleRate" "200"
#    Option "BaudRate" "9600"
	Option         "Buttons" "7"
	Option         "ZAxisMapping" "4 5"
#    Option "Emulate3Buttons" "off"
EndSection

Section "InputDevice"
	Identifier "f1010"
	Driver "mouse"
	Option "CorePointer"
	Option "Device"		"/dev/input/mice"
	Option "Protocol"	"ExplorerPS/2"
	Option "ZaxisMapping"	"4 5"
	Option "Emulate3buttons" "off"
EndSection

Section "Monitor"
	Identifier	"F900P"
	HorizSync	30.0 - 111.0
	VertRefresh	50.0 - 160.0
	ModeLine	"1280x1024_100" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
	ModeLine	"1024x768_120" 139.1 1024 1104 1216 1408 768 769 772 823 -hsync +vsync
	ModeLine	"800x600_150" 106.9 800 856 944 1088 600 601 604 655 -hsync +vsync
EndSection

Section "Monitor"
    Identifier   "20WGX2"
    HorizSync    31.0 - 83.0
    VertRefresh  56.0 - 75.0
    Option        "DPMS"
EndSection


Section "Device"
	Identifier	"MSI6600GT"
	Driver		"nvidia"
#	Option		"UseEdidFreqs"	"False"
#	Option		"UseEdid"	"False"
#	Option		"ModeValidation"	"NoEdidModes"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"MSI6600GT"
	Monitor		"20WGX2"
	Option 		"TwinView"
	Option		"MetaModes" "1680x1050, 1680x1050; 1680x1050"
	Option		"TwinViewOrientation" "RightOf"
	DefaultDepth	24
	
	SubSection "Display"
		Depth	1
		Modes	"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection

	SubSection "Display"
		Depth	4
		Modes	"1024x768" "800x600" "640x480"
	EndSubSection
	
	SubSection "Display"
		Depth	8
		Modes	"1024x768" "800x600" "640x480"
	EndSubSection
	
	SubSection "Display"
		Depth	15
		Modes	"1024x768" "800x600" "640x480"
	EndSubSection
	
	SubSection "Display"
		Depth	16
		Modes	"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	
	SubSection "Display"
		Depth	24
		#Modes	"1280x1024_100" "1024x768_120" "800x600_150" "640x480"
		Modes   "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	
EndSection