All pastes #1397177 Raw Edit

Stuff

public text v1 · immutable
#1397177 ·published 2009-04-20 08:58 UTC
rendered paste body
Section "ServerLayout"
	Identifier     "RandR 1.3 setup"
	Screen         "Screen"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option         "AllowEmptyInput" "off"
	Option         "DontZap" "off"
	#Option         "AutoAddDevices" "off"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF/"
	FontPath     "/usr/local/lib/X11/fonts/Type1"
	FontPath     "/usr/local/lib/X11/fonts/100dpi"
	FontPath     "/usr/local/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules"    "xorg"
	Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "DELL E173FP"
	HorizSync    31.0 - 80.0
	VertRefresh  56.0 - 75.0
	Option       "DPMS"
EndSection

Section "Monitor"
	Identifier   "DELL E173FP"
	HorizSync    31.0 - 80.0
	VertRefresh  56.0 - 75.0
	Option       "RightOf" "DELL E173FP"
	Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "RV380-DVI-0"
	Driver      "radeon"
	#Driver      "vesa"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV380 [Radeon X600 (PCIE)]"
	BusID       "PCI:1:0:0"
	Option      "AccelMethod"   "EXA"
# fix slow web browsers
	Option      "MigrationHeuristic" "greedy"
# exadownloadfromscreen
	Option      "AccelDFS" "1"
	Option      "monitor-DVI-0" "DELL E173FP"
	Option      "monitor-DVI-1" "DELL E173FP"
EndSection

Section "Screen"
	Identifier "Screen"
	Device     "RV380-DVI-0"
	Monitor    "DELL E173FP"
	DefaultDepth 24
	SubSection "Display"
		Depth     16
		Virtual 2560 1024
	EndSubSection
	SubSection "Display"
		Depth     24
		Virtual 2560 1024
	EndSubSection
EndSection