The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Disabling a touchpad in Linux

    Discussion in 'Linux Compatibility and Software' started by p00nlog, Jun 21, 2006.

  1. p00nlog

    p00nlog Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    I installed Ubuntu on my brand new A8jm and i absolutely love the setup with one exception. I can't figure out how to disable the touchpad while I'm typing, making it excruciatingly difficult to get through a paragraph without hitting the touchpad by mistake. Under windows it is a software control, there is no hardware switch I am aware of. Any thoughts on how to disable it?
     
  2. noahsark

    noahsark Notebook Evangelist

    Reputations:
    159
    Messages:
    687
    Likes Received:
    0
    Trophy Points:
    30
    I think you would have to disable it in your X config file (either xf86 or xorg, I don't know which ubuntu uses) and restart X. Howerver, I don't know of an easy way to switch it on and off as you suggest. It's a hardware key for me to do that. Maybe google knows?
     
  3. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    Try issuing the following command from a terminal session;

    Code:
    syndaemon -d -k
    And then try recreating the typing and bumping the mouse experiment. If it works, you can issue this command everytime you start gnome by editing the file called .gnomerc in your home directory and add the command line as entered above. If .gnomerc doens't exist, you can create it..