| Summary: | FAQ: mouse does not work with X | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | casnik <mladen.mintakovic> |
| Component: | Books & Articles | Assignee: | Gabor Pali <pgj> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-i386->freebsd-doc reassign to doc team, this is something for the FAQ. Responsible Changed From-To: freebsd-doc->pgj Snatch. 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 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 The document has been fixed, the updated version shall be available soon. Thank you for your problem report! |
In "FAQ/Chapter 11/Why does my mouse not work with X?" given sugestion is not enough. Fix: In /etc/X11/xorg.conf add under ServerLayout Section Option "AllowEmptyInput" "off"