From owner-freebsd-newbies@FreeBSD.ORG Sat May 17 10:09:56 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DB0637B401 for ; Sat, 17 May 2003 10:09:56 -0700 (PDT) Received: from smtp-2.hut.fi (smtp-2.hut.fi [130.233.228.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A51B43FBD for ; Sat, 17 May 2003 10:09:55 -0700 (PDT) (envelope-from jhuvinen@lyta.hut.fi) Received: from lyta.hut.fi (lyta.hut.fi [130.233.228.21]) by smtp-2.hut.fi (8.12.9/8.12.9) with ESMTP id h4HH9rY4027774 for ; Sat, 17 May 2003 20:09:53 +0300 Date: Sat, 17 May 2003 20:09:53 +0300 (EET DST) From: Jukka Huvinen To: freebsd-newbies@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-RAVMilter-Version: 8.4.3(snapshot 20030212) (smtp-2.hut.fi) X-DCC-HUTCC-Metrics: smtp-2.hut.fi 1165; Body=1 Fuz1=1 Fuz2=1 Subject: Mouse freezes X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 17:09:56 -0000 My mouse freezes randomly under X !! Release 4.8, gdm + gnome. (Clean 4.8 install) The mouse freezes only when typing text and after random periof of time. Sometimes only in seconds (when typing text). /var/log/messages: (after crashing) May 17 18:53:56 limo /kernel: psmintr: delay too long; resetting byte count May 17 18:55:17 limo /kernel: psmintr: delay too long; resetting byte count /etc/rc.conf: moused_flags="" moused_port="/dev/psm0" moused_type="auto" moused_enable="YES" /etc/X11/XF86Config: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection After it has frozen, kill -HUP to the moused restores it working again, but causes some random movements and clicks. /var/log/messages says: May 17 19:04:53 limo /kernel: psmintr: out of sync (0000 != 0008). May 17 19:04:53 limo /kernel: psmintr: discard a byte (1). ... May 17 19:04:55 limo /kernel: psmintr: discard a byte (19). May 17 19:04:55 limo /kernel: psmintr: out of sync (0000 != 0008). May 17 19:04:55 limo /kernel: psmintr: reset the mouse. Any ideas what might wrong? Found some out of sync reports from www & FAQ, but they didn't help. -- Jukka