1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
2 | |
2 | |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.16 2005/09/09 05:57:43 fox2mike Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.17 2005/09/09 06:01:15 fox2mike Exp $ --> |
4 | |
4 | |
5 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
5 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
6 | |
6 | |
7 | <guide link="/doc/en/xorg-config.xml"> |
7 | <guide link="/doc/en/xorg-config.xml"> |
8 | |
8 | |
… | |
… | |
17 | environment at their fingertips. This HOWTO explains what Xorg is, how to |
17 | environment at their fingertips. This HOWTO explains what Xorg is, how to |
18 | install it and what the various configuration options are. |
18 | install it and what the various configuration options are. |
19 | </abstract> |
19 | </abstract> |
20 | |
20 | |
21 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
21 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
22 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
22 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
23 | <license/> |
23 | <license/> |
24 | |
24 | |
25 | <version>1.12</version> |
25 | <version>1.13</version> |
26 | <date>2005-09-09</date> |
26 | <date>2005-09-09</date> |
27 | |
27 | |
28 | <chapter> |
28 | <chapter> |
29 | <title>What is the X Window Server?</title> |
29 | <title>What is the X Window Server?</title> |
30 | <section> |
30 | <section> |
… | |
… | |
357 | If your mouse isn't working, you will first need to find out if it is detected |
357 | If your mouse isn't working, you will first need to find out if it is detected |
358 | by the kernel at all. Mice are (device-wise) seen as |
358 | by the kernel at all. Mice are (device-wise) seen as |
359 | <path>/dev/input/mouse0</path> (or <path>/dev/input/mice</path> if you want to |
359 | <path>/dev/input/mouse0</path> (or <path>/dev/input/mice</path> if you want to |
360 | use several mice). In some cases <path>/dev/psaux</path> is used. In either |
360 | use several mice). In some cases <path>/dev/psaux</path> is used. In either |
361 | case you can check if the devices do represent |
361 | case you can check if the devices do represent |
362 | your mouse by checking the output of those files when you move your mouse. To |
362 | your mouse by checking the output of those files when you move your mouse. You |
363 | end the session press <c>Ctrl-C</c>. |
363 | will usually see some junk on your screen. To end the session press |
|
|
364 | <c>Ctrl-C</c>. |
364 | </p> |
365 | </p> |
365 | |
366 | |
366 | <pre caption="Checking the device files"> |
367 | <pre caption="Checking the device files"> |
367 | # <i>cat /dev/input/mouse0</i> |
368 | # <i>cat /dev/input/mouse0</i> |
368 | <comment>(Don't forget to press Ctrl-C to end this)</comment> |
369 | <comment>(Don't forget to press Ctrl-C to end this)</comment> |