diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index b8c22413cc..2aef52af2c 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -449,10 +449,10 @@ ggv
  • Does GNOME &gnomever; support anti-aliased fonts?

    -

    Yes! Anti-aliasing requires XFree86 4.x with +

    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:

    + XF86Config or xorg.conf file under the Modules section:

     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.

    + +

    Another important caveat with removable media mounting + to keep in mind is that mount points must be specified + with fully-qualified path names in + /etc/fstab. For example, if /home is + a symlink to /usr/home, you must specify + /usr/home/marcus/cdrom in the example above. + If you do not do this, you will ecnounter strange + problems trying to access or unmount your volume.