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: Fri, 02 Oct 2009 07:38:00
Message-Id: E1MtciD-000166-M1@stork.gentoo.org
1 nightmorph 09/10/02 07:37:57
2
3 Modified: xorg-config.xml
4 Log:
5 The first of many rewrites I'll be making to the guide to bring it up to stable xserver 1.6 standards. bug 229769
6
7 Revision Changes Path
8 1.31 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.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.30&r2=1.31
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.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- xorg-config.xml 10 Jun 2009 18:28:53 -0000 1.30
21 +++ xorg-config.xml 2 Oct 2009 07:37:57 -0000 1.31
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.30 2009/06/10 18:28:53 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.31 2009/10/02 07:37:57 nightmorph Exp $ -->
27
28 <guide link="/doc/en/xorg-config.xml">
29 <title>The X Server Configuration HOWTO</title>
30 @@ -8,7 +8,7 @@
31 <author title="Author">
32 <mail link="swift@g.o">Sven Vermeulen</mail>
33 </author>
34 -<author title="Editor">
35 +<author title="Author">
36 <mail link="nightmorph"/>
37 </author>
38
39 @@ -22,8 +22,8 @@
40 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
41 <license/>
42
43 -<version>1.21</version>
44 -<date>2009-06-10</date>
45 +<version>1.22</version>
46 +<date>2009-10-02</date>
47
48 <chapter>
49 <title>What is the X Window Server?</title>
50 @@ -320,8 +320,11 @@
51 <li>
52 Otherwise, it will read the value of the XSESSION variable and will execute
53 one of the sessions available in <path>/etc/X11/Sessions/</path>
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 + accordingly. You can set the value of XSESSION in
57 + <path>/etc/env.d/90xsession</path> to make it a default for all the users on
58 + the system. For example, as root, run <c>echo XSESSION="Xfce4" >
59 + /etc/env.d/90xsession</c>. This will create the <path>90xsession</path> file
60 + and set the default X session to Xfce4.
61 </li>
62 <li>
63 If all of the above fail, it will fall back to a simple window manager,