touchpad is not disabled when typing [Solved]

Issues Related to Hardware (Sound, Video, Printers, Scanners, Webcams, Touchpads, Keyboards, Sensors, Drives, GRUB, etc.)

Moderator: Moderators

touchpad is not disabled when typing [Solved]

Postby NIXXTREME » Sun Feb 26, 2012 11:03

I looked in the KDE settings but not found
an option found on the Internet through synaptic input device section but I do not appear in / etc/X11/xorg.conf

all that the file contains is

Code: Select all

Section "Module"
    SubSection  "extmod"
       Option    "omit xfree86-dga"
    EndSubSection
    Load    "i2c"
    Load    "ddc"
    Load    "vbe"
    Load    "dri"
    Load    "glx"
    Load    "synaptics"
EndSection

Section "ServerFlags"
     Option    "AllowMouseOpenFail"    "true"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    VertRefresh    43 - 60
    HorizSync      28 - 80
EndSection


Section "Device"

    Identifier  "SabayonVga0"
    Driver      "intel"
    BusID    "PCI:00:02"
    #Option "RenderAccel" "on"
    #Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
    # UseEvents is causing segmentation faults with
    # NVIDIA 6xxx, 7xxx and >=275.xx.xx drivers
    #Option "UseEvents" "True"
    Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"

EndSection



Section "Device"

    Identifier  "SabayonVga1"
    Driver      "nv"
    BusID    "PCI:01:00"
    #Option "RenderAccel" "on"
    #Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
    # UseEvents is causing segmentation faults with
    # NVIDIA 6xxx, 7xxx and >=275.xx.xx drivers
    #Option "UseEvents" "True"
    Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"

EndSection



Section "Screen"

    Identifier    "Screen 0"
    Device        "SabayonVga0"
    Monitor       "Generic Monitor"
    #Option       "AddARGBGLXVisuals" "true"
 DefaultDepth 24

    SubSection "Display"
        Depth           8
        ViewPort        0 0
        #Modes          "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           16
        ViewPort        0 0
        #Modes          "1024x768" "800x600" "640x480"
    EndSubsection

    SubSection "Display"
        Depth           24
        ViewPort        0 0
        #Modes          "1024x768" "800x600" "640x480"
    EndSubsection

EndSection


Section "DRI"
    Mode 0666
EndSection

Section "ServerLayout"
    Identifier   "Main Layout"
    Screen 0    "Screen 0"
    Screen 1    "Screen 1"
EndSection

Section "Extensions"
   #Option "Composite" "Enable"
EndSection





how I can disable the touchpad when typing?
im using sabayon 8 with kde
Last edited by NIXXTREME on Sun Feb 26, 2012 20:16, edited 1 time in total.
NIXXTREME
Simple Hen
 
Posts: 61
Joined: Sun Jan 30, 2011 10:06

Re: touchpad is not disabled when typing

Postby Fitzcarraldo » Sun Feb 26, 2012 13:36

Do you have the package x11-drivers/xf86-input-synaptics installed? If you do, try this experiment. Open a Konsole window and enter the following command:

Code: Select all
syndaemon

Now see if your touchpad is disabled while you type.

If that does the trick, to make it stick every time you reboot, create a two-line Bash script named ~/.kde4/Autostart/syndaemon that consists of the following:

Code: Select all
#!/bin/bash
syndaemon

and make the script executable:

Code: Select all
chmod +x ~/.kde4/Autostart/syndaemon

If you still want modifier keys (e.g. Ctrl and Alt) to work while moving your mouse, make the second line of the file "syndaemon -k" instead of "syndaemon".

Use the command man syndaemon to find out how to change the idle time (the time to wait after a key press before the touch pad is enabled again), etc.

All the above are done under your own user account.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7334
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: touchpad is not disabled when typing

Postby NIXXTREME » Sun Feb 26, 2012 20:16

thank you very much for your reply. Now it works fine
NIXXTREME
Simple Hen
 
Posts: 61
Joined: Sun Jan 30, 2011 10:06


Return to Hardware

Who is online

Users browsing this forum: No registered users and 1 guest