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


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 :: Rename Strange Behaviour After Upgrade To 10.10?

Oct 16, 2010

Today I upgraded from 10.04 to 10.10 and I notice that the rename function is different from before.
Now it select all the filename including the extension while before it select only the filename. How can I fix this problem? It's very uncomfortable rewrite the extension everytime or remove the extension from the selection.

View 6 Replies View Related

Ubuntu :: USB External Disk Strange Behaviour?

Jul 19, 2011

Whenever I remove my external Freeagent Go USB external harddrive my mouse and keyboard stops responding and all I can do after that is hard-reboot pressing the key on the cabinet.It happened when external harddrive was connected while a powercut, though drive works fine when ever I disconnect it mouse and keyboard stops functioning and I have to hard reboot machine again.

View 3 Replies View Related

Programming :: Sed Strange Behaviour With Line Including Backslash?

Jul 1, 2010

I have a small script that takes input from one file, and uses this input to do a find/replace (with sed) to make an executable snmp trap.The input file could look something like this :JOHBURG SOUTH AFRICAOSLO NORWAY..etcThe script takes the input from this file, and preserves all words in one line as a variable (so that the variables are "JOHBURG SOUTH AFRICA" and "OSLO NORWAY", instead of JOHBURG, SOUTH, AFRICA, OSLO, NORWAY.This is working ok (in the given example, I get two variables).sed is supposed to take this variable, and use it to substitute "HITME" with the new variable.

#!/bin/bash
N=0
cat tutticodes | while read LINE

[code]....

View 21 Replies View Related

Ubuntu Networking :: Added Some Loopback Ip's And Strange Behaviour Ensues?

Feb 7, 2010

I added the following lines to my /etc/rc.local file:

Code:
ifconfig lo:0 10.10.10.1 netmask 255.255.255.0
ifconfig lo:1 10.10.10.2 netmask 255.255.255.0

[code]....

View 5 Replies View Related

OpenSUSE Hardware :: Synaptic Touchpad Recognizes Only One Finger

Nov 25, 2010

I read that synaptic touchpads should support multitouch and as I have one of those I tried to enable it. However I wasn't successful.

After some digging in config files (I had to enable SHMConfig) I ended up with KDE configuration tool which is really cool but all multitouch options are there disabled. And also there is an information which says that only one finger is detected by this touchpad.

Is something wrong or my touchpad just doesn't support multitouch? I got this laptop 1.5 years ago so it's not very old.

And by the way, I have this in my Xorg.0.log

Code:
[ 28.821] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 28.821] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[ 28.821] (EE) No input driver/identifier specified (ignoring)

[Code]....

View 9 Replies View Related

OpenSUSE Hardware :: Unable To Configure Synaptic Touchpad On Acer Notebook For 11.3

Dec 23, 2010

I have an Acer Aspire 5740 with a synaptics touchpad. I have tried using the ksynaptics program as well as the touchpad settings under System Settings >> Computer Administration. My touchpad works, but it is driving me crazy with how sensitive the tap to click feature is. I want to disable it altogether so I can actually work on my computer. When I go to the touchpad section in System Settings >> Computer Administration >> Keyboard & Mouse, the tab says "Warning: Touchpad configuration is not supported on this system. The synaptics driver is either not loaded or too old. Refer to doumentation for information about the required driver version."

View 9 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

OpenSUSE :: Creating Mouse Shortcuts (middle Click) "xbindkeys And Xte"

Sep 17, 2010

I want the "search" button on my mouse to be a middle click. In my .xbindkeysrc file I have

Code: "xte 'keydown Control_L' 'mouseclick 1' 'keyup Control_L'"# m:225 but it still just selects the google search bar on firefox. Using xev, it shows Code: KeyRelease event, serial 34, synthetic NO, window 0x2600001, root 0xb4, subw 0x0, time 166414200, (1135,637), root:(1139,660), state 0x10, keycode 225 (keysym 0x1008ff1b, XF86Search), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False that means its seen as a keyboard button 225 right?

I tried doing something like Code: "konqueror" m:225 to test it, but nothing. Something is overwriting its function. In Configure Desktop > Keyboard & Mouse > shortcut stuff, and didn't see the search button used anywhere.

View 1 Replies View Related

Software :: Strange Cent OS 5 Behaviour On Failed Software Raid Device?

Oct 26, 2010

I've got a simple software RAID1 configuration (2x250gb disks) running on Centos 5 where one of the devices appears to have failed.Whilst the system is continuing to run, the ext3 filesystem on the raid device has been placed into read-only mode Is this normal behaviour? As one of the devices is still operational I can't see why this should have happened. Can anyone explain what may have caused the OS to do this?Output from /proc/mdstat is:-

Code:
Personalities : [raid1]
md1 : active raid1 sdb2[2](F) sda2[0]

[code]....

View 1 Replies View Related

Fedora :: What Happens To Middle-click Paste?

Jun 7, 2011

This is one of the best feature of *nix ever. You highlight the text to put it in buffer and middle click to paste. It's been missing since F14.

View 6 Replies View Related

Ubuntu :: Disable Middle Click Paste?

Mar 30, 2010

I have been searching for a way to disable middle click in Ubuntu, but all the websites I came across say to edit the /etc/X11/xorg.conf file. but when I open that file in Gedit there is no input device section as described in post #3 @ [URL] all I have in xorg.conf is

Code:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection

[Code]....

I hate the middle click paste feature as I'm always accidentally pasting text in documents.

View 8 Replies View Related

Ubuntu :: Middle / Right Click Drag To Extract Archive?

Oct 30, 2010

I have been looking for a solution to middle or right click dragging an archive to extract it to another folder without any success. It appears this question seems to be asked many times without a single response from anyone.

Quote:

[URL]

The fact that right click on archive is also missing a simple 'Extract to...' compounds the problem. [URL]

View 1 Replies View Related

Ubuntu :: Chromium Middle Click Behavior Changed?

Jan 26, 2011

I'm using chromium browser on a 9.10 desktop pc. I was trying out opera browser 11 for a while and when i switched back to chromium something strange happened. When i press middle click instead of pasting the selection like it used to, it starts page scroll (like windows). I use the daily builds ppa, and i also tried it on my netbook and a virtual machine running 10.04 and 10.10 but there were no changes there. I prefer the default behavior (middle click to paste selection) but i can't find any options for this.

View 2 Replies View Related

Software :: Cannot Middle Click Paste From Aterm To Opera

Dec 21, 2010

I cannot middle click paste from Aterm to Opera. I can however middle click paste from Aterm to Firefox, and paste from a different terminal (not Aterm) into Opera. (Distro is Slackware 13.1, Dell laptop).

View 6 Replies View Related

General :: Way To Get Middle-mouse-click To Work In Virtual Machine?

Apr 23, 2010

I'm running Virtualbox on Windows Vista.I have a Microsoft USB mouse (it says "Comfort Optical Mouse 3000") with left and right buttons, and a mousewheel in the middle.If I press down on the wheel, it pretty obviously makes a "click".I'm running Debian inside Virtualbox, and it's working great, but middle-mouse-click does nothing.Left and right click, and scrolling with the wheel, work fine.Is there any way to get middle-mouse-click to work in my virtual machine?

View 2 Replies View Related

Ubuntu :: Allowing Middle Mouse Button Click To Scroll?

May 11, 2010

I want to be able to auto scroll by clicking my middle mouse button. In Firefox you can do this in the about:config easily, but with Google Chrome, I don't know what to do.

There is no Chrome option to allow this, so I guess I'd have to configure some stuff. Does anyone know how to do this? I really prefer Chrome over Firefox, and would like to go back to it, but can't without auto scroll.

View 4 Replies View Related

Ubuntu :: Cancel Winkey + Middle Click Zooming In Compiz?

Aug 30, 2010

Sometimes I accidentally winkey + middleclick with compiz, which makes the desktop zoom into a small box. So far, every time it happens, I usually just log out, then log back in and it fixed it. Is there a more proper way to return the desktop back to it's normal unmagnified state?

View 2 Replies View Related

Ubuntu :: 'fast Scroller' - Middle Mouse Down Click Scroll ?

Oct 21, 2010

I don't know what it is called really, but in windows it has a 'fast scroller' when you click down the middle scroll button down and move the mouse down. Is there a way to do this on Ubuntu?

View 2 Replies View Related

Ubuntu :: Reenable Middle Mouse Emulation On Left+right Click?

Mar 15, 2011

i would like a combination of left and right mouse clicks to get me the same effect as the middle mouse does. when i first used the middle mouse button this stopped happening

View 5 Replies View Related

Fedora Hardware :: Scroll And Middle Click Via Wacom Bamboo Tablet

Jun 17, 2011

I recently purchased a Wacom Bamboo Pen Only (CTL-460). It's a great device and in Fedora 15 (x86_64) it worked out-of-the-box like a charm!

I don't miss the rubber or the extra keys on the tablet. But I'm having quite some trouble, using the pen as a mouse replacement in all day use. The following is with respect to usage outside GIMP and Inkscape (i.e. Firefox, Nautilus etc). What I would really like to have, is:

+ scrolling by pressing the "first button" and simply _moving_ the pen. Just like with my Thinkpad-Trackpoint: Here I press the middle key and can then scroll just by controlling the Trackpoint. Would already be cool, if I could scroll by pressing the "first button" and touching the tablet. A short tap while pressing the "first button" should still be a "middle click"!

Code:

Found a solution for "jamming at the edge of the screen". Just resized the "area" a bit (smaller) with xsetwacom...

View 1 Replies View Related

Ubuntu :: Bind Middle Click (paste Selection Buffer) To Keystroke?

Oct 5, 2010

I have been looking for a way to make whatever window that has focus react as if I middle-clicked into it (paste selection buffer), using only the keyboard. I installed xmacro, xbindkeys, ruby, and xclip to get this working. For Debian/Ubuntu, you should be able to do this:

[Code]...

View 1 Replies View Related

Ubuntu :: (Compiz) Middle Click On Firefox Doesn't Rotate The Cube?

Oct 13, 2010

I was just wondering about something. I have linked the middle click to initiate the cube rotation and it works perfectly except when I have the cursor on firefox. Then it just acts like I middleclicked in firefox itself. Personally I like this behaviour but was wondering why it is JUST firefox that has it. Would be great if I could achieve the same in Blender

View 4 Replies View Related

Ubuntu Installation :: 10.10 Mouse Middle Click Not Mapped At Xinput Test?

Oct 22, 2010

after migrating my Ubuntu box from 10.4 to 10.10 my middle click button does not work.

If I test using ...

Code:
xinput test <device id>

... all my buttons are mapped but one (the middle click): when I use it nothing is logged in the console.

This is the ouput of my mouse properties:

Code:
~$ xinput list-props 8
Device 'Razer DeathAdder':
Device Enabled (117):1

[Code]....

I use middle click frequently (opening links in new tabs in Firefox or Copy&Paste in terminal)

View 9 Replies View Related

Software :: Set Up KDE4 Konqueror So That Middle Click Opens A File Like In KDE3?

Jun 4, 2010

Is there a way to set up KDE4 Konqueror so that middle click opens a file like in KDE3? In KDE3 Konqueror, middle clicking on a particular file would have the same effect as double clicking on it.

View 7 Replies View Related

Ubuntu :: Gnome Alt/middle-click To Resize Window Doesn't Work Anymore

Nov 4, 2010

I'm a big fan of Gnome's alt/middle-click to resize a window. However, it doesn't work anymore for me, and I believe it stopped working (or got toggled off) when I installed the Unity desktop package (just wanted to check it out).

View 1 Replies View Related

General :: KDE4: Assign Custom Action To Middle Click On Taskbar Item

Dec 8, 2010

I want window to be closed when i middle click on the corresponding taskbar item. Can this is be configured in KDE4?

View 1 Replies View Related

Debian :: Synaptic Touchpad In HPmini 210 Netbook?

Nov 2, 2010

I am trying to make it work in a fresh Squeeze install. After installation, only the left mouse works. It seems mouse driver and not synaptics is loaded. I checked the package manager and saw xserver-xorg-input-synaptics packaged installed.

How do I load the synaptics driver and how do I verify I have it? I would like to make sure that before playing with the options.

View 14 Replies View Related







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