LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xorg synaptics driver problems... (https://www.linuxquestions.org/questions/linux-software-2/xorg-synaptics-driver-problems-473038/)

pda_h4x0r 08-11-2006 12:58 PM

Xorg synaptics driver problems...
 
Hello everyone,

I've been having some problems with Xorg's synaptic touchpad module. Every so often, when I go to move the cursor, it flies all over the screen and generates random click events! I'll be moving it around, and suddently it disappears and reappears on the other side of the screen, on the far edges, or so, and sometimes it will click on items in my task tray or other windows, sometimes pressing buttons or triggering menus. I just need to move it and it does this. Also, these events are not easily replicated (i.e. I can repeat the same motion and nothing will happen). Does anyone else have this problem?

I use the latest Xorg synaptics touchpad module (0.14.6) on my HP Pavilion dv5000t.

Thank you

DeusExLinux 08-12-2006 09:18 AM

I've had similar issues with touchpad drivers before.

What does the synaptic section in xorg.conf look like?

pda_h4x0r 08-12-2006 09:24 PM

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

I also have the "Configured mouse" input device description (i.e. the default configuration), but this caused more problems than the current configuration.

DeusExLinux 08-12-2006 11:53 PM

Here's mine....
Code:

Section "InputDevice"
        Driver        "synaptics"
        Identifier    "synaptics"
        Option        "Device"        "/dev/psaux"
        Option        "Protocol"      "auto-dev"
        Option        "LeftEdge"      "1700"
        Option        "RightEdge"    "5300"
        Option        "TopEdge"      "1700"
        Option        "BottomEdge"    "4200"
        Option        "FingerLow"    "25"
        Option        "FingerHigh"    "30"
        Option        "MaxTapTime"    "180"
        Option        "MaxTapMove"    "220"
        Option        "VertScrollDelta" "100"
        Option              "HorizScrollDelta" "0"
        Option        "MinSpeed"      "0.09"
        Option        "MaxSpeed"      "0.18"
        Option        "AccelFactor" "0.0010"
        Option                "RTCornerButton" "3"
        Option        "RBCornerButton"  "3"
        Option        "LeftRightScrolling" "off"
                                                 
EndSection

You can look through the man page to see exactly what everything does.

pda_h4x0r 08-13-2006 12:08 AM

Thank you for your configuration, but I still have the same problems.

DeusExLinux 08-13-2006 01:26 AM

Hmm, odd.. what version of the driver are you using? Have you tried updating it?

pda_h4x0r 08-14-2006 12:49 AM

The latest: 0.14.6.

Weird, huh?

DeusExLinux 08-14-2006 06:37 AM

very strange, how much ram do you have? I have problems sometimes when I'm using a lot of my system memory.

pda_h4x0r 08-15-2006 02:53 AM

I have 512 MB RAM and 1 GB swap (the latter of which is never used).

dutchman25 08-20-2006 10:38 PM

Same problem
 
I have the same problem with my HP dv5000 and so far all I've found with possible solutions is turning off the ACPI functions, since they are supposedly at the root of the problem. However, I have a Turion that I think needs ACPI to work optimally and I also like to know how much battery power I have too.

I'd be interested in hearing from anyone about other ideas as to how to fix this Synaptics Touchpad problem.

DeusExLinux 08-20-2006 11:00 PM

that's odd. I also have an HP dv5000 model (I forget the actual number), turion with a synaptics pad. did you by any chance upgrade the RAM? I upped mine to a gig and have no problems with my synaptics touchpad.

dutchman25 08-21-2006 06:45 AM

I have not upgraded my ram. The error that I get is:

psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
(repeats a few times)

My touchpad randomly freezes all mice (I have a USB connected as well) and makes random movements on the screen.

What synaptics driver are you using?

pda_h4x0r 08-21-2006 10:44 AM

I have the dv5000t (Intel T2300 dual core, nVidia GPU, etc). I think you both have the dv5000z (AMD Turion, ATI GPU, etc). I'm not sure how different the boards are...

I haven't upgraded my ram yet, but I'm looking to if it will help.

pda_h4x0r 08-23-2006 09:54 AM

Here's something interesting: my /proc/bus/input/devices file indicates that I have both a SynPS/2 Touchpad AND a PS/2 Generic Mouse (mouse 0 and mouse 1). The synaptics driver page informs me that other mice have been known to cause interferences with the synaptics driver (i.e. PS/2 mice). Does anyone know how to get the kernel to ignore the non-existant PS/2 Generic Mouse? Thanks.

DeusExLinux 08-23-2006 03:01 PM

Hmm, is it in your xorg.conf file?


All times are GMT -5. The time now is 01:05 PM.