glfs/gnome/config/config-core.xml
Larry Lawrence 56c4edf68e Chapter 36 html overwrite
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@206 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-05 17:48:52 +00:00

17 lines
514 B
XML

<sect1 id="gnome-core-config">
<?dbhtml filename="config-core.html" dir="gnome"?>
<title>Configuring the core GNOME packages</title>
<para>Create an .xinitrc file to start GNOME:
<screen><userinput>echo "export GDK-USE-XFT=1" &gt ~/.xinitrc &amp;&amp;
echo "exec gnome-session" &gt; ~/.xinitrc</userinput></screen>
and ensure all libraries can be found with:
<screen><userinput>ldconfig</userinput></screen>
</para>
<para>At this point you can bring up GNOME with
<userinput>startx</userinput></para>
</sect1>