All pastes #107092 Raw Copy code Copy link Edit

XQiT

public text v1 · immutable
#107092 ·published 2006-07-30 20:50 UTC
rendered paste body
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen         0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Mouse0"    "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option	       "Blank Time"   "10"
	Option	       "Standby Time" "11"
	Option	       "Suspend Time" "15"
	Option	       "Off Time"     "16"
EndSection

Section "Files"
	#FontPath    "/usr/share/fonts/CID/"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/75dpi/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/freefont/"
EndSection

Section "Module"
	Load  "dri"
	Load  "dbe"
	Load  "freetype"

        SubSection "extmod"
            # don't initialise the DGA extension
            Option      "omit xfree86-dga"   
        EndSubSection

	Load  "glx"
	Load  "type1"
	Load  "freetype"
	Load  "v4l"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option 	    "XkbRules" "xorg"
	Option      "XkbModel" "microsoft"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "cz,us"
	Option	    "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mouse0"
	Option	    "Emulate3Buttons" "true"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	     "VendorName" "ATI Proprietary Driver"
	Option	     "ModelName"  "Generic Autodetecting Monitor"
	Option	     "DPMS"       "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	VendorName  "ati"
	Option	    "UseInternalAGPGART" "no"
	Option	    "AGPFastWrite" "True"
	Option	    "RenderAccel" "true"
	Option	    "AGPMode" "8"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	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     1
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	#Group      "video"
	Mode         0666
EndSection