From owner-freebsd-hackers Fri Feb 7 12:55:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA19269 for hackers-outgoing; Fri, 7 Feb 1997 12:55:32 -0800 (PST) Received: from earth.infinetconsulting.com (earth.infinetconsulting.com [207.23.43.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA19250; Fri, 7 Feb 1997 12:55:26 -0800 (PST) Received: (from lenc@localhost) by earth.infinetconsulting.com (8.8.3/8.6.12) id NAA17467; Fri, 7 Feb 1997 13:09:43 -0800 (PST) Date: Fri, 7 Feb 1997 13:09:43 -0800 (PST) From: Leonard Chua To: freebsd-bugs@freebsd.org, freebsd-hackers@freebsd.org Subject: moused and X11R6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anybody tried running moused on 2.2-BETA? Works beautifully in console mode, But when I run X, there seems to be a conflict with X's mouse events. One reason may be that I have moused doing 2 button microsoft mode and X doing 3 button mode. The mouse cursor at X works fine until I press button 3. Then the mouse no longer responds. The rest of X still works. A possible fix would be to hack moused to notice an X session and stop capturing mouse events then. Cheers. Len.