daily pastebin goal
63%
SHARE
TWEET

root

a guest Jan 16th, 2010 210 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <deviceinfo version="0.2">
  3.   <device>
  4.     <match key="info.capabilities" contains="input.touchpad">
  5.         <merge key="input.x11_driver" type="string">synaptics</merge>
  6.         <!-- Arbitrary options can be passed to the driver using
  7.              the input.x11_options property since xorg-server-1.5. -->
  8.         <!-- EXAMPLES:
  9.         Switch on shared memory, enables the driver to be configured at runtime
  10.         <merge key="input.x11_options.SHMConfig" type="string">true</merge>
  11.  
  12.         Maximum movement of the finger for detecting a tap
  13.         <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
  14.  
  15.         Enable vertical scrolling when dragging along the right edge
  16.         <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
  17.  
  18.         Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
  19.         <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
  20.  
  21.         Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
  22.         <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
  23.  
  24.         If on, circular scrolling is used
  25.         <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
  26.  
  27.         For other possible options, check CONFIGURATION DETAILS in synaptics man page
  28.         -->
  29.         <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" string="Inspiron 1011">
  30.             <merge key="input.x11_options.JumpyCursorThreshold" type="string">90</merge>
  31.             <merge key="input.x11_options.AreaBottomEdge" type="string">4100</merge>
  32.         </match>
  33.         <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" string="Inspiron 1012">
  34.             <merge key="input.x11_options.JumpyCursorThreshold" type="string">90</merge>
  35.             <merge key="input.x11_options.AreaBottomEdge" type="string">4100</merge>
  36.         </match>
  37.         <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" string="HP MiniNote 1000">
  38.             <merge key="input.x11_options.JumpyCursorThreshold" type="string">200</merge>
  39.         </match>
  40.     </match>
  41.   </device>
  42. </deviceinfo>
RAW Paste Data
Top