All pastes #1269005 Raw Edit

xorgconf

public text v1 · immutable
#1269005 ·published 2008-11-27 22:54 UTC
rendered paste body
Section "ServerLayout"
	Identifier     "Layout"
	Screen      0  "Screen" 0 0
	InputDevice    "Mouse" "CorePointer"
	InputDevice    "Keyboard" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/local:unscaled"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "glx"
	Load  "dri"
	Load  "xtrap"
	Load  "GLcore"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "se"
EndSection

Section "InputDevice"
	Identifier  "Mouse"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor"
	VendorName   "Samsung"
	ModelName    "SyncMaster 730BF"
	DisplaySize  339	271
	HorizSync    30.0 - 81.0
	VertRefresh  60.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card"
	Driver      "fglrx"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon 4850"
	Option	    "DRI" "true"
	BusID       "PCI:1:0:0"
	Option	    "XAANoOffscreenPixmaps" "true"
EndSection

Section "Screen"
	Identifier "Screen"
	Device     "Card"
	Monitor    "Monitor"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	     "Composite" "Disable"
EndSection

Section "ServerFlags"
	Option		"AIGLX" "true"
EndSection