Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xorg-config.xml
Date: Sat, 17 Feb 2007 19:12:34
Message-Id: E1HIUyk-0003r9-Jg@lark.gentoo.org
1 nightmorph 07/02/17 19:12:14
2
3 Modified: xorg-config.xml
4 Log:
5 added bit about /dev/input/mice to the xorg guide, bug 167337
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/en/xorg-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.20&r2=1.21
13
14 Index: xorg-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- xorg-config.xml 29 Nov 2006 15:48:57 -0000 1.20
21 +++ xorg-config.xml 17 Feb 2007 19:12:14 -0000 1.21
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.20 2006/11/29 15:48:57 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.21 2007/02/17 19:12:14 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.14</version>
35 -<date>2006-07-13</date>
36 +<version>1.15</version>
37 +<date>2007-02-17</date>
38
39 <chapter>
40 <title>What is the X Window Server?</title>
41 @@ -243,10 +243,12 @@
42 </pre>
43
44 <p>
45 -If all goes well, you should see a simple black and white pattern. Verify if
46 -your mouse works correctly and if the resolution is good. You might not be able
47 -to deduce the exact resolution, but you should be able to see if it's too low.
48 -You can exit any time by pressing Ctrl-Alt-Backspace.
49 +If all goes well, you should see a simple black and white pattern. Verify if
50 +your mouse works correctly and if the resolution is good. If you received errors
51 +about "/dev/mouse", try changing your mouse device to <c>/dev/input/mice</c> in
52 +the "InputDevice" section of <path>xorg.conf</path>. You might not be able to
53 +deduce the exact resolution, but you should be able to see if it's too low. You
54 +can exit any time by pressing Ctrl-Alt-Backspace.
55 </p>
56
57 </body>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list