Disabling touchpad

Hi everyone!
I have Solaris 10 running XSun server on x86 laptop. I'm using an USB mouse, which gets configured simultaneously with laptop's touchpad when using any of the drivers of kdmconfig available for an USB mouse. Sounds nice, but however I'd like to disable touchpad to avoid accidental mouse actions. How could this be done?
Any help is appreciated!

Besides,
I have another mouse-related problem, too. My mouse gets stuck after some JSD use, normally from 15 minutes to half an hour. The problem remains with every driver I've tried, both USB and touchpad. How to cure this?

Similar Messages

  • How do I disable touchpad swipe or edge gestures on Envy x2 13-j002dx ?

    I find that the edge gestures on the touchpad get in the way of my productivity, so I would like to disable them.  I've been able to disable these on other laptops, using an icon in the tray area.  I see no such icon with this device ( Envy x2 13-j002dx )
    The closest I've come is I did edit this registry setting, based on instructions I found for touchpads which use the PrecisionTouchPad (including the Surface 3), but it didn't help, even though those registry settings were present:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad]
    "ScrollDirection"=dword:00000000
    "EnableEdgy"=dword:00000000
    "AAPThreshold"=dword:00000002
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad\Status]
    "Enabled"=dword:00000001

    So I did some looking around and it looks like there may not be independent software for the touchpad on this model. First time I've actually come across this. (Regarding disabling touchpad gestures on a Split series notebook.)
    I looked in the user guide and it talks about using gestures but no way to disable or enable them. It looks like they may not be able to be disabled on this model.
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • How disable touchpad for hp notebook 14-r204-tu?

    how disable touchpad hp notebook 14-r204tu?

    Hi  ,
    Thank you for visiting the HP Forums! A great place where you can find solutions for your issues, with help from the community!
    I came across your post about the Notebook, and wanted to assist you! I have looked into your issue about your HP 14-r204tu Notebook and needing to disable your TouchPad on the Notebook.  Here is a link that shows you how to do that, instead of settings go to the disable right beside it. Select apply and then ok. To enable the Touchpad just do this in reverse.  Hope this helps. Thanks.

  • Permanently disable touchpad on EliteBook 2560p

    Hi,
    I own a HP EliteBook 2560p w/ 8gig RAM, Windows 7 Professional 64 bit. I don't know the current BIOS version.
    On this model I can (de-)activate the touchpad and associated mouse buttons below the touchpad by double tapping a small dot in the upper left corner of the touchpad (http://computershopper.com/var/ezwebin_site/storage/images/media/images/hp-elitebook-2560p-touchpad/...)
    Stupidly this is just the same spot where I usually rest my left thumb (just below the left-click of the upper mouse buttons).
    When I double click the left mouse button, the trackpad (de-)activates.
    What I'd like to know is how do I PERMANENTLY disable the touchpad (w/o opening the casing and disconnecting the cable)?
    Thank you in advance!
    This question was solved.
    View Solution.

    You definitely should be able to disable to touchpad in the settings. Try following these steps to see if you can find the "Disable TouchPad" option in the Settings.
    Control Panel > icon view > Mouse > TouchPad Settings >
    (repeat) TouchPad Settings (button) > Click-on Tapping >
    CHECK "Double Tap to Enable / Disable TouchPad"
    CHECK "Switch TouchPad off for one session"
    This should disable your touchpad. Let me know if this does not work.
    Thanks,
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Disabling Touchpad in UltraNav-Keyboard

    Hello,
    I'm using an IBM Thinkpad UltraNav-Keyboard (this one) and i'd like to disable the touchpad.
    I've googled around, and all I've found is that I should make some changes to xorg.conf and/or the hal-policies.
    I did so, but nothing happend. Even removing both, the xorg.conf and all the hal-policies didnt change anything.
    Another option i've found is to change the behaviour using the Gsynaptics-Config-Tool.
    I added  'Option "SHMConfig" "true"' in the section "InputDevice" in the xorg.conf and created an shmconfig.fdi with the following content:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="input.x11_driver" string="synaptics">
    <merge key="input.x11_options.SHMConfig" type="string">True</merge>
    </match>
    </device>
    </deviceinfo>
    But when I try to run gsynaptics it still says:
    GSynaptics couldn't initialize.
    You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
    And yes, I've restartet HAL and X, I even rebooted. Still no change.
    lshal ouptut for input.device:
    input.product = 'Macintosh mouse button emulation' (string)
    input.product = 'Synaptics Inc. Composite TouchPad / TrackPoint' (string)
    input.product = 'Synaptics Inc. Composite TouchPad / TrackPoint' (string)
    input.product = 'Lite-On Tech IBM USB Travel Keyboard with UltraNav' (string)
    input.product = 'Lite-On Tech IBM USB Travel Keyboard with UltraNav' (string)
    cat /dev/input/mouse1 responds to movements on my touchpad,
    cat /dev/input/mouse2 responds to the trackpoint.
    So, what do I have to change to disable the touchpad?
    Thanks in advance,
    tOmAtE

    Ok, i read that but found nothing about governing and governed modules.
    But I found out a couple of other things:
    First of all I could  get the trackpoint scrolling using this fdi:
    <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input">
    <match key="info.product" contains="Synaptics Inc. Composite TouchPad / TrackPoint">
    <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    I'm able to disable the touchpad using "xinput set-prop 8 121 0" , see xinput list- and xinput list props-output.
    Notice the device "Synaptics Inc. Composite TouchPad / TrackPoint" is listed two times, i don't think that should be like that?
    Using hal-device I found out that the pointing devices are driven by evdev.
    When I created an hal-policy to load the Synaptics-Driver,  neither trackpoint nor touchpad worked.
    Xorg.log provides information why:
    (II) config/hal: Adding input device Synaptics Inc. Composite TouchPad / TrackPoint
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.7.3, module version = 1.2.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event6"
    (--) Synaptics Inc. Composite TouchPad / TrackPoint: no supported touchpad found
    (EE) Synaptics Inc. Composite TouchPad / TrackPoint Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "Synaptics Inc. Composite TouchPad / TrackPoint"
    (II) UnloadModule: "synaptics"
    Apparently the xf86-input-synaptics-driver does not (or no longer?) support the Ultranav-Keyboard?
    I wonder, because I read a lot about this the past few days, i'm almost sure i found some people who were using this keyboard with that driver.
    Unfortunately i'm not able to find anything about that again.
    Is there anything I could still try?
    Otherwise i'll try this synaptics-usb-driver, that is reported to work.

  • Disable touchpad under Win 8.1 on G580

    Starting with Win 8.1, there is no Lenovo driver for the Elan touchpad. It's provided directly by the Win 8.1 OS.
    Now, in previous OS, I could deactivate easily the touchpad, by entering in Mouse applet from Control Panel. Now, this procedure isn't available. More than that, in PC settings>PC and devices there is a Mouse and touchpad option, but not sliders for On/Off as should be.
    So, how can we disable the touchpad?
    Screenshot
    Solved!
    Go to Solution.

    Hi Gdvlad,
    Welcome to Lenovo Community!
    I’m sorry to hear that the Touchpad is not disabling after updating to Windows 8.1. Hence, I suggest you to press Fn+F6 together to disable the Touchpad. If this is not working, the Fn key features works only when the LEM (Lenovo Energy Management) in your computer and let me know the findings. Below is the link to download the exact LEM for the computer:
    Lenovo Energy Management for Windows 8.1 (32-bit, 64-bit)
    Hope to hear back soon
    Best Regards
    Shiva Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Disable Touchpad? (HP Pavilion dv5020US, Windows XP Pro w/SP3)

    I have an HP Pavilion dv5020US running Windows XP Pro, version 2002, Service Pack 3; I would like to disable the touchpad.  (I have a mouse connected that's working great, and the touchpad really just gets in the way.)
    I've tried Control Panel > Printers and Other Hardware > Mouse > Hardware, but it appears that both devices are associated with the USB wireless mouse I have installed.
    Any suggestions?  
    Thanks!

    Thank you for quick reply.
    I'd been in this realtek download site and already downloaded the sound driver "WDM_R238" for XP.
    As HP instructions, I must install first the Microsoft UAA HD Audio driver then follow by this Realtek driver.
    It still same, sound icons is there, Windows Audio OK, Speaker/headphones had been changed, mute disable. But still I don't have a sound..
    Is there anything I's missed in the process?
    Thank you.
    Ochie

  • Disable Touchpad on EliteBook 2570p permanently

    Hi everybody
    I have a problem with my touchpad: I want to disable it. I can do that by double-tapping the light on the touchpad. However, whenever I double-tap it again it is enabled again. Given that the enable/disable light is *exactly* below the left mouse button, this happens *a lot*. For example: When I browse through folders in file explorer I have to double click often. This results in the touchpad being turned on and off once every 2 *seconds* (also resulting in the on-screen display telling me that the status of the touch-pad changed).
    Apparently, I can turn the touchpad off in BIOS neither. After login in to McAfee (for hard-disk decryption), windows is started immediately => I cant get into BIOS setup.
    Any ideas?

    Unfortunately, my 2nd 2570p with the 3rd SSD disk has died for the 3rd time. Therefore I can currently not test your suggestion. However, I think I already tried that and the change is *not* permanent: As soon as I inadvertently double-click the light on the touchpad, it still enables again.

  • Disable Touchpad on a HP-15-G029

    I am trying to see if there is a hot-key or some kind of way to disable the touchpad other than removing it from the device manager.
    I am using a HP15 G029 running Win 8.1 factory installed.
    Any help would be greatly appreciated.
    Thanks in advance,
    Donovan

    Hi Donovan,
    Welcome to the HP Support Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I will be happy to help disable your TouchPad. There are two potential ways; in the upper left hand corner of the TouchPad double tap it. If see a light turn on nearby then you have disabled your TouchPad. Or you can check out the HP document below and there is a section on how to disable the TouchPad.
    Using and Troubleshooting the TouchPad Windows 8
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Problem with udev rule to disable touchpad when USB mouse connects

    Hi, I've been running Arch on this laptop, but I can't get this udev rule to work properly.
    What I want to happen is: when I plug in my usb mouse, the laptop touchpad is disabled, and the left and right buttons are reversed (I'm left handed)
    After following several tutorials, both from the arch wiki and other sites, I've come up with this udev rule:
    ACTION=="add", SUBSYSTEM=="input", RUN+="/usr/local/bin/USBMouse.sh"
    ACTION=="remove", SUBSYSTEM=="input", RUN+="/usr/local/bin/USBMouse.sh"
    And here's the script it links to (USBMouse.sh):
    #!/bin/bash
    export DISPLAY=:0.0
    synclient TouchPadOff=$(/usr/bin/lsusb | grep "Microsoft Corp.\
    Nano Transceiver v1.0 for Bluetooth" | wc -l)
    if [[ $(/usr/bin/lsusb | grep "Microsoft Corp.\
    Nano Transceiver v1.0 for Bluetooth" | wc -l) == 1 ]]
    then
    xmodmap -e 'pointer = 3 2 1'
    fi
    if [[ $(/usr/bin/lsusb | grep "Microsoft Corp.\
    Nano Transceiver v1.0 for Bluetooth" | wc -l) == 0 ]]
    then
    xmodmap -e 'pointer = 1 2 3'
    fi
    Running the script from a terminal returns no errors and works as expected. The problem is when I plug/unplug the mouse from the usb port, nothing happens.
    I appreciate any insight you might have about how to fix this, and thank you in advance

    This has already been done. And another relevant thread.

  • X220T Windows 8. Hotkeys, Bluetooth. Disable touchpad

    Just installed the windows 8. All is working fine exept:
    Hotkeys. I especially need Fn+F8 or other way to disable the touchpad. How to?
    This for me is very important, I use only trackpoint and I ALWAYS touch the touchpad moving the pointer all over. Very very very annoying, I need to disable it.
    Bluetooth is also not working

    Some of the Fn hoty keys actually work like Fn+F4 for sleep and F7 for external monitor. But The one for disabling touch tad doesn't.
    However, you can disable the trackpad in BIOS. That's what I did after installing Win8 CP and I actually prefer this over the hotkey method.
    By tablet button if you mean the 4 buttons on the screen they will work once you install the driver. Just use the win7 x64 driver. I got all three to work correctly. 

  • HAL policy - disabling touchpad [SOLVED]

    Hi, I'm trying to disable the touchpad on my Thinkpad SL300. However, hal doesn't seem to respond to my policy even after I restart it.
    /etc/hal/fdi/policy/11-x11-synaptics.fdi:
    <?xml version="1.0" encoding="UTF-8"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="AlpsPS/2 ALPS Dualpoint Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TouchpadOff" type="string">1</merge>
    </match>
    </device>
    </deviceinfo>
    Excerpt from /proc/bus/input/devices:
    I: Bus=0011 Vendor=0002 Product=0008 Version=7301
    N: Name="AlpsPS/2 ALPS DualPoint TouchPad"
    P: Phys=isa0060/serio4/input0
    S: Sysfs=/devices/platform/i8042/serio4/input/input7
    U: Uniq=
    H: Handlers=mouse2 event7
    B: EV=f
    B: KEY=420 70000 0 0 0 0
    B: REL=3
    B: ABS=1000003
    It works fine if I run "synclient TouchpadOff=1".
    To be honest I think it's something wrong with the my policy HAL configuration. Cause none of the touchpad or keymap options work when I set them in the .fdi files. Although, I have no idea what it could be! Any ideas?
    Last edited by vesz (2010-02-25 03:21:05)

    Nevermind, it seemed to work after a reboot. Strangely enough restarting HAL didn't do the trick =/

  • Better solution to disabling touchpad on external mouse connection??

    Hi all,
    I've been playing around with a "clean" solution to disabling the Synaptics touchpad on my laptop - when I connected a USB external mouse OR when the USB mouse is already connected at boot...
    I have a very hacked together solution... First for info the stock "mouse" devices on laptop...
    lrwxrwxrwx 1 root root 0 26.09.2013 12:38 mouse0 -> ../../devices/virtual/input/input6/mouse0/
    lrwxrwxrwx 1 root root 0 26.09.2013 12:38 mouse1 -> ../../devices/platform/i8042/serio4/input/input14/mouse1/
    FYI MCE IR Keyboard/Mouse (ite-cir) and Synaptics touchpad respectively.
    So I have a simple script...
    #! /bin/bash
    username=$(users | gawk '{print $1}')
    export DISPLAY=":0"
    export XAUTHORITY="/home/${username}/.Xauthority"
    if $(lsusb -v | grep -q Mouse); then
    synclient TouchpadOff=1
    else
    synclient TouchpadOff=0
    fi
    exit 0
    that is called by a udev (/etc/udev/rules.d/01-touchpad.rules ) rule...
    ACTION=="add", SUBSYSTEM=="input", KERNEL=="mouse[0-9]", ENV{ID_CLASS}="mouse", PROGRAM="/root/Scripts/mouse_detect.sh"
    ACTION=="remove", SUBSYSTEM=="input", KERNEL=="mouse[0-9]", ENV{ID_CLASS}="mouse", PROGRAM="/root/Scripts/mouse_detect.sh"
    Problem is that solution does not fire when I logout and login again, or boot from cold, into KDM/KDE... My hack to solve this problem was the following (awful!!) systemd unit...
    [Unit]
    Description=Mouse Detect (on Desktop Environment startup)
    After=display-manager.service
    Requires=display-manager.service
    [Service]
    Type=oneshot
    RestartSec=20
    Restart=always
    ExecStart=/root/Scripts/mouse_detect.sh
    [Install]
    WantedBy=graphical.target
    It's stored as mouse-detect.service in /etc/systemd/system ... It fires too early, probably when KDM is active (hence why it auto-restarts every 20 seconds).... Not even sure if it's possible to get the mouse_detect.sh script to work during the KDM Session (as I'm not sure where the Xauthority information is stored for KDM and so on)...
    If I make it the service unit stop on a successful run of synclient (e.g. Restart=onfailure) - it won't every refire - if say I logout and log back into my KDE session!!
    Any thoughts on how to do this more cleanly??
    Given that the current solution works - I was just looking to learn some more - by implementing a less hacked version!! 
    Thanks
    Bob
    Last edited by bobwya (2013-09-26 14:25:52)

    Zamajalo wrote:What about using one simple udev rule? Manual can be found here
    The udev rule falls down when you boot with a USB mouse already attached to the laptop - on boot (as I clearly stated). The rule only detects change of state (mouse attached or detached). Also what if you have 2 USB mice attached?? :-) The udev idea of what a "mouse" is - is also rather generic (e.g. touchpad, infrared remote control are definitely not USB mice!!)
    The script is overkill for running from a udev rule (- although it does have the benefit of not have a hard-coded username). However the script is necessary to test for a mouse being attached - when a KDE session starts. That was basically what my question was about... How to run this script at the start of the KDE session - my use of lsusb is annoying - because it means the script must run as root (due to the verbose flag)... There must be a way to do this as a normal desktop user (and then the script should run OK in a normal autostart desktop script).
    Thanks
    Bob

  • Disabling touchpad envy 17 with Windows 7

    The touchpad on the envy 17 is giving me fits.  I'd like to disable it.  I've done it on THIS computer, quite simply, in the past but a recent software update and tech support phone call/interaction may have changed that.  Once located in a different place, the option for  'disable' function is greyed out.   I've checked other inquiries of same or similar requests.  For the record, after reasing past posts, there is NO Hardware option from the Control Panel as suggested here:Click start- Click control panel- Click Hardware and Sound- Under "Devices and Printers" click on "Mouse"- Click the "ClickPad Settings" tab- Place a check in "Disable internal pointing device when external USB pointing device is attached" This process referenced also is unavailable:Control Panel > MouseSelect Clickpad settings tabTick "Disable internal ...."Click Apply then OK to get out.To get it back, untick #3 above.   This is very frustrating. Please help. 

    Or The touchpad is controlled through the Mouse Properties (in the Control Pad) where there is a tab "HP Control Zone Settings" and 2 "buttons": 1.  HP Control Zone enable2. HP Control Zone disable There is also a Tray Icon section of the window which allows a system tray icon  which is a shortcut to getting to the enable/disable capability Or Click on the below shown link to find the steps involved in disabling the Touchpadhttp://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03922412  Hope this helps, for any further queries reply to the post and feel free to join us again  **Click the White Thumbs Up Button on the right to say Thanks**Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem. Thank You,GBL84Although I am an HP employee, I am speaking for myself and not for HP   

  • Satellite C55-B5353 - how to disable touchpad sensor?

    I'm using Windows 8.1 on a Toshiba Satellite C55-B5353. I need to disable the touchpad sensor. It's driving me crazy.
    I never use swipes or touchpad gestures...I rely exclusively on keyboarding and manual use of a mouse. But on this computer, because of the touchpad sensor, I cannot type, keyboard, or use my mouse efficiently. That's because the sensor makes my cursor jump, or causes pages to scroll up and down, etc.
    I've tried using the F5 key and the FN+F9 keys. It doesn't work.
    Can someone please tell me what to do about this problem? I can't get any work done until I find a solution. I don't know if the problem is the Satellite C55-B5353 or Windows 8.1.

    Satellite C55-B5353
    I've tried using the F5 key and the FN+F9 keys.
    It should be either F5 or Fn + F5. See the top of p. 146 in the User's Guide.
        Satellite/Satellite Pro C40/C50/C70-B Series User’s Guide
    -Jerry

Maybe you are looking for