From owner-freebsd-bugs Thu Feb 14 21:11:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D06737B43C for ; Thu, 14 Feb 2002 21:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F5A1W05875; Thu, 14 Feb 2002 21:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CACB137B405 for ; Thu, 14 Feb 2002 21:07:07 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F577U05553; Thu, 14 Feb 2002 21:07:07 -0800 (PST) (envelope-from nobody) Message-Id: <200202150507.g1F577U05553@freefall.freebsd.org> Date: Thu, 14 Feb 2002 21:07:07 -0800 (PST) From: Jeremy Chadwick To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34952: Mouse cursor invisible with USB mice and usbd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34952 >Category: kern >Synopsis: Mouse cursor invisible with USB mice and usbd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 14 21:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jeremy Chadwick >Release: 4.5-STABLE >Organization: >Environment: Not applicable. >Description: When using a USB mouse on console, the mouse cursor is not present. >How-To-Repeat: Use usbd_enable="yes" in rc.conf, reboot. Note the lack-of mouse cursor. >Fix: The problem is because "vidcontrol -m on" is not being called anywhere in the rc scripts. Two probable solutions: 1. Modify the usbd source (or usbd.conf, if it supports something like "&&" when passing the string to the shell) to do "vidcontrol -m on" when plugging in/unplugging a mouse. 2. Modify the rc files to support something like vidcontrol_init="yes" and vidcontrol_flags="-m on" in rc.conf. I'm very surprised no one's noticed this by now. :-) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message