![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Desktop Environments Support for your Ubuntu desktop. Including Gnome, KDE and XFCE. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Beans: 13
|
disable tapping alps touchpad in breezy
Any ideas how to accomplish this?
The patch for alps touchpads has already been applied in breezy since its using the 2.4.12 kernel. But the alps.readme states that disabling tapping is not really possible without applying this little patch thats not included in the original patch since its been known to cause errors. I read an older thread that pretty much re-compiled the 2.4.10 kernel but i don't need to appply patches since the .12 kernel has thes asforementioned. Has anyone have in solid steps or any way to disable tapping on an alps keypad? |
|
|
|
|
|
#2 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Sep 2005
Beans: 178
Xubuntu 9.10 Karmic Koala
|
Re: disable tapping alps touchpad in breezy
Quote:
Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "MaxTapTime" "0" EndSection The important line is the one with MaxTapTime. If it's not there, add it. If it's there, make sure it's set to zero. With luck, this will help you out. Gila |
|
|
|
|
|
|
#3 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Beans: 13
|
Re: disable tapping alps touchpad in breezy
the maxtaptime option only applies to true synaptic touchpads, with an alps touchpad setting maxtaptime 0 and the deafult pointer/mouse setting has no effect.
|
|
|
|
|
|
#4 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Sep 2005
Beans: 178
Xubuntu 9.10 Karmic Koala
|
Re: disable tapping alps touchpad in breezy
Quote:
Gila |
|
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Location: Dover, NH
Beans: 5
Ubuntu Breezy 5.10
|
Re: disable tapping alps touchpad in breezy
This has given me lots of trouble, too.
I have a Dell Inspiron 600m with an Alps touchpad. Installed Ubuntu 5.10, and cannot disable tap-to-click. Of course I set MaxTapTime to 0 in the xorg.conf file, but it doesn't work with Alps. I've read everything on the web, most of which refers to older versions of the kernel and they all say you need to rebuild the kernel with the alps.patch. I read somewhere that the alps.patch was already included in the 2.6.12 kernel, but since I couldn't turn off the tap-to-click I thought maybe that was wrong. I installed the source and tried to apply the patch, but all patches were already applied. I read the README.alps, and found the comment that disabling tapping will not work unless you also apply that patch that is shown in the readme. I copied this patch to a separate file and tried to apply it, but it failed. I suspect the code in the alps.c has changed since the readme was written so the patch no longer makes sense. Can anyone confirm this? The xorg log shows that it is detecting the touchpad, and even shows the value of MaxTapTime as 0. But tap-to-click is still in effect. I noticed that the xorg-driver-synaptics version is listed as "0.14.3+revertedto+0.13.6". Do I need version 0.14.3 to make this work? Does anyone know why it was reverted? I can't seem to force the package manager to install the 0.14.3 version. Do I need to go to the telia website to get this version? Does anyone know if something will break if I do this? (I'm just nervouse because it was "reverted".) The touchpad basically works - it's just that the tap-to-click is way too sensitive and it ends up clicking on things when I'm just trying to move the cursor around the screen. Very infuriating! I never know what it's going to think I clicked on! BTW, my USB mouse works fine, but I need the touchpad when working mobilely. |
|
|
|
|
|
#6 |
|
A Carafe of Ubuntu
![]() |
Re: disable tapping alps touchpad in breezy
Bump!
Has anyone gotten their alps touchpad to be able to scroll vertically? I applied the patch in hoary. Do I have to do that again? I'm trying to configure a Dell Inspiron 8500. Is there a howto for this? Scrolling is pretty important to me. thanks! |
|
|
|
|
|
#7 |
|
A Carafe of Ubuntu
![]() |
Re: disable tapping alps touchpad in breezy
Anyone with the know how to enable vertical scrolling with alps? this is for my girlfriend's laptop and she's getting pretty impatient.
|
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2005
Location: Dover, NH
Beans: 5
Ubuntu Breezy 5.10
|
Re: disable tapping alps touchpad in breezy
I was finally able to get this working! I managed to turn off tapping, and the scrolling works, too.
To get this working, I had to install the 0.14.3 version of the Synaptics driver. Steps are outlined below. Before you bother with the synaptics upgrade, you might want to try the following quick fix: Code:
sudo sh -c "echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe" If this doesn't work, you can try proto=any and reboot again. The above didn't do anything for me, but it worked for other people according to some of the forums I've read. If it works for you, great! If not, then do Code:
sudo rm -f /etc/modprobe.d/psmouse.modprobe
I hope this works as well for others as it did for me. I spent a whole week searching the web and trying different solutions before stumbling on the above. The following forums provided the info I needed: http://ubuntuforums.org/showthread.php?t=75094 http://ubuntuforums.org/showthread.php?t=75431 http://ubuntuforums.org/showthread.php?t=60494 Now that my touchpad isn't going crazy, I really like Ubuntu! Good luck with your gf's laptop, makhand! -William Last edited by William Szostak; November 5th, 2005 at 09:40 AM.. |
|
|
|
|
|
#9 |
|
Way Too Much Ubuntu
![]() Join Date: Jan 2005
Location: Stockholm, Sweden
Beans: 309
Ubuntu Karmic Koala (testing)
|
Haven't had the time to try this yet (laptop at other location) but if this works, this is something I hope will get into the repositories as soon as humanly possible. That's the single biggest annoyance I have when running Ubuntu on the laptop.
Thanks! =) |
|
|
|
|
|
#10 | |
|
A Carafe of Ubuntu
![]() |
Re: disable tapping alps touchpad in breezy
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|