glfs/gnome/config/config-core.xml
Billy O 'Connor 1a310d10fa Ok, big xml cleanup, all <<'s, >>'s, etc.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@435 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-12-02 23:03:28 +00:00

17 lines
519 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;&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>