nightmorph 07/02/17 19:12:14 Modified: xorg-config.xml Log: added bit about /dev/input/mice to the xorg guide, bug 167337
Revision Changes Path 1.21 xml/htdocs/doc/en/xorg-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.21&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.20&r2=1.21 Index: xorg-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- xorg-config.xml 29 Nov 2006 15:48:57 -0000 1.20 +++ xorg-config.xml 17 Feb 2007 19:12:14 -0000 1.21 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.20 2006/11/29 15:48:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.21 2007/02/17 19:12:14 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.14</version> -<date>2006-07-13</date> +<version>1.15</version> +<date>2007-02-17</date> <chapter> <title>What is the X Window Server?</title> @@ -243,10 +243,12 @@ </pre> <p> -If all goes well, you should see a simple black and white pattern. Verify if -your mouse works correctly and if the resolution is good. You might not be able -to deduce the exact resolution, but you should be able to see if it's too low. -You can exit any time by pressing Ctrl-Alt-Backspace. +If all goes well, you should see a simple black and white pattern. Verify if +your mouse works correctly and if the resolution is good. If you received errors +about "/dev/mouse", try changing your mouse device to <c>/dev/input/mice</c> in +the "InputDevice" section of <path>xorg.conf</path>. You might not be able to +deduce the exact resolution, but you should be able to see if it's too low. You +can exit any time by pressing Ctrl-Alt-Backspace. </p> </body> -- [email protected] mailing list
