From owner-freebsd-questions Mon May 15 16:49:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id 15B3C37B95F for ; Mon, 15 May 2000 16:49:31 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.162.41]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id SAA18251; Mon, 15 May 2000 18:49:40 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <02a801bfbec8$1287f5a0$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Christian Weisgerber" , References: <8fppns$7l$1@bigeye.rhein-neckar.de> Subject: Re: Mouse only in one virtual term Date: Mon, 15 May 2000 18:48:30 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > > If I swithch consoles after loging in, the mouse doesn't work in any > > but the first one. ps2 mouse running 3.3-RELEAS. > > > > What might be happening here? > > Lack of "vidcontrol -m on" on the other consoles. add this lines to your "/etc/rc.conf" file. moused_enable="YES" # Run the mouse daemon. moused_type="ps/2" # Set the type of mouse. moused_port="/dev/psm0" # Set to your mouse port. moused_flags="-3" # Any additional flags to moused. allscreens_flags="-m on" # Vidcontrol mode for all virtual screens. Greetings... Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message