nightmorph 09/10/02 07:37:57 Modified: xorg-config.xml Log: The first of many rewrites I'll be making to the guide to bring it up to stable xserver 1.6 standards. bug 229769
Revision Changes Path 1.31 xml/htdocs/doc/en/xorg-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.30&r2=1.31 Index: xorg-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- xorg-config.xml 10 Jun 2009 18:28:53 -0000 1.30 +++ xorg-config.xml 2 Oct 2009 07:37:57 -0000 1.31 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.30 2009/06/10 18:28:53 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.31 2009/10/02 07:37:57 nightmorph Exp $ --> <guide link="/doc/en/xorg-config.xml"> <title>The X Server Configuration HOWTO</title> @@ -8,7 +8,7 @@ <author title="Author"> <mail link="[email protected]">Sven Vermeulen</mail> </author> -<author title="Editor"> +<author title="Author"> <mail link="nightmorph"/> </author> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.21</version> -<date>2009-06-10</date> +<version>1.22</version> +<date>2009-10-02</date> <chapter> <title>What is the X Window Server?</title> @@ -320,8 +320,11 @@ <li> Otherwise, it will read the value of the XSESSION variable and will execute one of the sessions available in <path>/etc/X11/Sessions/</path> - accordingly (you can set the value of XSESSION in <path>/etc/rc.conf</path> - to make it a default for all the users on the system). + accordingly. You can set the value of XSESSION in + <path>/etc/env.d/90xsession</path> to make it a default for all the users on + the system. For example, as root, run <c>echo XSESSION="Xfce4" > + /etc/env.d/90xsession</c>. This will create the <path>90xsession</path> file + and set the default X session to Xfce4. </li> <li> If all of the above fail, it will fall back to a simple window manager,
