Ubuntu :: Natty 11.04 Touchpad No Tap-to-click?

May 18, 2011

So my Natty install is finally starting to come together, internet works, I'm getting used to the new Unity interface, and well everything seems under control. Now there are just a few issues remaining. The most annoying for now is that there is no tap-to-click on my netbook's touchpad (and in the list of features I think they mentioned several other interesting new things with the touchpad).The other thing is that I can't open Synaptic from the menu/application list. It works from the terminal, though,

View 7 Replies


ADVERTISEMENT

Ubuntu :: Found That Two Finger Tapping Touchpad Has Gone From Middle Click To Right Click?

May 1, 2010

I'm newish to the forum, but have been using ubuntu for the past few months.I recently upgraded from eeebuntu (a 9.04 derivative) to 10.04, and found that two finger tapping my touchpad has gone from middle click to right click, (and 3 fingers is now middle instead of right).

From what I've seen, this has been changed since 9.10, but I haven't been able to find a permanent solution yet. Most fixes have been from before and use hal, or other things that don't exist anymore. The one thing I've found does work is using xinput and the command

Code:
xinput set-prop "ETPS/2 Elantech Touchpad" "Synaptics Tap Action" 2, 3, 0, 0, 1, 2, 3

But that has to be run every time I start up, and it occasionally reverts while I'm using the computer. I've tried making a script that runs at startup, but neither adding it to the list of startup programs, or autostart folder has worked, but running the script file manually does work. I'm a bit at wits end with this, it's the only issue I've had with 10.04, and I've spent many many hours trying to get it to work (I've also tried gsynaptics and the newer version whose name escapes me right now). Hopefully there's a permanent fix out there.

View 6 Replies View Related

Ubuntu :: Middle And Right Click With Touchpad (10.04)?

May 11, 2010

I use middle click much more than right with my Asus EEEpc 900, so I prefer to use it with two fingered tap. Default configurations for multiple finger taps are 2 = right and 3 = middle. I got this reversed with this guide ("Make middleclicking work in Firefox again...":[URL] but after an update it doesn't work anymore. I tried to install the .deb again, but Ubuntu tells me that the system already has a newer version of it.

P.S. If only we'd get this configured straight from the GUI of mouse settings like the scrolling options...

View 1 Replies View Related

Ubuntu :: Right-Left Click On Touchpad?

Jun 30, 2010

I finally got 10.04 installed and I am loving it so far! Very quick! But I do have some nuance 'problems'. Here is one for I can not find a solution. In previous versions of Ubuntu, I was able to click on my touchpad with two fingers that replicated a right-left click to open a link in a new tab. Now it raises a popup menu in the browser asking how to open the link.

I have tried this in Chrome, Opera and Firefox and have the same issue in all browsers, which leads me to believe this may be a Gnome setting. How do I change this behaviour? There was nothing in the mouse preferences to change this.

View 7 Replies View Related

Ubuntu :: Right Click Not Working On Touchpad?

Oct 23, 2010

I have version 10.10 installed on my netbook, my mouse's right click does not work, I tried to play with the options in the systems > mouse but there's no option to enable disable the right click,

View 2 Replies View Related

Ubuntu :: Touchpad On Pavilion Dm4 - Can't Right Click

Nov 28, 2010

Excuse the horrid formatting, this was copy/pasted from the #ubuntu IRC and to be extremely honest I can't be bothered to remove every space. I have a Pavilion dm4 and it has two areas on the bottom of the touchpad to designate right and left clicks. This mostly doesn't work on Ubuntu in the fact that it recognizes any taps on either tap zone as a left click. Instead, I have it set so if I tap anywhere on the pad it makes a left click. There should be, and there are, many ways in the mouse configuration window to simulate a right click using only a touchpad. None of these work. Changing mouse orientation doesn't do anything, "dwell click" also does nothing,

and, the oddest part of this problem, whenever I try to turn "Simulated Secondary Click" off (it doesn't work anyways, but just to try to toggle it), the entire theme of my desktop changes to a gray Windows '95ey look. The only way to get rid of this is to close and reopen the mouse preferences window.My computer is fairly new and the Ubuntu installation is less than a day old. I didn't do anything that I think could cause this. The problem is that I can't right click. Afterword: I installed two scripts from [URL]. They didn't do anything I couldn't already do, and they did not make it possible for me to right click.

View 4 Replies View Related

Ubuntu / Apple :: Right Click With MacbookPro-6,2 Touchpad?

Sep 21, 2010

Is it possible to get the touchpad on a MacbookPro-6,2 to do a right click some how. Feel crippled without it.

View 1 Replies View Related

Ubuntu :: Right Click Not Working On HP Touchpad Envy 17?

May 2, 2011

So I installed ubuntu 11.04 and in 10.10 there was a fix for the right click not working but it didn't work in here.It says that the package wasn't able to install and i have to go to synaptics package manager and mark it for uninstall because The software center only says reinstall

View 3 Replies View Related

Hardware :: 9.10 - How To Disable Tap To Click On Touchpad

Feb 17, 2010

I'm on a new netbook using Ubuntu 9.10 and I cannot figure out how to disable tap-to-click on my touchpad. I figured it would be simple enough to use SHMConfig, however; every post I've seen says they have something similar to this in xorg.conf

Code: Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection Instead, I have this ...

Code: Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
End Section

I have tried simply changing the driver entry to "synaptics," however when I run SHMconfig it says the driver hasn't been loaded.

View 5 Replies View Related

Slackware :: Unable Tap To Click On Touchpad?

Jul 11, 2010

Just installed Slackware 13.1 and I'm trying to disable tap to click on my touchpad. When I run "synclient MaxTapTime=0" it turns off. But the next time I restart X, the settings won't hold. I tried putting Option "MaxTapTime" "0" in xorg.conf, but it didn't work. This is my mouse portion from xorg.conf generated from the nvidia driver from slackbuilds.

Code:
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"

[Code]...

View 1 Replies View Related

Ubuntu :: Disabling Touchpad Tap-Click On Login Screen?

Dec 30, 2010

I am loving my Ubuntu machine, but there's a slight annoyance that I can't seem to disable. Is there anyway to disable the tap-click on the touchpad of a laptop while on the login screen? I do not want to disable the click from the button, but rather when you gently tap it with your finger. The options for it in the Control Center doesn't seem to disable it during the login screen.

View 1 Replies View Related

Fedora Hardware :: How To Enable Tap To Click For Touchpad In KDE

Jun 10, 2010

How to enable tap to click for touchpad on my laptop in Fedora 13 KDE. The old trick with copying 10-synaptics.fdi to /etc/hal/fdi/policy does not work any more since there is no 10-synaptics.fdi file on the system.

View 2 Replies View Related

Debian :: Laptop Touchpad Isn't Giving A Click When Tap It

Mar 21, 2011

Installed Debian recently and my Laptop touchpad isn't giving me a click when I tap it. Gpointing-device-settings has tapping unchecked. Using a Dell Mini 10v.

View 3 Replies View Related

Slackware :: Not Able To 'click' With Touchpad After Installing Nvidia Driver

Jan 2, 2011

After compiling the 2.6.36.2 kernel and re-installing the Nvidia proprietary drivers, my touchpad has started to act strange; the cursor seems to glide a lot faster, yet more erratic and when I try to hover over an icon the cursor wont stay still, furthermore I lost the ability to 'click' on anything using just touchpad.

I have checked dmesg and Xorg.log for any clues, as well as removed everything with the exception of the card and device section from my xorg.conf. The issue has nothing to do with compiling the new kernel, as it was working perfect until I installed the Nvidia driver.

View 1 Replies View Related

Debian Multimedia :: Prevent Touchpad From Switching To Secondary Click

Oct 28, 2015

So I'm trying to change the primary click on my touch-pad to left-handed with xmodmap -e "pointer = 3 2 1". it changed successfully, but there is one functionality I'd like changed. The touch pad itself changes to secondary too, but I want it to remain as primary.

View 0 Replies View Related

OpenSUSE Hardware :: Simulate Left Click On Touchpad (tapping) - Configure?

Oct 22, 2010

I have acer aspire one netbook with synatics ps2 touchpad. It works fine, but I'd like to emulate left button by just pressing somewhere in the touch area (same as it works in windows or ubunntu). I think this is called tapping. How can I configure that? I have been in touchpad settings and management, but I have not found any checkbox helpful. In OS 11.3 I need to press left button next to the touchpad.

View 2 Replies View Related

General :: When Switch Buttons In Synaptics Touchpad - Tapping Gives A Right-click Menu

Jan 23, 2010

I work on a laptop and typically have a USB mouse plugged in. Each time I start an X session, I switch my mouse buttons with an: Quote:

xmodmap -e "pointer = 3 2 1"

If I decide to unplug the mouse and work with the touchpad, I must always reverse the options again to pointer = 1 2 3, or else, while the right and the left button still work as a left-handed mouse, tapping, instead of acting like a left-click, gives a right-click menu. My touchpad is listed as:

'ImPS/2 Synaptics TouchPad'
using the evdev driver.

I admit that I haven't played much with alternate xmodmap configurations, but I'd like to sort this out. It's even more confusing since I don't have a xorg.conf and, if I manually add one, despite having tried repeatedly, I can't make X-server to read it.

The relevant part of lshal output: Quote:

udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'
info.capabilities = {'input', 'input.mouse'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
info.product = 'ImPS/2 Synaptics TouchPad' (string)
info.subsystem = 'input' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input' (string)
[Code]......

View 1 Replies View Related

OpenSUSE Hardware :: Synaptic Touchpad In 11.3 - Strange Behaviour With Dragging And Middle Click

Jul 19, 2010

One strange and little annoying issue I notice with my openSUSE 11.3 installation is my Synaptic touchpad behaves way too strange.... Dragging a window or icon - half way around - a click is generated (probably a middle click I guess) and I need to re-drag it again.... In the browser when I try to select a text - again by dragging - a middle click gets generated... The same happens when I use gvim in visual mode too - I end up pasting the code I had selected halfway because of the middle click....

Middle click can be generated only if I press both left and right click buttons - which I'm pretty sure I'm not.... I tried playing around with the touchpad settings but no good.... I'm not able to find anything related to the middle click on the settings application... My touchpad works fine in Ubuntu and was in 11.2 as well.... Yes it works fine in Xp too.

View 9 Replies View Related

Ubuntu :: Mouse Click Bugged In Natty Narwhal?

May 6, 2011

im using Natty right now,did an upgrade from my install of maverick...Since ive upgraded to natty, my mouse pointer seems to not like some links or some buttons like "OK" or "Cancel" or anything , like a page has 100 links , randomly say link at number 54 and number 2 wont be "clickable"..Here's the link to video : http:[url]....Ive tried removing my old mouse and using a new one ,same problems..

View 5 Replies View Related

Ubuntu / Apple :: Ubuntu 10.10. On Macbook 2.1 - Make A Right Click With My Touchpad?

Dec 26, 2010

I have installed ubuntu 10.10 as single boot on my macbook 2.1 - it works fine but now I figured out that I can't get my isight working because of single boot.(don't have any partition of osx left)how should I deal with that ... I really want to run ubuntu 10.10 only!the second question is how i could make a right click with my touchpad.

View 1 Replies View Related

Fedora Hardware :: Right Click Not Work In Fedora 15 In Touchpad?

Aug 22, 2011

I have a laptop HP 4520s, using Fedora 15 (is fine) gnome3, the unique problem is with touchpad, I can setup in system setting, the tap event works fine, but the right click not work.

I explain more especific, this kind of touchpad is very large and the left and right click are in the touchpad, and when i make a click every time send the left click event. the drag event is very dificoult too with this driver. I was use the same computer with opensuse 11.4 with KDE 4.6, and the touchpad works with out problem.

The touchpad is synaptics.

View 2 Replies View Related

General :: Disable "tap To Click" On Touchpad?

Feb 3, 2011

I have a mini wireless keyboard with a touchpad. I've tried following the "synaptic method" that I usually do to disable "tap to click" on a laptop (MaxTapTime 0 in xorg.conf) but it doesn't work.

every time I move the mouse it thinks I'm clicking! Is there any other way to disable this thing?

View 3 Replies View Related

Slackware :: Configure Mouse Click Interval Since A Single Click Is Recognized As Double Click?

Apr 29, 2010

I try to configure mouse click interval since a single click is recognized as double click by doing it from KDE mouse configuration in system settings; but my attempt doesn't work even (I set the click interval to 2 sec, but doesn't change anything). What is the best way to do this in slackware?

View 4 Replies View Related

Ubuntu :: Touchpad Stops Working After Pressing The Touchpad Toggle Button

May 7, 2010

I am running Ubuntu 10.04 Lucid Lynx LTS. My laptop is an HP Pavilion TX1210AU (TX1000 series). After disabling the touchpad using the toggle button and reenabling it again, it stopped working. I tried restarting my laptop and the mouse worked again only up to the Login Screen. After logging in to my account, the mouse froze again. I tried making a new account and tried logging into it (I'm using it now) and it's now fixed. Does Ubuntu change any user settings everytime the touchpad toggle (on/off) button is switched? Maybe I could just reenable it myself.

View 2 Replies View Related

Hardware :: Installed Synaptics Touchpad Drivers , But Ubuntu Cannot Find The Touchpad?

Apr 22, 2010

I have installed synaptics touchpad drivers , but ubuntu cannot find the touchpad.

View 1 Replies View Related

Red Hat / Fedora :: Cant Get Touchpad To Work On Wirelss Keyboard/touchpad

Aug 27, 2010

I couldn't find a place to post Cent OS questions so don't bite if this is in the wrong place

I have a KeySonic 2.4Ghz Wireless Keyboard with Integrated TouchPad which I am trying to get to work.

Now there are some reviews saying it works straight out the box on Linux. This was almost the case for me.

The keyboard works straight away but the touch pad doesn't work at all not even the mouse buttons

I am running CentOS release 5.3 (Final) Kernel 2.6.18-128.el5

I would really appreciate any advice at all, I have checked the output of: cat /proc/bus/input/devices

Which gives:

Code:

View 5 Replies View Related

Ubuntu :: Single Mouse Click Registering As Double Click?

Mar 13, 2010

About a week ago I installed some updates. What they were I don't remember. After I did that my mouse started acting up. Now about half the time when I single click it registers as a double click. Also when I click and drag to select text anywhere it'll randomly do another click screwing up that process.

So far I think the problem is when I press the left mouse button it registers the left click and then when I release, it randomly registers another left click.

The mouse itself works fine if I take it to another PC that's using windows.

OS: Ubuntu 9.10 64bit
Mouse: Microsoft Intellimouse 3.0

View 9 Replies View Related

Ubuntu :: Make The Mouse Single Click Instead Of Double Click?

Feb 4, 2011

mouse menu different in 10.10, is there a way to make the mouse single click instead of double click?

View 2 Replies View Related

Ubuntu :: Changing The Double Click To A Single Click In 10.04

Aug 9, 2010

Ubuntu 10.04 LTS has no immediately apparent way that I can see for changing the mouse behavior from the default double-click to single-click. There appears to be some type of kludgy, but unsatisfactory fix for this unwanted behavior in the Accessibility-option, under Mouse-Preferences.

View 5 Replies View Related

OpenSUSE :: Mouse Model Does Not Support To Change The Single Click Into A Double Click In 11.1

Jan 14, 2009

where can I change the single click into a double click (because I'm a windows user (sorry!))? The mouse model does not support this.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved