USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Is it possible to disable tapping on an ASUS K60IJ?

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Hardware
View previous topic :: View next topic  
Author Message
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2432
Location: MD, USA

PostPosted: Sun Jan 17, 2024 2:41 am    Post subject: Is it possible to disable tapping on an ASUS K60IJ? Reply with quote

debian squeeze fully updated. No xorg.conf file, it's SUPPOSED to be using HAL. Here's my /etc/hal/fdi/policy/11-x11-synaptics.fdi file:

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>             
<deviceinfo version="0.2">                               
  <device>                                               
    <match key="info.capabilities" contains="input.touchpad">
      <!-- do not use the synaptics driver for devices advertising
           themselves as keyboards -->                           
      <match key="info.capabilities" contains_not="input.keyboard">
          <merge key="input.x11_driver" type="string">synaptics</merge>
          <!-- Arbitrary options can be passed to the driver using     
               the input.x11_options property since xorg-server-1.5. -->
          <!-- EXAMPLES:                                               
          Switch on shared memory, enables the driver to be configured at runtime                                                                               
          <merge key="input.x11_options.SHMConfig" type="string">true</merge>   

          Maximum movement of the finger for detecting a tap
          <merge key="input.x11_options.MaxTapMove" type="string">0</merge>
          <merge key="input.x11_options.TapButton1" type="string">0</merge>
          <merge key="input.x11_options.TapButton2" type="string">0</merge>
          <merge key="input.x11_options.TapButton3" type="string">0</merge>
          Enable vertical scrolling when dragging along the right edge     
          <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>                                                                             

          Enable vertical scrolling when dragging with two fingers anywhere on the touchpad                                                                     
          <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>                                                                         

          Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad                                                                   
          <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>                                                                       

          If on, circular scrolling is used
          <merge key="input.x11_options.CircularScrolling" type="string">true</merge>                                                                           

          For other possible options, check CONFIGURATION DETAILS in synaptics man page                                                                         
          -->                                                                   
      </match>                                                                 
    </match>                                                                   
  </device>                                                                     
</deviceinfo>



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Lord.DragonFly.of.Dawn
Advanced Member


Joined: 18 Jul 2024
Posts: 607
Location: South Portland, Maine, USA, Earth, Sol System

PostPosted: Sun Jan 17, 2024 4:39 pm    Post subject: Reply with quote

try adding this entry:

<merge key="input.x11_options.TouchpadOff" type="string">2</merge>

Form the man page:

Option "TouchpadOff" "integer"
Switch off the touchpad. Valid values are:

0 Touchpad is enabled
1 Touchpad is switched off
2 Only tapping and scrolling is switched off
Property: "Synaptics Off"



_________________
ArchLinux x86_64 - Custom Built Desktop
ArchLinux x86_64 - Compaq CQ50 Laptop
ArchLinux i686 - Acer Aspire One Netbook
ArchLinux i686 - Dell Presario ze2000 (w/ shattered LCD)

PuppyLinux, CloneZilla, PartedMagic, DBAN - rescue thumbdrives
Windows 7 (x86_64 desktop alternate boot)
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse