Xfce4 xorg 1.6 font troubles

Hi, im trying to setup (im newbie in archlinux) my xfce4, all is fine..but my fonts not sure
http://img9.imageshack.us/img9/6668/clipboard01my6.png
if you see my destkop, the font im using with anti-aliasing but i still find is a bit difused... i want good fonts for my crt of 19", whats the best config of fonts for use?
my xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder62)  Thu Feb  5 00:09:30 PST 2009
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
#    Load          "ddc"
#    Load          "i2c"
EndSection
Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection
#Section "ServerFlags"
#    Option         "Xinerama" "0"
#EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection
Section "Monitor"
    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier     "Monitor0"
    DisplaySize 420 315 # 96 DPI @ 1600x1200
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       30.0 - 95.0
    VertRefresh     50.0 - 180.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
#    Option   "UseEdidDpi" "false"
#    Option   "DPI" "96 x 96"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8300"
#   Option   "NoDDC" "true"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "BackingStore" "True"
    Option         "Coolbits" "1"
    Option         "AllowIndirectPixmaps" "True"
  #  Option         "TwinView" "0"
  #  Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1600x1200_75 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0;"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Section "Extensions"
        Option  "Composite" "Disable"
EndSection
any tip, is really welcomed..thx for your time!

Hmm  i see my refresh is badly apprently,
xrandr
Screen 0: minimum 320 x 175, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
   1600x1200      50.0*    54.0     55.0     56.0     57.0 
   1024x768       51.0     66.0     67.0     68.0     69.0 
   800x600        52.0     71.0     72.0     73.0     74.0 
   640x480        53.0     78.0     79.0     80.0 
   1400x1050      58.0     59.0 
   1280x1024      60.0     61.0     62.0 
   1280x960       63.0     64.0 
   1152x864       65.0 
   832x624        70.0 
   720x400        75.0 
   700x525        76.0     77.0 
   640x400        81.0 
   640x350        82.0 
   512x384        83.0     84.0     85.0 
   400x300        86.0 
   320x240        87.0     88.0 
   320x175        89.0 
how i can setup xorg.conf for take the best of 1600x1200?
thx

Similar Messages

  • [SOLVED]Xfce4/Xorg - Fonts messed up

    Hey
    Beside dwm I'm actually trying out if Xfce4 fits for my needs so I installed it using 'pacman -S xfce4 xfce4-goodies'. I'm already used to it since my time with Debian so I like this DE pretty much.
    Everything installed just fine and apparently works, but the fonts are really ugly.
    I tried to change them in the Settings-Manager and in Xfce4-Terminal/Mousepad, but I can choose one font or another, they're all the same. There's no difference between Monospace, Newspaper, Sans, Serif, Clean, ClearlyPUA etc.. They all have the same style, same size and same uglyness.
    What works is, that I can change the size of these fonts and I can select other fonts, but beside the size everything stays unchanged.
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    # Load "glx"
    # This loads the DRI module
    # Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.
    # Option "Protocol" "Xqueue"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc101"
    Option "XkbLayout" "de"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.
    # Option "Protocol" "Xqueue"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 31.5 - 57.0
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-100
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "* Generic VESA compatible"
    Driver "vesa"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "* Generic VESA compatible"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    # Mode 0666
    # EndSection
    $HOME/.xinitrc
    exec xfce4-session
    Last edited by azerty (2007-08-23 22:14:46)

    Ok maybe it's a bit difficult to explain my problem.
    Another try
    I want Xfce' fonts to look like this
    but currently it looks like this.
    As I already know from my Xfce experiences with Debian, using a font like Monospace normally gives me a nice smooth font as in the first link/image. But currently I can chose Monospace or whatever, the font stays the same, even if I select Monospace the font stay as small and awkward as before. But as I said before Monospace should give me another font which, as stated above, would be very smooth.
    Hopefully my problem is easier to understand know.
    Thanks in advance.

  • Xorg.conf jagged fonts

    I am running an nvidia graphics card with twinview to support dual monitors.  I used "nvidia --config" to get my xorg.conf file and then manually created 10-monitor.  If fonts in the xorg sever are rendered jaggedly, is that likely to be a xorg.conf problem, or a fonts.conf problem?
    Thanks in advance!

    On close inspection, it looks like all of the above.
    However on very specific font sizes it looks great.  For example inconsolata-g at point 7 looks shiny but at point 8 it gets jagged.  This implies to me that the fonts aren't vectorizing properly, no?
    That's an anti-aliasing problem right?

  • FW8 on OSX : UNICODE FONT TROUBLE

    Well ... Hi !
    Can someone help me ... I'm new on MAC OSX ... but I use to
    work with FW !
    On this OS, FW don't want to let me write with accent :
    é, à, ï ... won't appear.
    If I check with popchar the font table, i see that the accent
    are in the unicode tab... so I suppose that FW have some trouble
    with unicode font on mac.
    I've read this
    technote, but i didn't
    find this file...
    What can i do ?
    THANX

    I don't believe that you can type as you would with MS Word
    or Illustrator and have the accented characters appear as you type.
    However, you can create a text block and type with the keyboard
    normally and when you require an accented character you can insert
    one manually from the Special Characters panel as I mentioned in my
    last reply.
    One other option is to import your text from Photoshop CS2 or
    Illustrator into Fireworks. See the Fireworks help menu for details
    of how to do this. Text can be imported and remain editable or even
    used as vector objects.
    One final note; you could search for a Fieworks Extension
    that may exist for creating the feature that you are after.
    Nick Barling
    barkingweb.com

  • Firefox Font Trouble

    I can't figure out how to fix this font issue.  The first screenshot below was taken on a Mac and the second was taken on Arch.  It doesn't come across as well as I'd like in the screenshots, but it looks terrible.  The Arch version is gigantic compared to what it's supposed to be.  I've installed every font that I can think of and even tried using the cleartype and infinality packages from AUR.  The font is defined in the stylesheet as: 10pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif.
    Here are fonts that I have installed:
    extra/freetype2 2.4.2-1 [installed]
    extra/gsfonts 1.0.7pre44-2 [installed]
    extra/ttf-bitstream-vera 1.10-7 [installed]
    extra/ttf-dejavu 2.30-2 [installed]
    extra/ttf-freefont 20090104-2 [installed]
    extra/ttf-ms-fonts 2.0-3 [installed]
    extra/xorg-fonts-100dpi 1.0.1-3 (xorg) [installed]
    extra/xorg-fonts-75dpi 1.0.1-3 (xorg) [installed]
    extra/xorg-fonts-misc 1.0.1-1 [installed]
    community/terminus-font 4.30-1 [installed]
    community/ttf-inconsolata 20090215-2 [installed]
    community/ttf-liberation 1.06.0.20100721-1 [installed]
    Mac:
    Arch:
    Any suggestions?

    http://wiki.archlinux.org/index.php/Xor … ze_and_DPI
    I'm not entirely certain what the DPI should be, but it seems like everything checks out according to that wiki article.  That's the correct resolution, and I did their math to calculate the screen size and got a comparable 363x204.  I'm guessing mine is off due to rounding errors.

  • Font Troubles on MacBook Pro

    I recently purchased a MacBook Pro and took all of the fonts off of my Mac Pro at home and copied them to my harddrive>library>fonts folder.
    Only some of the fonts are working. Others do not work whatsoever in any application (Photoshop, InDesign, Pages, et. al). They are in the fonts folder, but show up as plain file icons.
    Is there something I'm missing?

    Start with these:
    Font Management in OS X
    Advanced Typography with Mac OS X Tiger
    Extensis Font Management in OS X
    Fonts & Mac OS X

  • Font Trouble In Classic!

    Hi,
    I installed some new fonts in OSX, but when I switch to work in Quark Express in Classic mode, the new fonts aren't available.
    Thanks for any and all help!
    mghill1

    Where did you intsall them?
    For them to be seen in Classic, they should be in the "Fonts" folder, that's inside the "System Folder."

  • FONT TROUBLE

    I recently installed quiet a few fonts onto my MacBook Pro. Some were free PC fonts that have worked on Apple computers before. Using font book I activated and de-activated ones I wanted and didn't want respectively.
    At first this was a problem with Safari in that my font was not my default font, as a matter of fact it was a grafitti font that I never used and had de-activated. I remedied that (how I couldn't tell you) but it is still registering as the default font for Flash.
    I'm just wondering how to remedy this to get all my default fonts back to normal.
    I learned my lesson, these free fonts are all going in the garbage once I differentiate them from the good defaults.
    *Note : I do not want to reformat my entire computer, but honestly if that's what it takes, I'm ready for it.

    Where did you install those fonts? In your home folder? =Macintosh HD>Users>Your username>Library >Fonts
    Or did you install them in the root level library?
    Macintosh HD>Library>Fonts
    Or maybe in the System Font's folder?
    Macintosh HD>System>Library>Fonts
    IF you installed them in the System fonts folder or the root level library folder you've probably got a font subsitution issue. As a matter of regular practice I would strongly discourage you from installing additonal fonts in the System Fonts folder and to a lesser extent in the root level library folder, but rather your home folder. If you did install the fonts in either of these locations I'd recommend you boot in safe mode by holding the shift key at startup til you see the gray apple with spinning gear and move them to your home folder.
    Hope this helps
    yum000

  • Font troubles on website

    Hello and thank you in advance for any help on this!
    I created a website using iWeb'08 using the layered paper template, with GoDaddy as the hosting service and used their ftp.
    The problem is that the font I select - Hoefler Text - comes up on the welcome page of the website, with the exception of the navigation tabs - looks like they are in TimesNewRoman. The Hoefler font does not work on any of the other pages - an about us, photo album, and several blank pages. I tried deleting from GoDaddy & re-ftping the files, but same problem. Seems odd that it would work on one page, but not the others. A quick way to notice if the font is correct is that the some fo the numbers are higher or lower than each other. The "Test" page has a few fonts on it
    If you can take a look at the site it is www.avantballet.com
    Thank you again for all your help!
    Frank
    Message was edited by: frankspilo

    If you want to create an image from a text box add a drop shadow to the text and set it's opacity to 5%.
    Click to view full size
    OT

  • Font trouble in PS CS1 on Snowleopard

    Hi
    I am running Photoshop Cs1 on an Imac with Snowleopard (Mac OS X - 10.6.3) with an Intel Core i5 Processor. The problem is that I can only see fonts up to "K" in the list, and then only the "symbols" fontstyle after that. In my FontBook I can see them up to the end, and in InDesign CS1 and Illustrator CS1 I can also se the list to the last font.
    Any Idea what I can do to fix this?
    Thank You

    This is entirely due to the number of fonts on your system.
    I went through this myself when my font library grew to its present size of 4986 fonts.
    The first few show up with icon, name and preview, then you only get one of the three for the rest of the list.
    I'm pretty sure that it takes a good while for Ps, Id or Ai to fully lauch the Font tool also.
    I found a solution.
    The best solution is to get and use a font manager like Suitcase Fusion. Then move all but your base system fonts to a separate library, managed by the application.
    Your CS apps will run faster, and since only the font(s) you are using will be activated, the font tool performance will increase dramatically.
    Also, CS1 wasn't built to run on Intel, or in Snow Leopard. I'm surprised this is the only issue you're having.

  • IPad and ebooks .epub which fonts trouble free

    Hi.
    Does anyone have a CURENT REFERENCE a LIST of FONTS that will work without problems on the popular tablets specifically iPads and kindles.
    I am creating an ebook -  an .epub file on my Macbookpro OS X 10.8 using inDesign CC.
    I searched the internet, this forum, other forums etc and included 2013 and 2014 in the search terms but I HAVE not found a list.
    One tutorial discusses using TrueType Or OpenType Fonts not postscript fonts but although this was a very good tutorial about creating epubs....it is from 2009.
    Another article listed fonts for the kindleFire and KindleWhite but I have NOT found a CURRENT LIST for IPADS or iOS.
    I Would like to cross reference these lists and USE FONTS that display on both.
    I am not concerned with smartphones at this point.
    Thanks.
    Message was edited by: iHaveAQuestion4

    Does iBook just refuse to recognize any fonts but its own?
    I think that may well be correct. It is a closed system and as far as I know does not yet recognize embedded fonts in ePub or css/(x)html (only in the pdf context, or presumably as part of an app).
    OS X Safari has supported embedded fonts for two years now, but the mobile version does not.
    You can ask for this feature to be added here:
    http://www.apple.com/feedback/ipad.html

  • I am in font trouble

    I'm re-installing Tiger after a huge crash and want to get a handle on my fonts from the beginning. I know I need to start using a font managenet tool because I'm a beginning designer (self-taught) and don't want a load of fonts I rarely use bogging down my system. Unfortunatley, I know nothing about font management tools and am in the middle of a few projects so I can't afford the learning curve as I reinstall. I need to plan so I can implement a tool later (I'm wanting to try FontExplorer X, which sadly has no for dummies manual.)
    That explained, is there any way to label or folder fonts as they are installed so I know where they came from? Ideally, I would like to mark them as Tiger Base Fonts, Tiger Additional Fonts, MS Fonts, Adobe Fonts, etc. I tried using the Label option under the File menu, and even the Spotlight Comments section in the "Get Info" windows, but these aren't allowed at the Macintosh HD/System/Library/Fonts level -- or I just don't know how to allow them.
    Can anyone help? I can't afford another re-install right now if I mess something up, and my Mac has already been down for 3 days.
    Must...get...work...done.
    Thanks in advance!

    You should never install any new fonts in the /System/Library/Fonts/ folder. This folder is restricted to OS X system fonts. User fonts can be installed in one of two locations: /Library/Fonts/ or /Home/Library/Fonts/. The former is used to install fonts that all users can access. The latter is used to install fonts that will only be accessible to the owner of that account.
    As for font management you have a number of alternatives. Font Book is a part of OS X. FontExplorerX is a freeware tool. There are also a couple of commercial products including Extensis' Suitcase, Alsoft's Master Juggler, and others (look for these at www.versiontracker.com.)
    Most Mac utilities are pretty easy to learn and rarely require a manual. When in doubt use the application's Help menu. You may also find additional help at the developer's website.

  • Technophobe having Phonetic Font Trouble :( :( :(

    Hi All!
    Im currently trying to write my university dissertation and need to use phonetic symbols! I have found a font to download (Doulous Sil) and downloaded it from their website. The folder containing the font was downloaded onto my computer as normal (and can be found in downloaded items box). However, Im not sure what to do now! I've dragged the font into library/fonts and fontbook but can't access it from Word at all I've tried on my ibook G4 and my dads new iMac!
    Please help! (As if dissertations weren't stressful enough!!)
    Cheers

    I've done it but the font still
    doesn't show up in my font list on Word. When I go
    into Insert/Symbol there are lots of symbols that
    just have a question mark.....
    Are you using WordX? It can't do Unicode and so it can't use modern fonts like that. You need to use Word2004, TextEdit, Pages, Mellel, Nisus Writer Express, NeoOffice, or OpenOffice.
    Or you could perhaps use the old pre-Unicode fonts, but I would advise against it as Unicode is the agreed international standard.
    http://m10lmac.blogspot.com/2007/01/typing-in-international-phonetic.html
    http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=IPAhome

  • Font trouble when upgrading to 6i from 2.5 on the HP-UX server

    Hi,
    We've recently upgraded to 6i from version 2.5 (developer
    2000). Most everything went smoothly except when deploying our
    server reports. We use Times New Roman on the PC based reports
    and those that are run on the server are mapped/aliased to
    Times. Everything worked fine in the 2.5 version. I have
    checked the setup of fonts, ppd files, and the like and
    everything is correct. In fact looking at the generated output,
    postscript (.ps) file, with a text editor you can see that the
    proper font has been used. Although, we still get lines that
    aren't wrapped, misalignment, centering doesn't work, etc.
    If I run the report at the HP-UX console the output looks fine
    as, just like the PC windows NT version. It's when the report
    is run using the command RWRUN60 that the output is incorrect.
    I get the same results when generating postscript or PDF files.
    As I said earlier the same application works fine for 2.5
    versions. And the correct ppd file and fonts are used. But the
    output is skewed. Leading me to believe that there is bug in
    the engine that builds the report output in the new version of
    the tool. Any suggestions would be most appreciated.
    thanks
    terry

    Hi.
    I am going to start on a new project where
    we will convert Reports from 2.5 to 6i.
    What's the procedure for converting reports
    from 2.5 to 6i? Is it as easy as opening the
    2.5 reports in the 6i builder or is a conversion
    needed like running RWCON60?
    I hope you can help me on this. Who knows maybe
    along the way we will encounter your problem and
    we might be able to return the favor.
    Again thank you very much.

  • HT2509 Font Troubles

    I've stupidly downloaded 2000 fonts at the same time and now I'm unable to open the Font Book without it crashing everytime.
    What can I do to resolve this?
    Many thanks in advance.

    Remove the 2000 fonts out of the Fonts folder(s).
    Read Kurt Lang's paper on font management.
    <http://www.jklstudios.com/misc/osxfonts.html>

Maybe you are looking for

  • Why can't I reduce the height of my container box in the Lightbox Display composition widget?

    I'm using the Lightbox Display composition widget, I would like to place my trigger at the bottom of my lightbox, I've reduced the height of my image frame but the container box cannot be reduced accordingly. I need to reduce the height of the contai

  • Error in creating project

    Hello experts, I am getting error while creating project in SEGW i.e. "you are not authorized to create project" please find attachments for error screenshots and SU53 transaction screenshot. please help me to solve this issue..

  • Tutorial Oracle DB 64 bit

    Hi, Where I can find tutorial installing 64 bit Oracle DB 11g on Windows Server 2008 R2 64bit and then connecting to Data Mover using 32 bit Oracle client ?

  • Ipod 5 Won't Show Music Can Someone Please Help?

    I have an ipod 5 with ios 7.1 and it won't show any of my music when i open the app. It "synced" it from my computer but under device in itunes instead of music all of it is under "other". When i went to my usage in settings under music it said "no d

  • Tax code and GL

    Hello can we assign 2 or more GL to a particular tax code......... regards