From owner-freebsd-x11@FreeBSD.ORG Sun Jan 25 21:05:27 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 538D81065701 for ; Sun, 25 Jan 2009 21:05:27 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 264398FC31 for ; Sun, 25 Jan 2009 21:05:27 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: by rv-out-0506.google.com with SMTP id b25so5691943rvf.43 for ; Sun, 25 Jan 2009 13:05:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=1TeW6tr07150PpKOMyjuIqgNf/dGA0FDBxF0aN4Yrfc=; b=i+XwoSVN+Vzt8JiVtdb6vKb6ALDMUtzsgwXe9HNB0p8weZ0pyVMAehXkGhwzLHHEkz /hITpLInXcRVILcbT+A9Cz+PUWwztgYkBxosGKTcMuinUhfx+cwE8PSS09NuHwMRDvO6 HUUDMMMXWTK6gGf3CY1MYDOIE1anCqsOawI+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Cfap5pIWz/obGctPnt6cTMohO+876nnPyAg0qZorz4eNSNonH1YLobb6cPxf3KWSKT 0sBoTgfT/lJK1TfAyl6FXNHTO4RdDCHGcDz9nZ+WdrG4DqThTai/zy9glSwzEe5VzSxz J4wRjuvD5nsmPgxGRJQYWf+uYXQ5GUkNg+nLE= MIME-Version: 1.0 Received: by 10.140.127.20 with SMTP id z20mr6436792rvc.100.1232917526888; Sun, 25 Jan 2009 13:05:26 -0800 (PST) In-Reply-To: <1232826780.1732.54.camel@wombat.2hip.net> References: <90a5caac0901240831j2367a69eo3a6dfd82f8e3c200@mail.gmail.com> <3a142e750901240903p56dbae27maea5c98a3ddc5971@mail.gmail.com> <90a5caac0901241129x625dab1co9e965a2579b54f41@mail.gmail.com> <1232826780.1732.54.camel@wombat.2hip.net> Date: Sun, 25 Jan 2009 22:05:26 +0100 Message-ID: <90a5caac0901251305g20d6e8a0g224beaa2b016867e@mail.gmail.com> From: Lucius Windschuh To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Xorg 7.4 freezes when not moving the mouse X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2009 21:05:28 -0000 2009/1/24 Robert Noland : > On Sat, 2009-01-24 at 20:29 +0100, Lucius Windschuh wrote: >> And I didn't test Xorg 7.4 on a FreeBSD 7.x, only on -CURRENT. :-/ >> But the issue itself remains the same: X shouldn't clear O_NONBLOCK... > > So, I was trying to look at this... That code in the xserver hasn't > changed in forever. I'm trying to find someone who can explain to me > why it does that. One thing that I find curious is that in the xorg log > that you showed, the mouse seems to report a lot of serial options. I > don't see that in my setup. Thanks for trying to reproduce this. > Right now, I'm running with AllowEmptyInput on, so kbd/mouse driver > configs are ignored. I'm disabling moused on psm (glidepoint touchpad) > and configuring it with the "synaptics" driver (which AllowEmptyInput > won't ignore). usb mice are added via hal, currently via sysmouse. I changed my configuration to use xf86-input-synaptics and sysmouse for USB, because I was too lazy to search for enough documentation on setting the keyboard options (layout, variant) via hald. It works nice (patched). :-) Lucius