All pastes #1821203 Raw Edit

Something

public text v1 · immutable
#1821203 ·published 2010-03-03 14:04 UTC
rendered paste body
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      	0  "Screen0"
EndSection
Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
  Option       "IgnoreABI" "on"
  Option       "ZapWarning" "on"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/X11/Type1/"
	FontPath     "/usr/share/fonts/X11/100dpi/"
	FontPath     "/usr/share/fonts/X11/misc/"
EndSection

Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  531 299
  HorizSync    30-82
  Identifier   "Monitor0"
  ModelName    "P244W"                                                                    
  Option       "DPMS"                                                                     
  VendorName   "ACER"                                                                      
  VertRefresh  50-60
  Option       "PreferredMode" "1920x1080"
  UseModes     "Modes0"
EndSection            

Section "Modes"
  Identifier   "Modes0"
  Modeline "1920x1080" 138.50 1920 1968 2000 2080 1080 1083 1088 1110 -hsync -vsync
EndSection

Section "Device"
  BoardName    "ATI Radeon 4800 Series"
  Driver       "radeonhd"
  Identifier   "Card0"
  # with drm/radeon from xorg git - for 2d accel
  Option      "AccelMethod" "exa"
  Option      "DRI" "on"
  Screen       0
  VendorName   "ATI"
  BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1920 1080"
	EndSubSection
EndSection

Section "DRI"
	Group	"video"
	Mode         0666
EndSection

Section "Extensions"
        Option "Composite" "On"
EndSection