From nobody@FreeBSD.org  Wed May 26 20:30:31 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 93AE41065670
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 May 2010 20:30:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 6A9778FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 May 2010 20:30:31 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4QKUUm2002315
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 26 May 2010 20:30:30 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o4QKUURi002314;
	Wed, 26 May 2010 20:30:30 GMT
	(envelope-from nobody)
Message-Id: <201005262030.o4QKUURi002314@www.freebsd.org>
Date: Wed, 26 May 2010 20:30:30 GMT
From: casnik <mladen.mintakovic@inet.hr>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mouse does not work with X
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147095
>Category:       docs
>Synopsis:       FAQ: mouse does not work with X
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 26 20:40:06 UTC 2010
>Closed-Date:    Tue Aug 10 10:30:16 UTC 2010
>Last-Modified:  Tue Aug 10 10:30:16 UTC 2010
>Originator:     casnik
>Release:        >7.0
>Organization:
>Environment:
>Description:
In "FAQ/Chapter 11/Why does my mouse not work with X?" given sugestion is not enough. 
>How-To-Repeat:

>Fix:
In /etc/X11/xorg.conf add under ServerLayout Section
    Option "AllowEmptyInput" "off"

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-doc 
Responsible-Changed-By: remko 
Responsible-Changed-When: Thu May 27 06:08:16 UTC 2010 
Responsible-Changed-Why:  
reassign to doc team, this is something for the FAQ. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147095 
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Mon Aug 2 11:40:46 UTC 2010 
Responsible-Changed-Why:  
Snatch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147095 

From: Warren Block <wblock@wonkity.com>
To: bug-followup@FreeBSD.org, mladen.mintakovic@inet.hr
Cc:  
Subject: Re: docs/147095: FAQ: mouse does not work with X
Date: Tue, 3 Aug 2010 06:55:35 -0600 (MDT)

 AllowEmptyInput is not the right way to disable hal input device 
 detection and often causes input problems like a draggy mouse or 
 keyboard input being buffered until the mouse is moved.  Instead, use
 
 Option "AutoAddDevices" "Off"
 
 -Warren Block * Rapid City, South Dakota USA

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/147095: commit references a PR
Date: Tue, 10 Aug 2010 10:11:29 +0000 (UTC)

 pgj         2010-08-10 10:11:15 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/faq book.sgml 
   Log:
   - Be more specific on how to make the mouse work with recent Xorg
     distributions
   
   PR:             docs/147095
   Submitted by:   casnik <mladen.mintakovic@inet.hr>
   Refined by:     Warren Block <wblock@wonkity.com>
   
   Revision  Changes    Path
   1.1126    +9 -0      doc/en_US.ISO8859-1/books/faq/book.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Tue Aug 10 10:29:10 UTC 2010 
State-Changed-Why:  
The document has been fixed, the updated version shall be available 
soon.  Thank you for your problem report! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147095 
>Unformatted:
