Advertisement
Yorkie

Untitled

Feb 5th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. stevo@DeepinLinux:/media/stevo/976c804d-4910-45a8-a14d-3264cd5b233a/usr/share/X11/xorg.conf.d$ more *
  2. ::::::::::::::
  3. 10-amdgpu.conf
  4. ::::::::::::::
  5. Section "OutputClass"
  6. Identifier "AMDgpu"
  7. MatchDriver "amdgpu"
  8. Driver "amdgpu"
  9. EndSection
  10. ::::::::::::::
  11. 10-quirks.conf
  12. ::::::::::::::
  13. # Collection of quirks and blacklist/whitelists for specific devices.
  14.  
  15.  
  16. # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
  17. # http://bugs.freedesktop.org/show_bug.cgi?id=22442
  18. Section "InputClass"
  19. Identifier "ThinkPad HDAPS accelerometer blacklist"
  20. MatchProduct "ThinkPad HDAPS accelerometer data"
  21. Option "Ignore" "on"
  22. EndSection
  23.  
  24. # https://bugzilla.redhat.com/show_bug.cgi?id=523914
  25. # Mouse does not move in PV Xen guest
  26. # Explicitly tell evdev to not ignore the absolute axes.
  27. Section "InputClass"
  28. Identifier "Xen Virtual Pointer axis blacklist"
  29. MatchProduct "Xen Virtual Pointer"
  30. Option "IgnoreAbsoluteAxes" "off"
  31. Option "IgnoreRelativeAxes" "off"
  32. EndSection
  33.  
  34. # https://bugs.freedesktop.org/show_bug.cgi?id=55867
  35. # Bug 55867 - Doesn't know how to tag XI_TRACKBALL
  36. Section "InputClass"
  37. Identifier "Tag trackballs as XI_TRACKBALL"
  38. MatchProduct "trackball"
  39. MatchDriver "evdev"
  40. Option "TypeName" "TRACKBALL"
  41. EndSection
  42.  
  43. # https://bugs.freedesktop.org/show_bug.cgi?id=62831
  44. # Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
  45. Section "InputClass"
  46. Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
  47. MatchProduct "La-VIEW Technology Naos 5000 Mouse"
  48. MatchDriver "evdev"
  49. Option "TypeName" "MOUSE"
  50. EndSection
  51. ::::::::::::::
  52. 10-radeon.conf
  53. ::::::::::::::
  54. Section "OutputClass"
  55. Identifier "Radeon"
  56. MatchDriver "radeon"
  57. Driver "radeon"
  58. EndSection
  59. ::::::::::::::
  60. 40-libinput.conf
  61. ::::::::::::::
  62. # Match on all types of devices but joysticks
  63. Section "InputClass"
  64. Identifier "libinput pointer catchall"
  65. MatchIsPointer "on"
  66. MatchDevicePath "/dev/input/event*"
  67. Driver "libinput"
  68. EndSection
  69.  
  70. Section "InputClass"
  71. Identifier "libinput keyboard catchall"
  72. MatchIsKeyboard "on"
  73. MatchDevicePath "/dev/input/event*"
  74. Driver "libinput"
  75. EndSection
  76.  
  77. Section "InputClass"
  78. Identifier "libinput touchpad catchall"
  79. MatchIsTouchpad "on"
  80. MatchDevicePath "/dev/input/event*"
  81. Driver "libinput"
  82. EndSection
  83.  
  84. Section "InputClass"
  85. Identifier "libinput touchscreen catchall"
  86. MatchIsTouchscreen "on"
  87. MatchDevicePath "/dev/input/event*"
  88. Driver "libinput"
  89. EndSection
  90.  
  91. Section "InputClass"
  92. Identifier "libinput tablet catchall"
  93. MatchIsTablet "on"
  94. MatchDevicePath "/dev/input/event*"
  95. Driver "libinput"
  96. EndSection
  97. ::::::::::::::
  98. 70-wacom.conf
  99. ::::::::::::::
  100. # Some of the below input classes appear 3x times, once for each of
  101. # "tablet", "touchscreen", and "touchpad" to ensure that the Wacom
  102. # driver is not accidentally bound to other types of hardware that
  103. # Wacom has made which are not handled by the wacom driver (e.g the
  104. # Wacom Bluetooth Keyboard)
  105. #
  106. # https://sourceforge.net/p/linuxwacom/bugs/294/
  107.  
  108. Section "InputClass"
  109. Identifier "Wacom USB tablet class"
  110. MatchUSBID "056a:*"
  111. MatchDevicePath "/dev/input/event*"
  112. MatchIsTablet "true"
  113. Driver "wacom"
  114. EndSection
  115.  
  116. Section "InputClass"
  117. Identifier "Wacom USB touchscreen class"
  118. MatchUSBID "056a:*"
  119. MatchDevicePath "/dev/input/event*"
  120. MatchIsTouchscreen "true"
  121. Driver "wacom"
  122. EndSection
  123.  
  124. Section "InputClass"
  125. Identifier "Wacom USB touchpad class"
  126. MatchUSBID "056a:*"
  127. MatchDevicePath "/dev/input/event*"
  128. MatchIsTouchpad "true"
  129. Driver "wacom"
  130. EndSection
  131.  
  132. Section "InputClass"
  133. Identifier "Wacom tablet class"
  134. MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
  135. MatchDevicePath "/dev/input/event*"
  136. MatchIsTablet "true"
  137. Driver "wacom"
  138. EndSection
  139.  
  140. Section "InputClass"
  141. Identifier "Wacom touchscreen class"
  142. MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
  143. MatchDevicePath "/dev/input/event*"
  144. MatchIsTouchscreen "true"
  145. Driver "wacom"
  146. EndSection
  147.  
  148. Section "InputClass"
  149. Identifier "Wacom touchpad class"
  150. MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
  151. MatchDevicePath "/dev/input/event*"
  152. MatchIsTouchpad "true"
  153. Driver "wacom"
  154. EndSection
  155.  
  156. # Serial Wacom devices should always be one of tablet, touchscreen, or
  157. # touchpad so we can safely get away with just one match section in
  158. # these cases
  159. Section "InputClass"
  160. Identifier "Wacom PnP device class"
  161. MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
  162. MatchDevicePath "/dev/input/event*"
  163. Driver "wacom"
  164. EndSection
  165.  
  166. Section "InputClass"
  167. Identifier "Wacom serial class"
  168. MatchProduct "Serial Wacom Tablet"
  169. Driver "wacom"
  170. EndSection
  171.  
  172. Section "InputClass"
  173. Identifier "Wacom serial class identifiers"
  174. MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
  175. Driver "wacom"
  176. EndSection
  177.  
  178. # Hanwang tablets
  179. Section "InputClass"
  180. Identifier "Hanwang class"
  181. MatchProduct "Hanwang"
  182. MatchDevicePath "/dev/input/event*"
  183. Driver "wacom"
  184. EndSection
  185.  
  186. # Waltop tablets
  187. Section "InputClass"
  188. Identifier "Waltop class"
  189. MatchProduct "WALTOP"
  190. MatchIsTablet "on"
  191. MatchDevicePath "/dev/input/event*"
  192. Driver "wacom"
  193. EndSection
  194.  
  195. # N-Trig Duosense Electromagnetic Digitizer
  196. Section "InputClass"
  197. Identifier "Wacom N-Trig class"
  198. MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"
  199. MatchDevicePath "/dev/input/event*"
  200. Driver "wacom"
  201. Option "Button2" "3"
  202. EndSection
  203.  
  204. # Dell Canvas 27 (touch part is an Advanced Silicon, pen part a Wacom)
  205. Section "InputClass"
  206. Identifier "Dell Canvas 27 Touch"
  207. MatchUSBID "2575:0204"
  208. MatchDevicePath "/dev/input/event*"
  209. MatchIsTouchscreen "true"
  210. Driver "wacom"
  211. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement