View previous topic :: View next topic |
Author |
Message |
jasco n00b
Joined: 08 Dec 2005 Posts: 26 Location: Bloomington, IN
|
Posted: Wed Dec 21, 2005 11:33 pm Post subject: toshiba touchpad mouse mouse [SOLVED] |
|
|
I have recently installed gentoo on my toshiba laptop and the touchpad mouse is working fine. However, I get annoyed with accidentally hitting the touchpad area and it simulating a mouse click. Is there any way I can disable tapping the pad from simulating a mouse click?
Last edited by jasco on Sat Dec 31, 2005 9:17 pm; edited 1 time in total |
|
Back to top |
|
|
atrus123 Guru
Joined: 06 Jul 2005 Posts: 339 Location: Annapolis, MD
|
Posted: Thu Dec 22, 2005 2:51 am Post subject: |
|
|
Hmm... I'm not sure, but maybe if you changed Option "Emulate3Buttons" to false in xorg.conf.
J. _________________ "I cannot support a movement that exploded spending and borrowing and blames its successor for the debt."
-Andrew Sullivan |
|
Back to top |
|
|
dtor Guru
Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Thu Dec 22, 2005 2:55 pm Post subject: |
|
|
What model is your touchpad (ALPS or Synaptics)? Are you using Synaptics X driver? _________________ Dmitry |
|
Back to top |
|
|
jasco n00b
Joined: 08 Dec 2005 Posts: 26 Location: Bloomington, IN
|
Posted: Sat Dec 24, 2005 11:41 pm Post subject: |
|
|
dtor wrote: | What model is your touchpad (ALPS or Synaptics)? Are you using Synaptics X driver? |
I am not really sure what it is. How can I find that out? |
|
Back to top |
|
|
dtor Guru
Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Sun Dec 25, 2005 9:21 pm Post subject: |
|
|
Please post your /proc/bus/input/devices. Also look in /etc/C11/xorg.conf - do you see word "synaptics" enywhere? _________________ Dmitry |
|
Back to top |
|
|
jasco n00b
Joined: 08 Dec 2005 Posts: 26 Location: Bloomington, IN
|
Posted: Mon Dec 26, 2005 7:34 pm Post subject: |
|
|
dtor wrote: | Please post your /proc/bus/input/devices. Also look in /etc/C11/xorg.conf - do you see word "synaptics" enywhere? |
/proc/bus/input/devices shows that I am using athe ALPS driver. Also, the driver listed in xorg.conf is just "mouse" |
|
Back to top |
|
|
dtor Guru
Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Tue Dec 27, 2005 12:29 am Post subject: |
|
|
You can try disabling tapping with "mousedev.tap_time=0" option (if mousedev driver is compiled as a module put "options mousedev tap_time=0" into your /etc/modprobe.conf)
But I usually recommend installing and setting up synaptics driver ("emerge synaptics" in gentoo I believe). _________________ Dmitry |
|
Back to top |
|
|
jasco n00b
Joined: 08 Dec 2005 Posts: 26 Location: Bloomington, IN
|
Posted: Thu Dec 29, 2005 5:59 pm Post subject: |
|
|
That works great.
Thank you very much |
|
Back to top |
|
|
|