From owner-freebsd-x11@FreeBSD.ORG Sat Jan 24 19:29:39 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 F27251065673 for ; Sat, 24 Jan 2009 19:29:39 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id C6A238FC1B for ; Sat, 24 Jan 2009 19:29:39 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: by rv-out-0506.google.com with SMTP id b25so5362437rvf.43 for ; Sat, 24 Jan 2009 11:29:39 -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=5DhBbP+TWdq61SYfraD4iFa4ZSa0sZi1AzT45WY3KSs=; b=KGUrQENH4YS7lsWbG2FxegWHeSTelOxhwu6jktS7oRgw9unevbKd48Riurg0aTSCpg 2ZWBu1heRSVx0LDgLAvHd9VA9CUpYTTZJT0IMJ9A0Qq3/Nb5XztAyhrVerRH2cvA10mw hAs0zRRPdycSRes2fLYaabMW1/+jgsB9oey08= 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=KUbrArXbeV0X8UVvzboTVPYtoa1cwtLdnJrcgTEVdkkAz6Rm/BJ9xBmtDQVsp7NxlJ 1wxtPCSkyPB8u5LQZfjvtrkO+Tz5x57Qt3XuWpHs4/zB888ihYOaHm+EzgooVxeiz9/J LFHjoI+O+3U3ek3P6JesUz49O9w9lbQxPkNwA= MIME-Version: 1.0 Received: by 10.141.106.14 with SMTP id i14mr1596106rvm.143.1232825379504; Sat, 24 Jan 2009 11:29:39 -0800 (PST) In-Reply-To: <3a142e750901240903p56dbae27maea5c98a3ddc5971@mail.gmail.com> References: <90a5caac0901240831j2367a69eo3a6dfd82f8e3c200@mail.gmail.com> <3a142e750901240903p56dbae27maea5c98a3ddc5971@mail.gmail.com> Date: Sat, 24 Jan 2009 20:29:39 +0100 Message-ID: <90a5caac0901241129x625dab1co9e965a2579b54f41@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: Sat, 24 Jan 2009 19:29:40 -0000 Hi Paul. 2009/1/24 Paul B. Mahol : > Xorg is compiled with hald support and hald is enabled? HAL support is activated (in x11-servers/xorg-server) and X reports: (II) config/hal: Adding input device AT Keyboard So it should use hald. > moused is working fine for me, only if I add `Option > "AllowEmptyInput" "0"` to xorg.conf, > and that one is documented in UPDATING. > Without it and without hald running mouse and keyboard where not > working at all and Xorg even managed to suspend freebsd. That's also true here (except the suspend, which doesn't work at all). I have Option "AllowEmptyInput" "off" in my xorg.conf, which is identical. I enabled the Synaptics support in psm(4). But this shouldn't influence moused... 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... Lucius