From owner-freebsd-questions Tue Dec 17 3:17:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1502537B401 for ; Tue, 17 Dec 2002 03:17:40 -0800 (PST) Received: from gate.lohika.lviv.ua (lohika19.tsp.net.ua [193.108.44.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E486543E4A for ; Tue, 17 Dec 2002 03:17:38 -0800 (PST) (envelope-from omax@mail.lviv.ua) Received: from omax.ua.lohika.com (omax.ua.lohika.com [192.168.0.254]) by gate.ua.lohika.com (8.12.6/8.12.6) with ESMTP id gBGGcaWs096675 for ; Mon, 16 Dec 2002 18:38:37 +0200 (EET) (envelope-from omax@mail.lviv.ua) Date: Mon, 16 Dec 2002 18:38:36 +0200 From: omax@mail.lviv.ua X-Mailer: The Bat! (v1.61) Reply-To: omax@mail.lviv.ua X-Priority: 3 (Normal) Message-ID: <1402352421.20021216183836@mail.lviv.ua> To: freebsd-questions@FreeBSD.ORG Subject: Mouse wheel configuration MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all , I have PS/2 standart mouse I am trying to configura mouse wheel as was described today. This is my XF86Config section Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" # Was earlier #Option "Buttons" "5" # Added Option "ZAxisMapping" "4 5" # Some other stuff #Option "Protocol" "MouseSystems" #Option "Protocol" "PS/2" #Option "Device" "/dev/psm0" #Option "Emulate3Buttons" EndSection Earlier I was using imwheel to enable scrolling but it scrols all window rather then 3 lines of it (looks awful). Where is my mistake? What am I doing wrong? Please help!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message