| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.43 2011/03/02 07:17:38 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.44 2011/03/02 08:16:43 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>The X Server Configuration HOWTO</title> |
6 | <title>The X Server Configuration HOWTO</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 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.5 --> |
22 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 23 | <license/> |
23 | <license/> |
| 24 | |
24 | |
| 25 | <version>5</version> |
25 | <version>6</version> |
| 26 | <date>2011-03-01</date> |
26 | <date>2011-03-02</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> |
| 31 | <title>Graphical vs Command-Line</title> |
31 | <title>Graphical vs Command-Line</title> |
| … | |
… | |
| 578 | accordingly. You can set the value of XSESSION in |
578 | accordingly. You can set the value of XSESSION in |
| 579 | <path>/etc/env.d/90xsession</path> to make it a default for all the users |
579 | <path>/etc/env.d/90xsession</path> to make it a default for all the users |
| 580 | on the system. For example, as root, run <c>echo XSESSION="Xfce4" > |
580 | on the system. For example, as root, run <c>echo XSESSION="Xfce4" > |
| 581 | /etc/env.d/90xsession</c>. This will create the <path>90xsession</path> file |
581 | /etc/env.d/90xsession</c>. This will create the <path>90xsession</path> file |
| 582 | and set the default X session to <uri |
582 | and set the default X session to <uri |
| 583 | link="/doc/en/xfce-config.xml">Xfce</uri>. |
583 | link="/doc/en/xfce-config.xml">Xfce</uri>. Remember to run <c>env-update</c> |
|
|
584 | after changing <path>90xsession</path>. |
| 584 | </li> |
585 | </li> |
| 585 | </ul> |
586 | </ul> |
| 586 | |
587 | |
| 587 | <pre caption="Starting X"> |
588 | <pre caption="Starting X"> |
| 588 | $ <i>startx</i> |
589 | $ <i>startx</i> |