From owner-freebsd-current Mon Jun 24 00:19:31 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA00323 for current-outgoing; Mon, 24 Jun 1996 00:19:31 -0700 (PDT) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA00317; Mon, 24 Jun 1996 00:19:28 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id JAA05240; Mon, 24 Jun 1996 09:18:53 +0200 Message-Id: <199606240718.JAA05240@ra.dkuug.dk> Subject: Re: moused conflicts with X11 To: ache@nagual.ru (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Mon, 24 Jun 1996 09:18:53 +0200 (MET DST) Cc: sos@freebsd.org, current@freebsd.org In-Reply-To: <199606232315.DAA00469@nagual.ru> from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Jun 24, 96 03:15:48 am From: sos@freebsd.org Reply-to: sos@freebsd.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In reply to =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= who wrote: > > It is easy to view them when you try to resize (enlarge) some window > under X11, i.e. hold down button and move mouse cursor away. > > What happens: mouse cursor often resets back in upper left > screen corner direction :-( > > Is seems that it only happens when some button pressed, I didn't > notice any strangeness when simple move cursor around X11 screen. > > IMHO proper way is shutting down moused when non-text mode > activated to avoid ANY potential conflicts. Actually I think its an artifact from both moused & the X server having /dev/mousedev open at the same time. This is only fixable by either killing moused when running X, or have moused track the shown vty, and open/close /dev/mousedev according to that. I'd prefer the moused solution, but I'm not sure what sideeffects it might have... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.