Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "aticonfig-Screen[0]-0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "SynapticsTouchpad" "SendCoreEvents"
- EndSection
- Section "Files"
- 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"
- EndSection
- Section "Module"
- Load "dri2"
- Load "glx"
- Load "dbe"
- Load "dri"
- Load "extmod"
- Load "record"
- Load "synaptics"
- EndSection
- Section "ServerFlags"
- Option "DontZap" "false"
- # Option "AutoAddDevices" "False
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbRules" "xorg"
- Option "XkbLayout" "cz"
- Option "XkbModel" "pc105"
- Option "XkbVariant" "qwertz"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- EndSection
- Section "InputDevice"
- Identifier "Synaptics Touchpad"
- Driver "synaptics"
- # Option "Device" "/dev/input/mice"
- # MatchIsTouchpad "on"
- # #Option "SendCoreEvents" "true"
- Option "Device" "/dev/psaux"
- # #Option "Protocol" "auto-dev"
- # #Option "ZAxisMapping" "4 5 6 7"
- Option "AlwaysCore" "true" # send events to CorePointer
- # Option "Device" "/dev/psaux"
- Option "Protocol" "auto-dev"
- Option "SHMConfig" "false" # configurable at runtime? security risk
- Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
- Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
- Option "EmulateTwoFingerMinZ" "120" # this may vary between different machines
- Option "TapButton1" "1"
- Option "TapButton2" "2"
- Option "TapButton3" "3"
- Option "ClickFinger1" "1"
- Option "ClickFinger2" "2"
- Option "ClickFinger3" "3"
- Option "Synaptics Two-Finger Scrolling" "1"
- Option "Synaptics Two-Finger Scrolling" "1"
- Option "Synaptics Two-Finger Pressure" "10"
- Option "Two-Finger Width" "8"
- Option "Two-Finger Scrolling" "1"
- Option "Two-Finger Pressure" "10"
- Option "Two-Finger Width" "8"
- # Option "
- # Option "Protocol" "auto-dev"
- # Option "SHMConfig" "true" # configurable at runtime? security risk
- # Option "LeftEdge" "1700" # x coord left
- # Option "RightEdge" "5300" # x coord right
- # Option "TopEdge" "1700" # y coord top
- # Option "BottomEdge" "4200" # y coord bottom
- # Option "FingerLow" "25" # pressure below this level triggers release
- # Option "FingerHigh" "30" # pressure above this level triggers touch
- # Option "MaxTapTime" "180" # max time in ms for detecting tap
- Option "VertEdgeScroll" "false" # vertical scroll zone
- Option "HorizEdgeScroll" "false" # horizontal scroll zone
- # Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
- # Option "CoastingSpeed" "0.30" # corner coasting speed
- # Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
- # Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
- # Option "MinSpeed" "0.10" # speed factor for low pointer movement
- # Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
- # Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
- # Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
- # Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
- # Option "TapButton1" "1"
- # Option "TapButton2" "2"
- # Option "TapButton3" "3"
- # Option "ClickFinger1" "1"
- # Option "ClickFinger2" "2"
- # Option "ClickFinger3" "3"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- EndSection
- Section "Monitor"
- Identifier "aticonfig-Monitor[0]-0"
- Option "VendorName" "ATI Proprietary Driver"
- Option "ModelName" "Generic Autodetecting Monitor"
- Option "DPMS" "true"
- EndSection
- Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
- ### [arg]: arg optional
- #Option "ShadowFB" # [<bool>]
- #Option "DefaultRefresh" # [<bool>]
- #Option "ModeSetClearScreen" # [<bool>]
- Identifier "Card0"
- Driver "vesa"
- VendorName "ATI Technologies Inc"
- BoardName "M92 LP [Mobility Radeon HD 4300 Series]"
- BusID "PCI:1:0:0"
- EndSection
- Section "Device"
- Identifier "aticonfig-Device[0]-0"
- Driver "fglrx"
- BusID "PCI:1:0:0"
- 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 "Screen"
- Identifier "aticonfig-Screen[0]-0"
- Device "aticonfig-Device[0]-0"
- Monitor "aticonfig-Monitor[0]-0"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment