Advertisement
Guest User

Untitled

a guest
Mar 27th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. ~$ find /usr/share/X11/xorg.conf.d -ls -exec cat {} \;
  2. 1057069 4 drwxr-xr-x 2 root root 4096 Mar 24 07:45 /usr/share/X11/xorg.conf.d
  3. cat: /usr/share/X11/xorg.conf.d: Is a directory
  4. 1057227 4 -rw-r--r-- 1 root root 842 Jan 18 09:18 /usr/share/X11/xorg.conf.d/50-wacom.conf
  5. Section "InputClass"
  6. Identifier "Wacom class"
  7. MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL|ISD-V4"
  8. MatchDevicePath "/dev/input/event*"
  9. Driver "wacom"
  10. EndSection
  11.  
  12. Section "InputClass"
  13. Identifier "Wacom serial class"
  14. MatchProduct "Serial Wacom Tablet"
  15. Driver "wacom"
  16. EndSection
  17.  
  18. Section "InputClass"
  19. Identifier "Wacom serial class identifiers"
  20. MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
  21. Driver "wacom"
  22. EndSection
  23.  
  24. # Waltop tablets
  25. Section "InputClass"
  26. Identifier "Waltop class"
  27. MatchProduct "WALTOP"
  28. MatchIsTablet "on"
  29. MatchDevicePath "/dev/input/event*"
  30. Driver "wacom"
  31. EndSection
  32.  
  33. # N-Trig Duosense Electromagnetic Digitizer
  34. Section "InputClass"
  35. Identifier "Wacom N-Trig class"
  36. MatchProduct "HID 1b96:0001|N-Trig Pen"
  37. MatchDevicePath "/dev/input/event*"
  38. Driver "wacom"
  39. Option "Button2" "3"
  40. EndSection
  41.  
  42. 1057228 4 -rw-r--r-- 1 root root 590 Jan 17 09:27 /usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
  43. Section "InputClass"
  44. Identifier "Dell Inspiron embedded buttons quirks"
  45. MatchTag "inspiron_1011|inspiron_1012"
  46. MatchDevicePath "/dev/input/event*"
  47. Driver "synaptics"
  48. Option "JumpyCursorThreshold" "90"
  49. EndSection
  50.  
  51. Section "InputClass"
  52. Identifier "Dell Inspiron quirks"
  53. MatchTag "inspiron_1120"
  54. MatchDevicePath "/dev/input/event*"
  55. Driver "synaptics"
  56. Option "JumpyCursorThreshold" "250"
  57. EndSection
  58.  
  59. Section "InputClass"
  60. Identifier "HP Mininote quirks"
  61. MatchTag "mininote_1000"
  62. MatchDevicePath "/dev/input/event*"
  63. Driver "synaptics"
  64. Option "JumpyCursorThreshold" "20"
  65. EndSection
  66. 1057222 4 -rw-r--r-- 1 root root 1099 Mar 21 14:49 /usr/share/X11/xorg.conf.d/10-evdev.conf
  67. #
  68. # Catch-all evdev loader for udev-based systems
  69. # We don't simply match on any device since that also adds accelerometers
  70. # and other devices that we don't really want to use. The list below
  71. # matches everything but joysticks.
  72.  
  73. Section "InputClass"
  74. Identifier "evdev pointer catchall"
  75. MatchIsPointer "on"
  76. MatchDevicePath "/dev/input/event*"
  77. Driver "evdev"
  78. EndSection
  79.  
  80. Section "InputClass"
  81. Identifier "evdev keyboard catchall"
  82. MatchIsKeyboard "on"
  83. MatchDevicePath "/dev/input/event*"
  84. Driver "evdev"
  85. EndSection
  86.  
  87. Section "InputClass"
  88. Identifier "evdev touchpad catchall"
  89. MatchIsTouchpad "on"
  90. MatchDevicePath "/dev/input/event*"
  91. Driver "evdev"
  92. EndSection
  93.  
  94. Section "InputClass"
  95. Identifier "evdev tablet catchall"
  96. MatchIsTablet "on"
  97. MatchDevicePath "/dev/input/event*"
  98. Driver "evdev"
  99. EndSection
  100.  
  101. Section "InputClass"
  102. Identifier "evdev touchscreen catchall"
  103. MatchIsTouchscreen "on"
  104. MatchDevicePath "/dev/input/event*"
  105. Driver "evdev"
  106. EndSection
  107. 1057226 4 -rw-r--r-- 1 root root 115 Sep 24 2012 /usr/share/X11/xorg.conf.d/50-vmmouse.conf
  108. Section "InputClass"
  109. Identifier "vmmouse"
  110. MatchIsPointer "on"
  111. MatchTag "vmmouse"
  112. Driver "vmmouse"
  113. EndSection
  114.  
  115. 1057223 4 -rw-r--r-- 1 root root 590 Mar 15 13:29 /usr/share/X11/xorg.conf.d/11-evdev-quirks.conf
  116. Section "InputClass"
  117. Identifier "Avago Technologies mouse quirks (LP: #746639)"
  118. MatchIsPointer "on"
  119. MatchDevicePath "/dev/input/event*"
  120. Driver "evdev"
  121. MatchUSBID "192f:0416"
  122. Option "Emulate3Buttons" "True"
  123. Option "Emulate3Timeout" "50"
  124. EndSection
  125.  
  126. # X/Y axis not working due to device reporting absolute axes
  127. # https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/325581
  128. # https://bugs.freedesktop.org/show_bug.cgi?id=32882
  129. Section "InputClass"
  130. Identifier "Benq m310"
  131. MatchProduct "HID 0d62:1000"
  132. Driver "evdev"
  133. Option "IgnoreAbsoluteAxes" "true"
  134. EndSection
  135. 1057224 4 -rw-r--r-- 1 root root 364 Mar 15 13:29 /usr/share/X11/xorg.conf.d/11-evdev-trackpoint.conf
  136. # trackpoint users want wheel emulation
  137.  
  138. Section "InputClass"
  139. Identifier "trackpoint catchall"
  140. MatchIsPointer "true"
  141. MatchProduct "TrackPoint|DualPoint Stick"
  142. MatchDevicePath "/dev/input/event*"
  143. Option "Emulate3Buttons" "true"
  144. Option "EmulateWheel" "true"
  145. Option "EmulateWheelButton" "2"
  146. Option "XAxisMapping" "6 7"
  147. Option "YAxisMapping" "4 5"
  148. EndSection
  149. 1057225 4 -rw-r--r-- 1 root root 1593 Jan 17 09:27 /usr/share/X11/xorg.conf.d/50-synaptics.conf
  150. # Example xorg.conf.d snippet that assigns the touchpad driver
  151. # to all touchpads. See xorg.conf.d(5) for more information on
  152. # InputClass.
  153. # DO NOT EDIT THIS FILE, your distribution will likely overwrite
  154. # it when updating. Copy (and rename) this file into
  155. # /etc/X11/xorg.conf.d first.
  156. # Additional options may be added in the form of
  157. # Option "OptionName" "value"
  158. #
  159. Section "InputClass"
  160. Identifier "touchpad catchall"
  161. Driver "synaptics"
  162. MatchIsTouchpad "on"
  163. # This option is recommend on all Linux systems using evdev, but cannot be
  164. # enabled by default. See the following link for details:
  165. # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
  166. MatchDevicePath "/dev/input/event*"
  167. EndSection
  168.  
  169. Section "InputClass"
  170. Identifier "touchpad ignore duplicates"
  171. MatchIsTouchpad "on"
  172. MatchOS "Linux"
  173. MatchDevicePath "/dev/input/mouse*"
  174. Option "Ignore" "on"
  175. EndSection
  176.  
  177. # This option enables the bottom right corner to be a right button on
  178. # non-synaptics clickpads.
  179. # This option is only interpreted by clickpads.
  180. Section "InputClass"
  181. Identifier "Default clickpad buttons"
  182. MatchDriver "synaptics"
  183. Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
  184. EndSection
  185.  
  186. # This option disables software buttons on Apple touchpads.
  187. # This option is only interpreted by clickpads.
  188. Section "InputClass"
  189. Identifier "Disable clickpad buttons on Apple touchpads"
  190. MatchProduct "Apple|bcm5974"
  191. MatchDriver "synaptics"
  192. Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
  193. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement