I pretty much followed the instructions in the README file too, but i did 
fiddle with the modules a bit:
    Load        "dbe"   # Double buffer extension
    Load        "dga"
    Load        "extmod"
    Load        "type1"
    Load        "freetype"
    Load        "glx"

I have heard that if you mess up your XftConfig file it will cause any 
programs that use it to crash tho.  I did post me XftConfig before, but here 
it is again in case its useful to you:

#
# XftConfig from http://keithp.com/~keithp/fonts/XftConfig
#Messed with by Rob Weir ([EMAIL PROTECTED])
#Kudos to keith, blame to me
# Use with Type1 and TrueType fonts
#

dir "/usr/X11R6/lib/X11/fonts/Type1"
dir "/usr/share/fonts/truetype"
dir "/usr/X11R6/lib/X11/fonts/TrueType"

#
# alias 'fixed' for 'mono'
#
match any family == "fixed"             edit family =+ "mono";

#
#Check users config file
#
includeif       "~/.xftconfig"

#
# Substitute TrueType fonts for Type1 versions
#
match any family == "Times"             edit family += "Times New Roman";
match any family == "Helvetica"         edit family += "Verdana";
match any family == "Courier"           edit family += "Courier New";

#
# Use TrueType fonts for defaults
#
match any family == "serif"             edit family += "Times New Roman";
match any family == "sans"              edit family += "Verdana";

#
# Use monotype.com (andale) face where possible
#
match
        any family == "mono" 
        all slant == roman
        all weight < bold
edit
        family += "monotype.com";
#
# otherwise, use courier
#
match any family == "mono"              edit family += "Courier New";

#
# Alias between XLFD families and font file family name, prefer local fonts
#
match any family == "Charter"           edit family += "Bitstream Charter";
match any family == "Bitstream Charter" edit family =+ "Charter";

match any family == "Lucidux Serif"     edit family += "LuciduxSerif";
match any family == "LuciduxSerif"      edit family =+ "Lucidux Serif";

match any family == "Lucidux Sans"      edit family += "LuciduxSans";
match any family == "LuciduxSans"       edit family =+ "Lucidux Sans";

match any family == "Lucidux Mono"      edit family += "LuciduxMono";
match any family == "LuciduxMono"       edit family =+ "Lucidux Mono";
    
#
# TrueType font aliases
#
match any family == "Comic Sans"        edit family += "Comic Sans MS";
match any family == "Comic Sans MS"     edit family =+ "Comic Sans";
match any family == "Trebuchet"         edit family += "Trebuchet MS";
match any family == "Trebuchet MS"      edit family =+ "Trebuchet";
match any family == "Monotype"          edit family =+ "Monotype.com";
match any family == "Andale Mono"       edit family += "Monotype.com";
match any family == "Monotype.com"      edit family =+ "Andale Mono";

I certainly agree with your comment about NVidia not releasing source, 
haven't they been promising it for a couple of years now?


Reply via email to