From owner-freebsd-questions@FreeBSD.ORG Tue Jan 15 03:11:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B99A816A4C5 for ; Tue, 15 Jan 2008 03:11:28 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 3A9C113C458 for ; Tue, 15 Jan 2008 03:11:28 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2771074fgg.35 for ; Mon, 14 Jan 2008 19:11:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=WkegO7fhwYHcPBfetr4akCye8+HzIwtbOqkvVPWZGaY=; b=ruG5L4rjqzdgYvly3FzflExA7OQCH+FtlEoZ+w8BBzC6MYuy+NR1ZKiSHlHT3KIROlTDrwHyL09rEbxoY54nisGw8Fm5CdAe5PE2Y/CQ1pa5XaiJO0rdfY2IxB+tCnMcbc7MckqN2MYC9nx+ZNqVRz9HMRoF+yHAq+8VDjwKnow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=dY6Efknji1OpYm0tMM/hLljODA755Vbb94nZjbH0VOxINI5JLOQTpRX5lAjqvMAhrhLJGIxfSsYlZJSpKdJxEjAAIUW9ylrHH5a9fVJwdzX8IqgBLV6LGd45B52+t7kiLUekkoSjEdakmM+xUeJppICqXMp0rNTEHqiCG5iM+Ws= Received: by 10.82.140.20 with SMTP id n20mr12242826bud.27.1200365186056; Mon, 14 Jan 2008 18:46:26 -0800 (PST) Received: by 10.82.180.16 with HTTP; Mon, 14 Jan 2008 18:46:26 -0800 (PST) Message-ID: <560f92640801141846u319f8bbduc1ecd4be656ebf1c@mail.gmail.com> Date: Mon, 14 Jan 2008 18:46:26 -0800 From: "Nerius Landys" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Mouse sensitivity X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 03:11:28 -0000 I'm wondering if it's possible to adjust the sensitivity of the mouse - that is, the amount of physical distance I have to move my mouse before 'moused' moves the cursor by one unit. I'm not talking about acceleration here. Purely a linear scaling is what I mean. I think we can leave Xorg out of this discussion for now - I am talking about console here. In '/etc/rc.conf', I can specify 'moused_flags="-a 2.0"' for example. However, what this does is make the tick of the mouse be in 2 unit increments. So, where the '-a 1.0' flag would move the cursor one unit at a time, '-a 2.0' moves the cursor two units at a time, and as a result, we lose some fine-grain mouse resolution. OK, now maybe I'll mention Xorg. I have a dual boot with Linux. In other words, it's all the same hardware - the mouse and everything. If I set 'moused_flags="-a 2.0"' in FreeBSD, the mouse cursor starts moving in two pixel increments (in Xorg) and thus loses resolution (note: also moves in two unit increments in console). So I'm leaving 'moused_flags' out of my config. Now, in both Linux and FreeBSD the cursor is able to move one pixel at a time in the X and Y directions (verified this with a magnifying glass). However, in Linux, I need to move the mouse half as much to get the cursor to move one pixel. Is there a way to speed up the mouse on the FreeBSD side as well? Would this way of speeding up the mouse also speed it up in the console? Because my Xorg uses /dev/sysmouse, I believe that the console pointer and the Xorg pointer are related. I'm aware of the 'xset' utility, but this does not seem to do anything for linear scaling, only acceleration. Also, it [of course] has no effect on the console pointer. I'm pretty new to FreeBSD, but I'm liking it!