2002-09-05 23:57:09 +08:00
|
|
|
<sect1 id="gnome-core-config">
|
2002-09-06 01:48:52 +08:00
|
|
|
<?dbhtml filename="config-core.html" dir="gnome"?>
|
2002-09-05 23:57:09 +08:00
|
|
|
<title>Configuring the core GNOME packages</title>
|
|
|
|
|
|
|
|
|
|
|
|
<para>Create an .xinitrc file to start GNOME:
|
|
|
|
<screen><userinput>echo "export GDK-USE-XFT=1" > ~/.xinitrc &&
|
|
|
|
echo "exec gnome-session" > ~/.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>
|