Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xorg-config.xml
Date: Wed, 02 Mar 2011 08:16:55
Message-Id: 20110302081644.007452004F@flycatcher.gentoo.org
1 nightmorph 11/03/02 08:16:43
2
3 Modified: xorg-config.xml
4 Log:
5 additional env-update reminder after editing 90xsession, bug 351370
6
7 Revision Changes Path
8 1.44 xml/htdocs/doc/en/xorg-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.44&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.44&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.43&r2=1.44
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.43
18 retrieving revision 1.44
19 diff -u -r1.43 -r1.44
20 --- xorg-config.xml 2 Mar 2011 07:17:38 -0000 1.43
21 +++ xorg-config.xml 2 Mar 2011 08:16:43 -0000 1.44
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.43 2011/03/02 07:17:38 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.44 2011/03/02 08:16:43 nightmorph Exp $ -->
27
28 <guide>
29 <title>The X Server Configuration HOWTO</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>5</version>
35 -<date>2011-03-01</date>
36 +<version>6</version>
37 +<date>2011-03-02</date>
38
39 <chapter>
40 <title>What is the X Window Server?</title>
41 @@ -580,7 +580,8 @@
42 on the system. For example, as root, run <c>echo XSESSION="Xfce4" >
43 /etc/env.d/90xsession</c>. This will create the <path>90xsession</path> file
44 and set the default X session to <uri
45 - link="/doc/en/xfce-config.xml">Xfce</uri>.
46 + link="/doc/en/xfce-config.xml">Xfce</uri>. Remember to run <c>env-update</c>
47 + after changing <path>90xsession</path>.
48 </li>
49 </ul>