* Add another caveat regarding removable media mounting [1]

* Mention X.Org in addition to XFree86 [2]

Submitted by:	Franz Klammer <klammer@webonaut.com> [1]
		bgruber <lists@bgruber.isa-geek.com> [2]
This commit is contained in:
Joe Marcus Clarke 2004-11-08 21:07:31 +00:00
parent 9fc44e69ed
commit dd97e29113
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22877

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.79 2004/09/22 04:55:46 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.80 2004/11/07 22:58:20 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -449,10 +449,10 @@ ggv
<li style="padding-bottom: 0.5em"><a name="q10"></a>
<p><b>Does GNOME &gnomever; support anti-aliased fonts?</b></p>
<!-- A10 -->
<p>Yes! Anti-aliasing requires XFree86 4.x with
<p>Yes! Anti-aliasing requires XFree86 4.x or X.Org with
freetype2 support. To add freetype2 support to X, make
sure you have the following modules loaded in your
XF86Config file under the Modules section:</p>
XF86Config or xorg.conf file under the Modules section:</p>
<pre>
Load "freetype"
@ -738,6 +738,15 @@ vfs.usermount=1
that is setup, a CD-ROM icon will appear under the Computer
location in Nautilus. Double-clicking on that icon will mount
the CD, and place an icon on the desktop.</p>
<p>Another important caveat with removable media mounting
to keep in mind is that mount points must be specified
with <em>fully-qualified</em> path names in
<tt>/etc/fstab</tt>. For example, if <tt>/home</tt> is
a symlink to <tt>/usr/home</tt>, you must specify
<tt>/usr/home/marcus/cdrom</tt> in the example above.
If you do not do this, you will ecnounter strange
problems trying to access or unmount your volume.</p>
</li>
<!-- Q20 -->
<li style="padding-bottom: 0.5em"><a name="q20"></a>