All pastes #983910 Raw Edit

Stuff

public text v1 · immutable
#983910 ·published 2008-04-13 19:05 UTC
rendered paste body
#Section "Extensions"
#	Option "Composite" "Enable"
#	Option "RENDER" "Enable"
#EndSection

Section "ServerLayout"
	Identifier     "Simple Layout"
	Screen         "Screen 1" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/local/"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/artwiz-fonts/"
	FontPath     "/usr/local/lib/X11/fonts/webfonts/"
	FontPath     "/usr/local/lib/X11/fonts/URW/"
	FontPath     "/usr/local/lib/X11/fonts/jmk"
	FontPath     "/usr/local/lib/X11/fonts/terminus-font"
	FontPath     "/usr/local/lib/X11/fonts/artwiz-fonts"
EndSection

Section "Module"

#    Load "pex5"
	Load  "dbe"  	# Double buffer extension
	Load  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
	Load  "type1"
	Load  "freetype"
	Load  "GLcore"
#       Load "xie"
#	Load  "glx"
	Load  "dri"
	Load  "drm"
	Load  "vbe"
	Load  "int10"
EndSection

Section "InputDevice"
	Identifier  "Keyboard1"
	Driver      "kbd"
	Option	    "pc101" 
#	Option	    "microsoftprooem"
#	Option	    "AutoRepeat" "500 30"
#	Option	    "XkbRules" "xfree86"
#	Option	    "XkbRules"	"xkb"
#	Option	    "XkbModel" "pc101"
#	Option	    "XkbLayout" "us"
#	Option	    "XkbLayout" "latin"
#	Option	    "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/psm0"
#	Option	    "Device" "/dev/ums0"
#	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Buttons" "5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "Monitor"

#    HorizSync   30-60
#    VertRefresh 50-100
#    HorizSync 31.5-48.5 
#    VertRefresh  50-90
	HorizSync 31-54
	VertRefresh 50-120
	Identifier   "monitor0"
#Modeline "1152x768_65.00"  78.84  1152 1216 1336 1520  768 769 772 798  -HSync +Vsync
#Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +Hsync +Vsync 
#Modeline "1280x1024"x65.00  110.00  1280 1360 1472 1720  1024 1025 1030 1067 +hsync +vsync 

### Comment all HorizSync and VertSync values to use DDC:
#	HorizSync    31.0 - 54.0
#	VertRefresh  50.0 - 120.0
EndSection

Section "Device"

	Identifier  "i810"
	Driver	    "intel"
	VendorName  "Intel"
	BoardName   "82915G/GV/910GL Express Chipset Family Graphics Controller"
	VideoRam    65536
	Option	    "XaaNoSolidFillRect"    #NEW
	Option	    "XaaNoScreenToScreenCopy"  #NEW
	Option	    "XaaNoScanlineCPUToScreenColorExpandFill" #NEW
	BusID       "PCI:0:2:0"
	Option	    "DPMS"
EndSection

Section "Screen"
	Identifier "Screen 1"
	Device     "i810"
	Monitor    "monitor0"
	DefaultDepth     16
	Subsection "Display"
		Viewport   1152 1152
		Depth     16
		Modes    "1152x1152" "1280x1024"
	EndSubSection
#	SubSection "Display"
#		Viewport  1152 768 
#		Viewport  1152 1152
#		Viewport  1280 1024 
#		Depth     16
#		Modes     "1280x1024" "1152x1152" "1024x768" "1152x768" "1152x968" "1280x1024" "1280x960"
#	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection