From owner-freebsd-current@FreeBSD.ORG Thu Nov 8 08:46:28 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA4D47CB for ; Thu, 8 Nov 2012 08:46:28 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 232E98FC08 for ; Thu, 8 Nov 2012 08:46:27 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so2429538lag.13 for ; Thu, 08 Nov 2012 00:46:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=o5H0acu52xmA/b1PEjYg7jhb/QnqxTgtIwC/58Se+h0=; b=s6YzvVWC/aWIYlcMR+AyuVmr7iuEB6Hqtxx+i8nU1diTntU0QgzvqpDb50uF4peoXz 4lLSCEuqa8yQ+X4ZLFcLW+nPL63swpLPatNk4L0LtOY5rUMarxwICx4Ar8bdMY3pPq9W O/exkghLT6zB8D5cAp4qhwykwzm+kHxEfT7JVoFDnIzj321r5WYAOyBCVbUdvDtsYuXc wHVS5LBs29z1ZTuzBY7ipQcn7gluABEjw13XhhIVJoVzc2iPVfaaKYFvWzEd0lAGDlag jsQbm9h6Ep52Z8MkQtlfDN7W+0dFsgk8Xlu9wrHOhTPl1R9No3Ht2UZxBylPmcKH6X4N zIiQ== MIME-Version: 1.0 Received: by 10.152.148.8 with SMTP id to8mr6943503lab.2.1352364386680; Thu, 08 Nov 2012 00:46:26 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.114.0.148 with HTTP; Thu, 8 Nov 2012 00:46:26 -0800 (PST) Received: by 10.114.0.148 with HTTP; Thu, 8 Nov 2012 00:46:26 -0800 (PST) In-Reply-To: <201211062158.qA6Lvt2l039276@fire.js.berklix.net> References: <201211062158.qA6Lvt2l039276@fire.js.berklix.net> Date: Thu, 8 Nov 2012 09:46:26 +0100 X-Google-Sender-Auth: xZdip01E6jz9dq7xzpXimrcE3qA Message-ID: Subject: Re: 9.1-RC3 feels okay :-) From: CeDeROM To: "Julian H. Stacey" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 08:46:28 -0000 Hello :-) I have tested additional options in xorg runtime :-) With the patched xorg mouse driver 1.7.1 (or driver version >=1.7.2) situation is following: 1. With hald and dbus no xorg.conf file is needed. However it might bo option to pass some additional featutes parameters with xorg.conf. 2. With no hald and dbus mouse and keyboard does not work in xorg unless Option "AllowEmptyInput" "False" is added to Section "ServerLayout" by hand in xorg.conf. Without this option input does not work even if xorg.conf defines it! AllowEmptyInput=False forces to detect input deviced by Xorg at startup. Thank you for this hint! This could be added to the handbook :-) AllowEmptyInput=False should be a default for Xorg IMO we can report it to the Xorg project! :-) Best regards :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Nov 6, 2012 10:58 PM, "Julian H. Stacey" wrote: > Hi, > Reference: > > From: CeDeROM > > Date: Tue, 6 Nov 2012 22:14:03 +0100 > > Message-id: h8ga9VWmE+TRdNg_kyJcmFw@mail.gmail.com> > > CeDeROM wrote: > > I have also noted that mouse cursor is very often not moving in Xorg > > but it works in the console! I need to move cursor while statrx or > > restart Xorg for mouse to start moving. Is it a bug or feature? :-) > > > > In the xorg.conf: > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "auto" > > Option "Device" "/dev/sysmouse" > > Option "ZAxisMapping" "4 5 6 7" > > EndSection > > Inside > Section "ServerLayout" > Just after > InputDevice "Mouse0" "CorePointer" > Append > Option "AllowEmptyInput" "False" > > Cheers, > Julian > -- > Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich > http://berklix.com > Reply below not above, like a play script. Indent old text with "> ". > Send plain text. Not: HTML, multipart/alternative, base64, > quoted-printable. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >