The fonts are extra large when viewing mail thru sarfari. I want to reduce them to normal but cant

The fonts are extra large when viewing mail thru sarfari. I want to reduce them to normal but cant

My problem is on an iPad 4.
I also have an iPad 3 that does not have the problem.
Both iPads have the same iOS

Similar Messages

  • My site previews fine in live, explorer and firefox, but the fonts are extra large and bold on chrome, this is my first site, please assist. I will be happy to provide screenshots and code or css  sheets.

    Working on my first site, Am getting different previews. Chrome tends to make the font big and bold while all other browsers work fine. Here is what the preview looks like in chrome followed by the firefox preview. I have my CSS and HTML code sheets below. Am also having a hard time centering the navigation links, they are a little closer to top of the navigation div than the bottom. Any assistance will be appreciated. Please feel free to point any other errors, am sure there is some in there.
    @charset "utf-8";
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    #banner {
    #wrapper {
      background-color: rgba(255,255,255,1.00);
      width: 100%;
      min-width: 740px;
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
    #sidebar img {
      max-width: 100%;
    #wrapper #banner img {
      max-width: 100%;
    h1, h2 {
      color: #3399CC;
      font-family: source-sans-pro;
      font-style: normal;
      font-weight: 600;
    h1 {
      font-size: 40px;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 0px;
    #hero {
      float: left;
      width: 58%;
      margin-left: 2%;
    #sidebar {
      width: 34%;
      margin-left: 4%;
      float: left;
    #footer {
      float: left;
      clear: left;
      padding-left: 2%;
      background-color: #43A6CB;
      color: #FFFFFF;
      text-align: center;
      width: 100%;
    a {
      text-decoration: none;
      font-weight: bold;
    a:link {
      color: #FF6600;
    a:visited {
      color: #FF6600;
    a:hover, a:active, a:active {
      color: #7F3300;
      text-decoration: underline;
    #navigation ul {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 10pm;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-left: 5px;
      text-align: center;
      color: rgba(51,153,204,1.00);
    #navigation {
      background-color: #4D4D4D;
      color: #FFFFFF;
      text-transform: uppercase;
    #navigation li {
      display: inline;
      padding-top: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      margin-top: 10pm;
      margin-right: 10pm;
      margin-bottom: 10pm;
      margin-left: 10pm;
      clear: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      color: rgba(194,209,221,1.00);
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    Here is the code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>4gals Computer Service Home</title>
    <link href="main.css" rel="stylesheet" type="text/css">
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/source-sans-pro:n2,n6:default.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="wrapper">
      <div id="banner"><img src="Images/banners/4gals banner.jpg" alt=""/></div>
      <div id="navigation">
        <ul>
          <li><a href="index.html" title="4gals Computer Services Main Page" target="_self">Main</a></li>
          <li><a href="contact.html" title="4gals Computer Services Contact Page" target="_self">Contact</a></li>
          <li><a href="appointments.html" title="4gals Computer Services, Service Request Form" target="_self">Service</a></li>
          <li><a href="helpful-tips.html" title="4gals Computer Services Helpful tips" target="_self">Tips</a></li>
          <li><a href="meet-the-gals.html" title="Meet Our Daughters; The 4gals" target="_self">4gals</a></li>
        </ul>
      </div>
      <div id="hero">
        <h1>Computer Service For Families and Small Businesses</h1>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
        <h2> </h2>
      </div>
      <div id="sidebar">
        <h2>Call us for today for same-day service!</h2>
        <p><img src="Images/iphone-5_03.jpg" alt=""/></p>
        <p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &quot;de Finibus Bonorum et Malorum&quot; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
      </div>
      <div id="footer">Copyright 2014 &copy; Web design by a-loum</div>
    </div>
    </div>
    <p> </p>
    <h1> </h1>
    <p> </p>
    <p> </p>
    <p> </p>
    </body>
    </html>

    Starting with this, you have errors in your CSS code.
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    body {
      margin:0;
      color: #151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: #EFF5F8;
      font-size: 100%;
    Related links:
    Windows Chrome, why do my fonts look so bad? - Lee Green
    css3 - Bad font rendering Chrome - Stack Overflow
    Nancy O.

  • How do I make the font automatically get larger when it come to my screen?

    I am a senior citizen and I need a large font. I found out how to make the font automatically get larger sometime ago but have forgotten how it was done. I want the font automatically get larger
    each time a page come to my screen. For example, if I am in yahoo
    email when I go into my inbox I would like for the font to be larger
    without my having to do anything.
    It seems to me that I went into "Tools" and got that done onetime but that does not seem to work now.
    Thank you.
    Bernard

    You can use one of these extensions to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • When using reader, the font gets very large on last page and I cant change it

    when using reader, the font gets very large on last page and I cant change it

    You cannot edit PDF files with Reader. You can change the View options to make what you see smaller. View -> Zoom

  • I am having problems combining 2 pdf's together. When I do it crashes Acrobat XI. The files are fairly large about 20Mb each if that helps. Others have been able to combine them without issue. Any Ideas?

    I am having problems combining 2 pdf's together. When I do it crashes Acrobat XI. The files are fairly large about 20Mb each if that helps. Others have been able to combine them without issue. Any Ideas?

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • When Printing a web page from Firefox. The fonts are timy and all spacing is incorrect.

    Prior to beta 4.12, the pages printed correctly. Now, the fonts are small and the text spacing is incorrect. All text has at least one extra space between the letters.
    This happens on ALL sites when printing a web page.
    I tried printing the same page in Internet Explorer and it prints correctly.

    See this thread:
    *[/questions/787654]

  • I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get into Word?

    I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get them imported into Word?

    Hi,
    I checked your account,your Export PDF subscription is in 'Pending' status.
    Once it gets confirmed you will be able to use it.
    Please let us know if you require further assistance.
    Regards,
    Florence

  • I get missing fonts when opening a PDF, but the fonts are activated, I get garbage

    I get missing fonts when opening a PDF, but the fonts are activated, I get garbage

    The activated fonts are not the same version as those in the PDF. If you use Type>Find Font and replace the fonts with ones from your computer does it work?

  • Why am I told that fonts are not available when the file was originally created in Fireworks?

    I get the "Fonts not available" message when I open up a document, i.e. open up a png document in the program/computer/etc. where the program was created in the first place.
    I don't get this. How can the fonts not be available when I'm using the same program that used these fonts originally? Having said that, the appearance doesn't seem to change.

    Are the fonts in question installed on your computer?
    Fonts are not part of a program, fonts are installed on a system. Once installed, a font is available to any program that uses fonts. If you're opening a document that was made in the same program, but on a different system, using fonts you do not have installed, then you will get that message.
    So... Are you opening a document that you created? Are you opening the document on the same system on which the document was created? Have you made any changes to the installed fonts (installed or uninstalled any fonts)?
    What version of Fireworks are you using and what OS are you running it on?

  • Got an Error Message using the Featured News Composition Widget regarding the locations are too large to rasterize.  Cannot Preview page.

    I keep getting an Error Message when Previewing a page that has the Feature News Composition Widget.  The Message says that the locations are too large to Rasterize and I need to make it smaller in size.  I tried all of this burt nothing worked.

    Hi Zak,
    Many thanks for your 'correct' and prompt answer.  I tried to make it CORRECT on the Forum, but after clicking the link, did not know where to go since this is my first time using this forum. 
    As it turned out, I was indeed using the font (Georgia) but did not realize that this particular font can also be used as a System font as well.  So I chose the wrong Georgia font which was the System font.  I corrected this issue throughout and made doubly sure that I used the Web Font Georgia.
    Many thanks again for your help and assistance.
    The Shulammite

  • Email keeps crashing when viewing mail EXC_BAD_ACCESS (0x0001)

    As of late, I have noticed that my Mail app is crashing quite regularly when viewing Mail. I have checked permissions and Disk. Everything appears to be in order. I am running 10.4.11 2.4 GHZ intel Core 2 Duo. Has anyone had similar issues? any resolutions?
    Here is a snippet of the crash log:
    Host Name: tdeleon-mbp
    Date/Time: 2007-07-02 03:30:12.718 -0400
    OS Version: 10.4.10 (Build 8R2218)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [86]
    Version: 2.1.1 (752.3)
    Build Version: 33
    Project Name: MailViewer
    Source Version: 7520300
    PID: 370
    Thread: 10
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thanks!

    This is happening to one of the iMacs I manage:
    Here is my Crash Log. I am at a loss as I have a couple other iMac in my area that have the same configuration and don't have a lick of trouble. I hesitate to go nuclear and reformat and reinstall the system. Might it be a bad memory chip? How would you go about determining that?
    Date/Time: 2008-03-04 11:42:30.101 -0500
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [62]
    Version: 2.1.3 (753.1)
    Build Version: 2
    Project Name: MailViewer
    Source Version: 7530100
    PID: 513
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000018
    Thread 0 Crashed:
    0 com.apple.WebCore 0x95103bc0 WebCore::InsertLineBreakCommand::doApply() + 590
    1 com.apple.WebCore 0x9509acb3 WebCore::EditCommand::apply() + 61
    2 com.apple.WebCore 0x9509b335 WebCore::CompositeEditCommand::applyCommandToComposite(***::PassRefPtr<WebCore: :EditCommand>) + 41
    3 com.apple.WebCore 0x9515bc00 WebCore::InsertParagraphSeparatorCommand::doApply() + 852
    4 com.apple.WebCore 0x9509acb3 WebCore::EditCommand::apply() + 61
    5 com.apple.WebCore 0x9509b335 WebCore::CompositeEditCommand::applyCommandToComposite(***::PassRefPtr<WebCore: :EditCommand>) + 41
    6 com.apple.WebCore 0x9515b81b WebCore::TypingCommand::insertParagraphSeparator() + 77
    7 com.apple.WebCore 0x9515b70d WebCore::TypingCommand::insertParagraphSeparator(WebCore::Document*) + 51
    8 com.apple.WebCore 0x9515b6a2 WebCore::Editor::insertParagraphSeparator() + 236
    9 com.apple.WebCore 0x95099637 WebCore::EventHandler::defaultTextInputEventHandler(WebCore::TextEvent*) + 163
    10 com.apple.WebCore 0x94fca145 WebCore::EventTargetNode::defaultEventHandler(WebCore::Event*) + 135
    11 com.apple.WebCore 0x94fc9dc5 WebCore::EventTargetNode::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 679
    12 com.apple.WebCore 0x94fc9aa3 WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool, WebCore::EventTarget*) + 161
    13 com.apple.WebCore 0x94fc99cb WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 61
    14 com.apple.WebCore 0x950994b2 WebCore::EventHandler::handleTextInputEvent(WebCore::String const&, WebCore::Event*, bool, bool) + 226
    15 com.apple.WebCore 0x950a5c39 WebCore::execInsertNewline(WebCore::Frame*, WebCore::Event*) + 147
    16 com.apple.WebCore 0x950a5930 WebCore::Editor::execCommand(WebCore::AtomicString const&, WebCore::Event*) + 210
    17 com.apple.WebKit 0x94d7535c -[WebHTMLView(WebNSTextInputSupport) doCommandBySelector:] + 678
    18 com.apple.WebKit 0x94d73bd2 -[WebHTMLView(WebInternal) _interceptEditingKeyEvent:shouldSaveCommand:] + 540
    19 com.apple.WebKit 0x94d7425c WebEditorClient::handleKeypress(WebCore::KeyboardEvent*) + 106
    20 com.apple.WebCore 0x9509933a WebCore::Editor::handleKeypress(WebCore::KeyboardEvent*) + 168
    21 com.apple.WebCore 0x950991db WebCore::EventHandler::defaultKeyboardEventHandler(WebCore::KeyboardEvent*) + 63
    22 com.apple.WebCore 0x94fca175 WebCore::EventTargetNode::defaultEventHandler(WebCore::Event*) + 183
    23 com.apple.WebCore 0x94fc9dc5 WebCore::EventTargetNode::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 679
    24 com.apple.WebCore 0x94fc9aa3 WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool, WebCore::EventTarget*) + 161
    25 com.apple.WebCore 0x94fc99cb WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 61
    26 com.apple.WebCore 0x950985f9 WebCore::EventHandler::keyEvent(WebCore::PlatformKeyboardEvent const&) + 885
    27 com.apple.WebCore 0x95097d6f WebCore::EventHandler::keyEvent(NSEvent*) + 249
    28 com.apple.WebKit 0x94d73843 -[WebHTMLView keyDown:] + 181
    29 com.apple.AppKit 0x93353c15 -[NSWindow sendEvent:] + 7377
    30 com.apple.mail 0x000666a7 0x1000 + 415399
    31 com.apple.AppKit 0x93345384 -[NSApplication sendEvent:] + 5023
    32 com.apple.mail 0x00038c36 0x1000 + 228406
    33 com.apple.AppKit 0x9326fe1e -[NSApplication run] + 547
    34 com.apple.AppKit 0x93263d4f NSApplicationMain + 573
    35 com.apple.mail 0x00094d22 0x1000 + 605474
    36 com.apple.mail 0x00094c49 0x1000 + 605257
    Thread 1:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d23b CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca56 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x9282dd1a -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x9282dc16 -[NSRunLoop run] + 75
    5 com.apple.MessageFramework 0x99b555af +[_NSSocket _runIOThread] + 97
    6 com.apple.Foundation 0x927f82c0 forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a1cc select + 12
    1 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d23b CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca56 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92854bca +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x927f82c0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d23b CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca56 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x9282d9ef +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x927f82c0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x9284e250 -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.AppKit 0x9334d2a4 -[NSUIHeartBeat _heartBeatThread:] + 377
    3 com.apple.Foundation 0x927f82c0 forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90026d5c kevent + 12
    1 ...ple.CoreServices.CarbonCore 0x90cb8c68 PrivateMPEntryPoint + 51
    2 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90cb8e0d MPWaitOnQueue + 198
    2 com.apple.DesktopServices 0x9271e943 TNodeSyncTask::SyncTaskProc(void*) + 143
    3 ...ple.CoreServices.CarbonCore 0x90cb8c68 PrivateMPEntryPoint + 51
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x95103983 ecx: 0xbfffef24 edx: 0x00000000
    edi: 0x00000000 esi: 0x00000000 ebp: 0xbfffefa8 esp: 0xbfffed10
    ss: 0x0000001f efl: 0x00010246 eip: 0x95103bc0 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1b2fff com.apple.mail 2.1.3 (753.1) /Applications/Mail.app/Contents/MacOS/Mail
    0xca0c000 - 0xca0dfff com.hp.print.pde.EdgeToEdge 2.4.0.316 /Library/Printers/hp/PDEs/hpEdgeToEdge.plugin/Contents/MacOS/hpEdgeToEdge
    0xcdca000 - 0xcdcbfff com.apple.print.converter.plugin 4.6 (163.10) /System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
    0xcfcc000 - 0xcfcdfff com.hp.print.pde.ImageQuality 2.4.0.316 /Library/Printers/hp/PDEs/hpImageQuality.plugin/Contents/MacOS/hpImageQuality
    0xd0f5000 - 0xd0f6fff com.hp.print.pde.ProofAndPrint 2.4.0.316 /Library/Printers/hp/PDEs/hpProofAndPrint.plugin/Contents/MacOS/hpProofAndPrint
    0xd30f000 - 0xd324fff com.apple.Mail.Syncer 1.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0xd580000 - 0xd582fff apop.so /usr/lib/sasl2/apop.so
    0xd586000 - 0xd5c2fff dhx.so /usr/lib/sasl2/dhx.so
    0xd5e3000 - 0xd5ebfff digestmd5WebDAV.so /usr/lib/sasl2/digestmd5WebDAV.so
    0xd5ef000 - 0xd5f0fff libanonymous.2.so /usr/lib/sasl2/libanonymous.2.so
    0xd5f4000 - 0xd5f6fff libcrammd5.2.so /usr/lib/sasl2/libcrammd5.2.so
    0xd5fa000 - 0xd5fcfff login.so /usr/lib/sasl2/login.so
    0xd992000 - 0xd99afff libdigestmd5.2.so /usr/lib/sasl2/libdigestmd5.2.so
    0xd99e000 - 0xd9a1fff libgssapiv2.2.so /usr/lib/sasl2/libgssapiv2.2.so
    0xd9a5000 - 0xd9aafff libntlm.so /usr/lib/sasl2/libntlm.so
    0xd9ae000 - 0xd9b6fff libotp.2.so /usr/lib/sasl2/libotp.2.so
    0xd9c0000 - 0xd9c2fff libplain.2.so /usr/lib/sasl2/libplain.2.so
    0xd9c6000 - 0xd9c9fff mschapv2.so /usr/lib/sasl2/mschapv2.so
    0xd9cd000 - 0xd9cffff shadow_auxprop.so /usr/lib/sasl2/shadow_auxprop.so
    0xd9d3000 - 0xd9d5fff smb_lm.so /usr/lib/sasl2/smb_lm.so
    0xd9d9000 - 0xd9dbfff smb_nt.so /usr/lib/sasl2/smb_nt.so
    0xd9df000 - 0xd9e2fff smb_ntlmv2.so /usr/lib/sasl2/smb_ntlmv2.so
    0xdcd8000 - 0xdce3fff com.hp.print.pde.HPFinishing 2.4.0.316 /Library/Printers/hp/PDEs/hpFinishing.plugin/Contents/MacOS/hpFinishing
    0xde1e000 - 0xde2ffff com.apple.print.PrintingTiogaPDEs 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Frameworks/Print.framework/Versions /A/Plugins/PrintingTiogaPDEs.bundle/Contents/MacOS/PrintingTiogaPDEs
    0xde69000 - 0xde6cfff com.apple.mail.WebPlugIn 2.1.1 (752.3) /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.bundle/Contents/MacOS/Mai lWebPlugIn
    0xe14d000 - 0xe166fff com.apple.print.PrintingCocoaPDEs 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0xe35f000 - 0xe382fff com.apple.print.framework.Print.Private 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0xe395000 - 0xe3b2fff com.hp.framework.imaging 2.4.1.0 /Library/Printers/hp/Frameworks/hpImaging.framework/Versions/C/hpImaging
    0x78e00000 - 0x78e06fff libLW8Utils.dylib /System/Library/Printers/Libraries/libLW8Utils.dylib
    0x79200000 - 0x7923dfff libLW8Converter.dylib /System/Library/Printers/Libraries/libLW8Converter.dylib
    0x8f8c0000 - 0x8f95ffff com.apple.QuickTimeImporters.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.9 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.28 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc4000 - 0x91bdefff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be3000 - 0x91be5fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be7000 - 0x91cc5fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce2000 - 0x91ce2fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce4000 - 0x91d72fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d79000 - 0x91d79fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7b000 - 0x91dd4fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddd000 - 0x91e01fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e09000 - 0x92212fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224c000 - 0x92600fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262d000 - 0x9271afff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271c000 - 0x9279afff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927db000 - 0x92a0bfff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b25000 - 0x92b3cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b47000 - 0x92b9ffff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb3000 - 0x92bb3fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb5000 - 0x92bc5fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd4000 - 0x92bdcfff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be2000 - 0x92be8fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bee000 - 0x92c7ffff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c93000 - 0x92c97fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9a000 - 0x92cb8fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cca000 - 0x92cd0fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd6000 - 0x92d39fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d60000 - 0x92da1fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc8000 - 0x92dd6fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ddd000 - 0x92de2fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de7000 - 0x930dcfff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e2000 - 0x931edfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f2000 - 0x9320dfff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325d000 - 0x9325dfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9325f000 - 0x93915fff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c96000 - 0x93d11fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4a000 - 0x93e03fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e46000 - 0x93e46fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e48000 - 0x94009fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9404f000 - 0x94090fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94098000 - 0x940d2fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d7000 - 0x940edfff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94134000 - 0x9417cfff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94208000 - 0x94219fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94227000 - 0x94265fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94281000 - 0x94290fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94297000 - 0x942a2fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942a7000 - 0x942cbfff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x942ee000 - 0x94308fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9430e000 - 0x94625fff com.apple.QuickTime 7.4.1 (14) /System/Library/Frameworks/QuickTime.framework/QuickTime
    0x947aa000 - 0x948f0fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9497c000 - 0x9498bfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94992000 - 0x949bbfff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949c1000 - 0x949d0fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949d4000 - 0x949f9fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a05000 - 0x94a22fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94bce000 - 0x94ca6fff edu.mit.Kerberos 5.5.25 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d4e000 - 0x94dfefff com.apple.WebKit 523.12.2 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e64000 - 0x94f07fff com.apple.JavaScriptCore 523.12 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94f2f000 - 0x953f4fff com.apple.WebCore 523.12.2 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95679000 - 0x95701fff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95865000 - 0x9589dfff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95df6000 - 0x95df9fff libLatinSuppConverter.dylib /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0x967cc000 - 0x967ccfff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96cb3000 - 0x96cd5fff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x96e3b000 - 0x96e40fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97680000 - 0x9768dfff com.apple.DMNotification 1.0.4 (37) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x97820000 - 0x978f7fff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97980000 - 0x97980fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97ae9000 - 0x97b03fff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x97e82000 - 0x97ec6fff com.apple.ISSupport 1.1.2 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97eeb000 - 0x97f14fff com.apple.DotMacSyncManager 1.0.5 (157) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x98022000 - 0x98067fff com.apple.PAPICommon 2.5 (131) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x98157000 - 0x98fd7fff com.apple.QuickTimeComponents.component 7.4.1 (14) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99b1f000 - 0x99b2afff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99b34000 - 0x99ca0fff com.apple.MessageFramework 2.1.2 (753) /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x9a207000 - 0x9a21dfff libCFilter.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
    0x9b5a0000 - 0x9b5a0fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0xeab00000 - 0xeab1cfff libConverter.dylib /System/Library/Printers/Libraries/libConverter.dylib
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2 GHz, 1 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 512 MB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (4.170.13.1)
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST3160812AS Q, 149.05 GB
    Parallel ATA Device: MATSHITADVD-R UJ-85J
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Primax Electronics, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: hp LaserJet 2300 series, Hewlett-Packard, Up to 12 Mb/sec, 500 mA
    USB Device: USB Floppy Drive, Y-E DATA, Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

  • The fonts are not displaying correctly

    When I open a text box and type all of the fonts are all basically the same.  They donot display correctly.  I uninstalled and re-installed photoshop elements 11 and they still do not work.

    Hi,
    Have you tried resetting the Type tool?
    Click on the icon ...
    ...... select Reset Tool from the drop down list.
    If that doesn't work, please let know which operating system you are running on.
    Brian

  • How do I save a PDF ready for print. I have a problem with the fonts. The fonts are blurry after pri

    How do I save a PDF ready for print. I have a problem with the fonts. The fonts are blurry after printing. There is a trick in saving PDF.

    Hi el_giclee,
    Important to note from the beginning is that when you create your Photoshop document make sure you chose 300 Pixels/inch as your resolution.
    I'm interested in seeing your Save Adobe PDF dialog box after you choose to save the PDF.
    Could you post a screenshot of this dialog box with the Compression menu selected on the left side?
    It's a good idea to select High Quality Print or Press Quality in the Adobe PDF Preset menu at the top of this box. It will automatically select the best default settings for a printed piece.
    Michael

  • All the fonts are in caps and the cap lock is not on.  PSE 8

    all the fonts are in caps and the cap lock is not on.  PSE 8  Why is this happening and how do I fix it?

    Suggest that you reset preferences. This will frequently correct things like you are experiencing.
    Windows
    Step 1. Hold down the Alt + Ctrl + Shift keys as you click on the icon to open Elements. When asked if you want to delete the settings file, say yes.
    Step 2. Reset the preferences .
    Step 3. Close Elements and let the file regenerate.

  • Images in ACR are softer than when viewed in Photoshop?

    Greetings,
    I'm finding that when I view a RAW image in ACR 4.1 that the image does not appear as sharp as when I open the image from ACR into Photoshop and view it in Photoshop. I open my RAW files from ACR into Photoshop as PSD files. The image as viewed in Photoshop looks sharper at values less than 100%. Here's a screen grab of the same image (Photoshop on the left, ACR on the right), side by side at the exact same viewing size (23.1%), and the Photoshop image has more sharpness and clarity to it. It's minor, but noticeable in the leaves and bricks and it gives the ACR image an overall soft feeling.
    http://www.pixentral.com/show.php?picture=1jidvrPRXgXSfq8c5IHonNL13oeEI
    Do the programs handle interpolation diferrently when viewing images at less than 100%? Or, do RAW and PS files inherently display differently when not viewed at 100%? When both are viewed at 100%, they match. This isn't a major deal breaker -- but the lack of clarity at smaller viewing sizes in ACR is unfortunate, since I rarely view images in ACR at 100% size when I'm reviewing images and images that I think are soft are, in fact, not.
    The disparity seems more pronounced with images in portrait orientation.
    I'm using a Mac Pro, Radeon X1900, 23" ACD. Canon 5d images.
    Anyone experience similar? I love ACR, but wondering if someone can shed some light on this.

    Thanks for the clarification now -- it makes sense. I knew ACR only showed the effects of sharpening at 100%, but had forgotten to take into account Photoshop shows the effects of sharpening at all sizes, including under 100%

Maybe you are looking for