Here's the replacement script... --- Snip ---
# # XftConfig # # Use this in place of the existing /etc/X11/Xftconfig # # Make sure you restart the XFS server and X windows. # If your machine is set to boot to graphical mode, you might want to be doubly # sure that XFS starts up "service xfs restart" before rebooting. # # Posted by someone on the list who really knows their s@#$t! # # Note this will slow down your machine as this takes more CPU cycles # if you have a slower (under 400mhz) computer, you might want to use # non anti-aliased fonts instead. # # # -JMS # # Use with Type1 and TrueType fonts # #dir "/usr/X11R6/lib/X11/fonts/WinFonts" dir "/usr/X11R6/lib/X11/fonts/Type1" dir "/usr/X11R6/lib/X11/fonts/drakfont" dir "/usr/share/fonts/default/Type1" # # alias 'fixed' and 'console' for 'mono' # (some programs ask for 'mono' if they mean 'fixed';) # match any family == "fixed" edit family =+ "mono"; match any family == "console" edit family =+ "mono"; # #Check users config file # includeif "~/.xftconfig" # Subpixel hinting match edit rgba=bgr; #match edit rgba=rgb; match edit vgbr=bgr; # # Use TrueType fonts for defaults # Danny: disabled #match any family == "serif" edit family += "Times New Roman"; #match any family == "sans" edit family += "Verdana"; # # Use lucida console as default fixed type font # and set the spacing of "mono" to 100, this # fixes broken fonts which are fixed, but do not # set mono-spacing. match any family == "mono" edit family += "lucida console"; spacing = 100; # # 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"; match any family == "Lucida Grande" edit family += "LucidaGrande"; match any family == "LucidaGrande" edit family =+ "Lucida Grande"; # # 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"; # Danny: # set the AA for different fonts # # most TT fonts do not need to be aliased between # 8 and 15 points, although this might be a matter of taste. #match # any size > 8 # any size 7 any size --- Snip --- |-----Original Message----- |From: Onur Kucuk [mailto:[EMAIL PROTECTED]] |Sent: Saturday, November 24, 2001 6:55 PM |To: Jose M. Sanchez |Subject: Re[2]: [newbie] Adobe fonts gone | | | |Saturday, November 24, 2001, 9:34:01 PM, you wrote: | |JMS> Someone on the list posted a fix for the xfs configuration that |JMS> worked just great for me. | |JMS> By default you only see a few Anti-Aliased fonts and non of those |JMS> xfered from Winblows. | |JMS> The script changes gave me the full list of fonts, which |look great |JMS> under 2.2 | |JMS> -JMS | | May you send me info about that ? I would like to see what it does :) | | Thanks | Onur Kucuk | | | | |_________________________________________________________ | |Do You Yahoo!? | |Get your free @yahoo.com address at http://mail.yahoo.com | | |
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
