All pastes #2054569 Raw Edit

Stuff

public text v1 · immutable
#2054569 ·published 2011-05-06 15:03 UTC
rendered paste body
Section "ServerLayout"
	Identifier     "Xorg Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
    InputDevice    "USB Mouse" "CorePointer"
#    Inputdevice    "Touchpad" "SendCoreEvents"
EndSection

Section "ServerFlags"
	Option "AllowMouseOpenFail"  "true"
	Option "AutoAddDevices" "False"
	
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc:unscaled"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
	FontPath     "/usr/share/fonts/cyrillic"
#	FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#	FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/ttf/western"
	FontPath     "/usr/share/fonts/ttf/decoratives"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/share/fonts/truetype/openoffice"
	FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
	FontPath     "/usr/share/fonts/latex-ttf-fonts"
	FontPath     "/usr/share/fonts/defoma/CID"
	FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load  "ddc"  # ddc probing of monitor
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
    Load  "bitmap" # bitmap-fonts
	Load  "type1"
	Load  "freetype"
#	Load  "record"
	Load  "synaptics"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Option      "XkbLayout"  "us,ru"
   	Option      "XkbVariant" ",winkeys"
   	Option      "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Serial Mouse"
	Driver      "mouse"
	Option      "Protocol" "Microsoft"
	Option      "Device" "/dev/ttyS0"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
	Identifier  "PS/2 Mouse"
	Driver      "mouse"
	Option      "Protocol" "auto"
	Option      "ZAxisMapping"          "4 5"
	Option      "Device" "/dev/psaux"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
	Option		"SendCoreEvents"	"true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

#Section "InputDevice"
#	Identifier "Touchpad"
#	Driver	"synaptics"
#	Option "Protocol" "auto"
#	Option "Device"	"/dev/psaux"
#	Option "ZAxisMapping" "4 5"
#	Option "LeftEdge" "1900"
#	Option "RightEdge" "5400"
#	Option "TopEdge" "1800"
#	Option "BottomEdge" "3900"
#	Option "FingerLow" "25"
#	Option "FingerHigh" "30"
#	Option "MaxTypeTipe" "580"
#	Option "MaxTypeMove" "720"
#	Option "VertEdgeScroll" "1"
#	Option "VertScrollDelta" "100"
#	Option "HorizEdgeScroll" "1"
#	Option "HorizScrollDelta" "100"
#	Option "MinSpeed" "1"
#	Option "MaxSpeed" "1"
#	Option "AccelFactor" "0.0010"
#	Option "UpDownScrolling" "on"
#	Option "HorizScrolling" "on"
#	Option "TapButton1" "1"
#EndSection

Section "Monitor"
	DisplaySize	  271	159
 ### Comment all HorizSync and VertRefresh values to use DDC:
	Identifier   "Monitor0"
	VendorName   "GSM"
	ModelName    ""
 ### Comment all HorizSync and VertRefresh values to use DDC:
	HorizSync    29 - 60
	VertRefresh  50 - 60
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "All"
	BoardName   "All"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	group "video"
	Mode 0666
EndSection