From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FzIUy-0007K7-0x for garchives@archives.gentoo.org; Sat, 08 Jul 2006 19:29:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k68JS88u031081; Sat, 8 Jul 2006 19:28:08 GMT Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.204]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k68JK5xV006453 for ; Sat, 8 Jul 2006 19:20:05 GMT Received: by wx-out-0102.google.com with SMTP id t12so1244383wxc for ; Sat, 08 Jul 2006 12:20:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MMRQmW9XBhqovQWRIJOV2UlKkbVUnzGD78Z07ULvpo72uiPgrb//+tmt2MyCeVNG8OGYzbgTIOZleiGIDfkMB0tOZX8hWwHv3bNBCF+9SCIBwWhYav050QvEpFaVs8DhRH5aJdcX3+4P8+a1C67t86+6IVHvhaqwqdM2YRiAdBk= Received: by 10.70.32.7 with SMTP id f7mr2821667wxf; Sat, 08 Jul 2006 12:20:03 -0700 (PDT) Received: by 10.70.118.18 with HTTP; Sat, 8 Jul 2006 12:20:03 -0700 (PDT) Message-ID: <358eca8f0607081220s59132878y1795134d34042061@mail.gmail.com> Date: Sat, 8 Jul 2006 20:20:03 +0100 From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Modular xorg mouse problem In-Reply-To: <7573e9640607071727x23bbdc87q7c9254968e0390ba@mail.gmail.com> 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; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10607060833m7a7cddcev38f19117a03d589b@mail.gmail.com> <44AD32D1.1060108@gentoo.org> <49bf44f10607071526g53adb162o233b6c443855670d@mail.gmail.com> <7573e9640607071542hb94492eq2c1ea28246e801d8@mail.gmail.com> <49bf44f10607071703i7e2c71a1w81080a6ab326655b@mail.gmail.com> <7573e9640607071727x23bbdc87q7c9254968e0390ba@mail.gmail.com> X-Archives-Salt: 238267b4-be0b-4c49-b3d1-d5538ca9ae7d X-Archives-Hash: 2f1f5e29cf37a66ce60842c85004936e On 08/07/06, Richard Fish wrote: > Nope. Odd. Oh well, as long as it's working... I hope you don't mind me running with this thread, as I have a similar problem (I think) to the OP. On my laptop I have also installed SUSE 10.0 which seems to behave in a different way: when I double-tap on the mouse pad while the cursor is over the scroll-bar, it 'captures' it and by dragging my finger I can scroll up and down. Lifting my finger results in the scrollbar being released. In Gentoo this feature does not exist and to drag the scroll bar I have to press the LH mouse pad button. I've tried copying parts of the SUSE xorg.conf onto gentoo's, but it won't play ball: ============================ Section "InputDevice" Identifier "Mouse0" Driver "synaptics" Option "Protocol" "event" Option "InputFashion" "Mouse" Option "Device" "/dev/input/mice" Option "Name" "Synaptics;Touchpad" Option "SHMConfig" "on" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "True" Option "Buttons" "3" EndSection ============================ The touchpad mouse worked fine with my previous non-synaptics settings: ============================ Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "False" Option "Buttons" "5" EndSection ============================ Is the synaptics setup what I need to be able to lock & drag the scroll bar? Is there anything obvious wrong? -- Regards, Mick -- gentoo-user@gentoo.org mailing list