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: Thu, 18 Oct 2007 18:26:52
Message-Id: E1IiZuc-0001Nw-U0@stork.gentoo.org
1 nightmorph 07/10/18 18:16:02
2
3 Modified: xorg-config.xml
4 Log:
5 buncha small coding style fixes and punctuation, spelling, and grammar fixes. no content change.
6
7 Revision Changes Path
8 1.24 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.24&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.23&r2=1.24
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.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- xorg-config.xml 21 Jun 2007 02:37:46 -0000 1.23
21 +++ xorg-config.xml 18 Oct 2007 18:16:02 -0000 1.24
22 @@ -1,11 +1,8 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.23 2007/06/21 02:37:46 nightmorph Exp $ -->
26 -
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.24 2007/10/18 18:16:02 nightmorph Exp $ -->
29
30 <guide link="/doc/en/xorg-config.xml">
31 -
32 <title>The X Server Configuration HOWTO</title>
33
34 <author title="Author">
35 @@ -235,7 +232,7 @@
36 probing your hardware. If it tells you it failed at some point, you're forced to
37 manually write an <path>xorg.conf</path> file. Assuming that it didn't fail, it
38 will have told you that it has written <path>/root/xorg.conf.new</path> ready
39 -for you to test. So let's test :)
40 +for you to test. So let's test. :)
41 </p>
42
43 <pre caption="Testing the xorg.conf.new file">
44 @@ -288,7 +285,7 @@
45 <p>
46 Let us copy over the <path>xorg.conf.new</path> to
47 <path>/etc/X11/xorg.conf</path> now, so we won't have to continuously run
48 -<c>X -config</c> -- typing just <c>X</c> or <c>startx</c> is far more easy :)
49 +<c>X -config</c> -- typing just <c>X</c> or <c>startx</c> is easier. :)
50 </p>
51
52 <pre caption="Copying over xorg.conf">
53 @@ -319,7 +316,7 @@
54 accordingly (you can set the value of XSESSION in <path>/etc/rc.conf</path>
55 to make it a default for all the users on the system).
56 </li>
57 -<li>
58 + <li>
59 If all of the above fail, it will fall back to a simple window manager,
60 usually <c>twm</c>.
61 </li>
62 @@ -334,7 +331,7 @@
63 <c>twm</c>. To finish the twm session, type in <c>exit</c> or Ctrl-D in the
64 upcoming xterms. You can also kill the X session using the Ctrl-Alt-Backspace
65 combination. This will however make X exit disgracefully -- something that you
66 -might not always want. It doesn't hurt though :)
67 +might not always want. It doesn't hurt though. :)
68 </p>
69
70 </body>
71 @@ -395,7 +392,7 @@
72 </pre>
73
74 <p>
75 -Run X (<c>startx</c>) to discover it uses the resolution you want :)
76 +Run X (<c>startx</c>) to discover it uses the resolution you want. :)
77 </p>
78
79 </body>
80 @@ -471,7 +468,7 @@
81 Run <c>startx</c> and be happy about the result :) Congratulations, you now
82 (hopefully) have a working Xorg on your system. The next step is to remove this
83 ugly lightweight window manager and use a high-feature one (or even a desktop
84 -environment) such as KDE or GNOME, but that's not part of this guide :)
85 +environment) such as KDE or GNOME, but that's not part of this guide. :)
86 </p>
87
88 </body>
89 @@ -500,7 +497,7 @@
90 list few of them here, be sure to <uri link="http://www.google.com">Google</uri>
91 for more :) As <path>xorg.conf</path> and <path>XF86Config</path> (the
92 configuration file for the XFree86 project) use the
93 -same syntaxis for most configuration options and more information about
94 +same syntax for most configuration options and more information about
95 <path>XF86Config</path> is available, we'll list those resources as well.
96 </p>
97
98
99
100
101 --
102 gentoo-doc-cvs@g.o mailing list