swift       05/04/11 12:05:08

  Modified:    xml/htdocs/doc/en xorg-config.xml
  Log:
  Updates for new mouse device file location

Revision  Changes    Path
1.11      +8 -8      xml/htdocs/doc/en/xorg-config.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xorg-config.xml?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xorg-config.xml?rev=1.11&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xorg-config.xml.diff?r1=1.10&r2=1.11&cvsroot=gentoo

Index: xorg-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xorg-config.xml     9 Apr 2005 11:30:48 -0000       1.10
+++ xorg-config.xml     11 Apr 2005 12:05:08 -0000      1.11
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.10 
2005/04/09 11:30:48 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.11 
2005/04/11 12:05:08 swift Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -22,8 +22,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
 <license/>
 
-<version>1.9</version>
-<date>2005-04-09</date>
+<version>1.10</version>
+<date>2005-04-11</date>
 
 <chapter>
 <title>What is the X Window Server?</title>
@@ -352,15 +352,15 @@
 
 <p>
 If your mouse isn't working, you will first need to find out if it is detected
-by the kernel at all. PS/2 mice are (device-wise) seen as 
-<path>/dev/psaux</path>. Other mice (like USBs) are seen as
-<path>/dev/input</path> (or <path>/dev/input/mice</path>). In either case you 
+by the kernel at all. Mice are (device-wise) seen as 
+<path>/dev/input/mouse0</path> (or <path>/dev/input/mice</path> if you want to
+use several mices). In either case you 
 can check if the devices do represent your mouse by checking the output of 
those
 files when you move your mouse. To end the session press <c>Ctrl-C</c>.
 </p>
 
 <pre caption="Checking the device files">
-# <i>cat /dev/input</i>
+# <i>cat /dev/input/mouse0</i>
 <comment>(Don't forget to press Ctrl-C to end this)</comment>
 </pre>
 
@@ -381,7 +381,7 @@
   Identifier  "TouchPad Mouse"
   Driver    "mouse"
   Option    "CorePointer"
-  <i>Option    "Device"    "/dev/psaux"</i>
+  <i>Option    "Device"    "/dev/input/mouse0"</i>
   <i>Option    "Protocol"    "IMPS/2"</i>
   <i>Option    "ZAxisMapping"    "4 5"</i>
 EndSection



--
[email protected] mailing list

Reply via email to