LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-11-2006, 12:58 PM   #1
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
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
 
Old 08-12-2006, 09:18 AM   #2
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
I've had similar issues with touchpad drivers before.

What does the synaptic section in xorg.conf look like?
 
Old 08-12-2006, 09:24 PM   #3
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Original Poster
Rep: Reputation: 31
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.
 
Old 08-12-2006, 11:53 PM   #4
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
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.
 
Old 08-13-2006, 12:08 AM   #5
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Original Poster
Rep: Reputation: 31
Thank you for your configuration, but I still have the same problems.
 
Old 08-13-2006, 01:26 AM   #6
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
Hmm, odd.. what version of the driver are you using? Have you tried updating it?
 
Old 08-14-2006, 12:49 AM   #7
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Original Poster
Rep: Reputation: 31
The latest: 0.14.6.

Weird, huh?
 
Old 08-14-2006, 06:37 AM   #8
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
very strange, how much ram do you have? I have problems sometimes when I'm using a lot of my system memory.
 
Old 08-15-2006, 02:53 AM   #9
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Original Poster
Rep: Reputation: 31
I have 512 MB RAM and 1 GB swap (the latter of which is never used).
 
Old 08-20-2006, 10:38 PM   #10
dutchman25
LQ Newbie
 
Registered: Apr 2006
Posts: 7

Rep: Reputation: 0
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.
 
Old 08-20-2006, 11:00 PM   #11
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
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.
 
Old 08-21-2006, 06:45 AM   #12
dutchman25
LQ Newbie
 
Registered: Apr 2006
Posts: 7

Rep: Reputation: 0
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?
 
Old 08-21-2006, 10:44 AM   #13
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Original Poster
Rep: Reputation: 31
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.
 
Old 08-23-2006, 09:54 AM   #14
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Original Poster
Rep: Reputation: 31
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.
 
Old 08-23-2006, 03:01 PM   #15
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
Hmm, is it in your xorg.conf file?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Synaptics stops working when Xorg is started on Aspire 1694 gundelgauk Linux - Hardware 2 02-11-2006 08:16 PM
Having problems customizing the "Synaptics" driver options for my touchpad??? Southpaw76 Linux - Hardware 1 12-12-2005 09:19 AM
synaptics touch pad with Xorg on Debian seaking Linux - Hardware 0 10-15-2005 03:51 AM
Synaptics Driver spaaarky21 Linux - Hardware 0 02-18-2005 02:50 AM
eGalax Touchscreen and xorg: Driver problems (No core pointer) superhausi Linux - Hardware 5 08-03-2004 03:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration