From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IU9Hi-0001kg-GK for garchives@archives.gentoo.org; Sat, 08 Sep 2007 23:00:14 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l88Mpi4C022067; Sat, 8 Sep 2007 22:51:44 GMT Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l88MkT10015050 for ; Sat, 8 Sep 2007 22:46:29 GMT Received: by an-out-0708.google.com with SMTP id c8so131093ana for ; Sat, 08 Sep 2007 15:46:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=/lm3yfhREA3byc+Q1d9xW+LazPkXOp+w0IRcsZ3ztek=; b=ujmg2AKG/92bi7fd0sEOFMYdj83H80O0L/Ii4P/a38KSX9wujM2/N4818W3VKpjrcrh2d7tmy0thN2O4KGoY0PsVcjfv58/zxxSw7pNYEu779/4FS/9GzIXYkIz4nv91F2uxgOgH/Y0qcYSxVevh2BIU9lTC0iAn1ICTokiX//c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MK6MjQK5FpYDyU0CICTpTHIt40EjqlZjDMyUCjvh7zqPlR+TmyUtwO3ceWZdLJGndTu2EuGXCpnSlfp7CmdWp4i2c7F+lLgVs2J32syWB2T5+UpWndoj8b4bF0OOyTbMLSQ2cZfsBa9nBHP5nrp38Ey96SlWGegkZTcK9K2ooyk= Received: by 10.100.198.18 with SMTP id v18mr3211214anf.1189291588716; Sat, 08 Sep 2007 15:46:28 -0700 (PDT) Received: by 10.100.128.14 with HTTP; Sat, 8 Sep 2007 15:46:28 -0700 (PDT) Message-ID: <7d20977a0709081546k695315f8ucfd9ac9818d443cb@mail.gmail.com> Date: Sat, 8 Sep 2007 15:46:28 -0700 From: Korthrun To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Mouse Paste Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: da59f238-fbb8-48a8-858a-d3d8302da7a3 X-Archives-Hash: 764db091dbcbf6eb767ce319e6139e72 I've done some tweaking of my xorg.conf, .xbindkeysrc and .Xmodmap to get my logitech mx1000 working. The forums/wiki helped a lot with this. Since making these changes I've lost my middleclick to paste functionality, and pasting from terminal into a "GUI" app doesn't seem to fly anymore either. Here's what I've got. #start xorg.conf snippet Section "InputDevice" Identifier "MX1000" Driver "evdev" Option "Dev Name" "Logitech USB RECEIVER" Option "Dev Phys" "usb-0000:00:10.0-1/input0" Option "Device" "/dev/input/event0" Option "Buttons" "12" Option "ZAxisMapping" "4 5" Option "Resolution" "800" EndSection #end xorg.conf snippet #start .Xmodmap pointer = "1 2 3 4 5 6 7 8 9 10 11 12" #end .Xmodmap #start .xbindkeysrc #forward and back bindings for side buttons "/usr/bin/xvkbd -text "\[Alt_L]\[Left]"" m:0x0 + b:8 "/usr/bin/xvkbd -text "\[Alt_L]\[Right]"" m:0x0 + b:9 #PageUp anf PageDown bindings for cruise control "/usr/bin/xvkbd -text "\[Page_Up]"" m:0x0 + b:11 "/usr/bin/xvkbd -text "\[Page_Down]"" m:0x0 + b:12 #Bindings for wheel left-right to switch tabs in opera #and others. Configuration in programm is needed "/usr/bin/xvkbd -text "\[Control_L]\[Page_Down]"" m:0x0 + b:13 "/usr/bin/xvkbd -text "\[Control_L]\[Page_Up]"" m:0x0 + b:14 "/usr/bin/xvkbd -text "\[Alt_L]\[F5]"" m:0x0 + b:10 #end .xbindkeysrc So everything works as expected: Left button clicks, right button "right clicks" horizontal buttons change browser tabs, the browser forward/back buttons work. The "cruise control" buttons do 'page up' and 'page down' just fine. Just no middle click to paste, terminal to gui paste, or middle click event in xev. Xev tells me: left button = 1 right button = 3 up wheel = 4 down wheel = 5 backbutton = 6 forwardbutton = 7 other = 10 up button = 11 down button = 12 horizontalleft = 13 horizontalright = 14 When I press the mouse wheel down (middle button) I get nothing in xev. Well sometimes. The output on "soemtimes" looks like the same output as using the "horizonal scroll" keys, but those keys are pressing the wheel to the left or right, so when I get output I think I'm just pushing the wheel to the left or right. When I very carefully push the wheel straight down, I get nothing. This _did_ work before I changed everything from the basic xmouse config. Driver was mouse instead of evdev. Is there something with evdev that needs done to support this? Any pointers would be greaty appreciated. Regards. -- gentoo-user@gentoo.org mailing list