Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Paste Description for xorg.conf

synaptics trackpad

xorg.conf
Tuesday, August 7th, 2007 at 4:10:21am UTC 

  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Files"
  18.         FontPath        "/usr/share/X11/fonts/misc"
  19.         FontPath        "/usr/share/X11/fonts/cyrillic"
  20.         FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
  21.         FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
  22.         FontPath        "/usr/share/X11/fonts/Type1"
  23.         FontPath        "/usr/share/X11/fonts/100dpi"
  24.         FontPath        "/usr/share/X11/fonts/75dpi"
  25.         FontPath        "/usr/share/fonts/X11/misc"
  26.         # path to defoma fonts
  27.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  28. EndSection
  29.  
  30. Section "Module"
  31.         Load    "bitmap"
  32.         Load    "ddc"
  33.         Load    "dri"
  34.         Load    "extmod"
  35.         Load    "freetype"
  36.         Load    "glx"
  37.         Load    "int10"
  38.         Load    "type1"
  39.         Load    "vbe"
  40.         Load    "synaptics"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44.         Identifier      "Generic Keyboard"
  45.         Driver    "kbd"
  46.         Option    "CoreKeyboard"
  47.         Option    "XkbRules"        "xorg"
  48.         Option    "XkbModel"        "pc104"
  49.         Option    "XkbLayout"       "us"
  50. EndSection
  51.  
  52. Section "InputDevice"
  53.         Identifier "Synaptics Touchpad"
  54.         Driver "synaptics"
  55.         Option "AlwaysCore"
  56.         Option "Device" "/dev/psaux"
  57.         Option "Protocol" "auto-dev"
  58.         Option "LeftEdge" "1700"
  59.         Option "RightEdge" "5300"
  60.         Option "TopEdge" "1700"
  61.         Option "BottomEdge" "4200"
  62.         Option "FingerLow" "25"
  63.         Option "FingerHigh" "30"
  64.         Option "MaxTapTime" "0"
  65.         Option "MaxTapMove" "220"
  66.         Option "VertScrollDelta" "100"
  67.         Option "MinSpeed" "0.06"
  68.         Option "MaxSpeed" "0.12"
  69.         Option "AccelFactor" "0.0010"
  70.         Option "SHMConfig" "true"
  71. EndSection
  72.  
  73. Section "InputDevice"
  74.         Identifier      "Configured Mouse"
  75.         Driver    "mouse"
  76.         Option    "CorePointer"
  77.         Option    "Device"    "/dev/input/mice"
  78.         Option    "Protocol"                "ExplorerPS/2"
  79.         Option    "ZAxisMapping"        "4 5"
  80.         Option    "Emulate3Buttons" "true"
  81. EndSection
  82.  
  83. #Section "InputDevice"
  84. #       Identifier     "Synaptics Touchpad"
  85. #       Driver  "synaptics"
  86. #       Option  "SendCoreEvents" "true"
  87. #       Option  "Device"  "/dev/psaux"
  88. #       Option  "Protocol"              "auto-dev"
  89. #       Option  "HorizScrollDelta"       "0"
  90. #       Option  "MaxTapTime"         "0"
  91. #EndSection
  92.  
  93. Section "InputDevice"
  94.   Driver        "wacom"
  95.   Identifier    "stylus"
  96.   Option        "Device"        "/dev/wacom"          # Change to
  97.                                                       # /dev/input/event
  98.                                                       # for USB
  99.   Option        "Type"          "stylus"
  100.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  101. EndSection
  102.  
  103. Section "InputDevice"
  104.   Driver        "wacom"
  105.   Identifier    "eraser"
  106.   Option        "Device"        "/dev/wacom"          # Change to
  107.                                                       # /dev/input/event
  108.                                                       # for USB
  109.   Option        "Type"          "eraser"
  110.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  111. EndSection
  112.  
  113. Section "InputDevice"
  114.   Driver        "wacom"
  115.   Identifier    "cursor"
  116.   Option        "Device"        "/dev/wacom"          # Change to
  117.                                                       # /dev/input/event
  118.                                                       # for USB
  119.   Option        "Type"          "cursor"
  120.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  121. EndSection
  122.  
  123. Section "Device"
  124.         Identifier      "ATI Technologies, Inc. Rage Mobility M3 AGP 2x"
  125.         Driver    "ati"
  126.         BusID      "PCI:0:16:0"
  127.         Option    "UseFBDev"                "true"
  128. EndSection
  129.  
  130. Section "Monitor"
  131.         Identifier      "Color LCD"
  132.         Option    "DPMS"
  133.         HorizSync       28-51
  134.         VertRefresh     43-60
  135. EndSection
  136.  
  137. Section "Screen"
  138.         Identifier      "Default Screen"
  139.         Device    "ATI Technologies, Inc. Rage Mobility M3 AGP 2x"
  140.         Monitor  "Color LCD"
  141.         DefaultDepth    24
  142.         SubSection "Display"
  143.                 Depth      1
  144.                 Modes      "1024x768"
  145.         EndSubSection
  146.         SubSection "Display"
  147.                 Depth      4
  148.                 Modes      "1024x768"
  149.         EndSubSection
  150.         SubSection "Display"
  151.                 Depth      8
  152.                 Modes      "1024x768"
  153.         EndSubSection
  154.         SubSection "Display"
  155.                 Depth      15
  156.                 Modes      "1024x768"
  157.         EndSubSection
  158.         SubSection "Display"
  159.                 Depth      16
  160.                 Modes      "1024x768"
  161.         EndSubSection
  162.         SubSection "Display"
  163.                 Depth      24
  164.                 Modes      "1024x768"
  165.         EndSubSection
  166. EndSection
  167.  
  168. Section "ServerLayout"
  169.         Identifier      "Default Layout"
  170.         Screen    "Default Screen"
  171.         InputDevice     "Generic Keyboard"
  172.         #InputDevice    "Configured Mouse"
  173.         InputDevice     "stylus" "SendCoreEvents"
  174.         InputDevice     "cursor" "SendCoreEvents"
  175.         InputDevice     "eraser" "SendCoreEvents"
  176.         InputDevice     "Synaptics Touchpad"
  177. EndSection
  178.  
  179. Section "DRI"
  180.         Mode    0666
  181. EndSection

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right