From owner-freebsd-x11@FreeBSD.ORG Tue Jan 24 23:22:03 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA53816A41F for ; Tue, 24 Jan 2006 23:22:03 +0000 (GMT) (envelope-from lauri.jarvenpaa@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE8E43D48 for ; Tue, 24 Jan 2006 23:22:01 +0000 (GMT) (envelope-from lauri.jarvenpaa@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so17869uge for ; Tue, 24 Jan 2006 15:22:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gDaWSL7S5YKP14aNBJQZsw1msmnoOUw9a2L315kTauRNqA7P3Gp9/ybUxpAgiq7Quvkx3ik4SAEGJcsKHEgzTC0Dnn7uTRjdsE8SIowCQQGI3aIFC85GxRqgnde0KKL7oW78JZjZ8H9vU2sJqMjK6VcFns2Cl0JQc762rB31ME4= Received: by 10.49.90.20 with SMTP id s20mr3970nfl; Tue, 24 Jan 2006 15:14:58 -0800 (PST) Received: by 10.48.235.11 with HTTP; Tue, 24 Jan 2006 15:14:58 -0800 (PST) Message-ID: <4c13bcc60601241514o31799ad4h62db7b9bfe161040@mail.gmail.com> Date: Wed, 25 Jan 2006 01:14:58 +0200 From: =?ISO-8859-1?Q?Lauri_J=E4rvenp=E4=E4?= To: Dejan Lesjak In-Reply-To: <4c13bcc60601231135w39a4556fyf38bf10a256817aa@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4c13bcc60601222309x24f3215cpcf73c22eecb12514@mail.gmail.com> <200601231846.38189.dejan.lesjak@ijs.si> <4c13bcc60601231135w39a4556fyf38bf10a256817aa@mail.gmail.com> Cc: freebsd-x11@freebsd.org, x11@freebsd.org Subject: Re: X.org 6.9.0 fails start with mga_hal and mousewheel not working anymore X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 23:22:03 -0000 > I killed moused and tried to configure X to straight /dev/psm0 but > this had exactly same problems.. I would use Wacom mouse but then I > need to keep pad on my lap constantly. Solved. I commented out "-z 4" option from rc.conf, and added Option "ZAxisMapping" "4 5" to xorg.conf (in addition to Option "Buttons" "5"). Now it works as expected. Cheers, lauri j