From owner-freebsd-questions@FreeBSD.ORG Wed Oct 20 03:02:05 2004 Return-Path: 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 94DE116A4CE for ; Wed, 20 Oct 2004 03:02:05 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E00743D4C for ; Wed, 20 Oct 2004 03:02:03 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so409626rnk for ; Tue, 19 Oct 2004 20:02:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=nlYPl17/PgnJLS/M6GfMuoVVrJtGjWIsOJ6gI3uQADkqnIfXCvgZk2Q6uaH4YWzmPbr0HRNBouacZUr5ldRp2Tm+rq9e3UxxSc+vzsWjtQHlNt5jSZPwRNbfEmNjQ6jqnaGuZWWl6+UlHbEXP7PNouqxNzQ8cxdYvuqp3jMBAnM Received: by 10.38.13.67 with SMTP id 67mr233380rnm; Tue, 19 Oct 2004 20:02:02 -0700 (PDT) Received: by 10.38.72.65 with HTTP; Tue, 19 Oct 2004 20:02:02 -0700 (PDT) Message-ID: Date: Wed, 20 Oct 2004 05:02:02 +0200 From: Gert Cuykens To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: The wheel of a mouse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 03:02:05 -0000 This does not seem to work in my xconf Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Do you need a desktop manager to make it work ? I use xorg without a desktop manager.