All pastes #2035629 Raw Edit

xorg.conf.orig

public text v1 · immutable
#2035629 ·published 2011-01-01 12:19 UTC
rendered paste body
Section "Files"


#    FontPath   "/usr/share/fonts/local/"
	FontPath     "/usr/share/fonts/misc/"
#    FontPath   "/usr/share/fonts/75dpi/:unscaled"
#    FontPath   "/usr/share/fonts/100dpi/:unscaled"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
#    FontPath   "/usr/share/fonts/Speedo/"
	FontPath     "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"
	FontPath     "/usr/share/fonts/75dpi/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/mplus/"
	FontPath     "/usr/share/fonts/ja-ipafonts/"
	FontPath     "/usr/share/fonts/efont-unicode/"

EndSection

Section "Module"
	Load  "dbe"  	# Double buffer extension

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

#    Load        "type1"
	Load  "freetype"
#    Load        "xtt"

#    Load       "glx"
#    Load       "dri"
EndSection

Section "ServerLayout"
	Identifier     "Simple Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
#	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Synaptics_Touchpad" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"
	Option         "AIGLX" "off"
EndSection

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

Section "DRI"
    Mode 0666
EndSection

Section "InputDevice"
	Identifier  "Keyboard1"
	Driver      "kbd"
	Option	    "AutoRepeat" "500 30"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "jp106"
	Option	    "XkbLayout" "jp"
	Option	    "XkbOptions" "ctrl:swapcaps"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Protocol" "Auto"	# Auto detect
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
        Identifier      "Synaptics_Touchpad"
        Driver          "synaptics"

        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "auto-dev"

        Option          "LeftEdge"              "1700"
        Option          "RightEdge"             "5300"
        Option          "TopEdge"               "1700"
        Option          "BottomEdge"            "4200"

        Option          "FingerLow"             "25"
        Option          "FingerHigh"            "30"

        Option          "MaxTapTime"            "180"
        Option          "MaxTapMove"            "220"

        Option          "VertScrollDelta"       "100"
        Option          "HorizScrollDelta"      "100"

        Option          "MinSpeed"              "0.06"
        Option          "MaxSpeed"              "0.2"
        Option          "AccelFactor"           "0.0015"

        Option          "ScrollButtonRepeat"    "100"
        Option          "UpDownScrolling"       "on"
        Option          "UpDownRepeat"          "on"
        Option          "LeftRightScrolling"    "on"
        Option          "LeftRightRepeat"       "on"

        # "SHMConfig on" seems good works with synclient(1).  But this
        # options is insecure.  I recommended "off" as default.
        Option          "SHMConfig"             "on"

        # If you use circular touchpad, uncomment them.
#       Option          "CircularPad"           "on"
        Option          "CircularScrolling"     "on"
#       Option          "CircScrollDelta"       "0.5"
        Option          "CircScrollTrigger"     "8"
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"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection