Huge FPS Drop after installing Mavericks OS x on MBPr

Ever since installing Mavericks OSx on my 8gb (2012) MBPr I have been experiencing huge FPS drops that make gaming in WoW and LoL completely unplayable.  This is nothing new I've had FPS problems in the past, but was able to resolve them by resetting my SMC.
I have reset my SMC
Reset my PRAM
Turned off Automatic Graphics Switching
Closed all Programs and Ran WoW on a clean restart
And still continue to have these issues. 
Any help is greatly appreciated

Hi,
I have the same config (MBPr 2012 - 8GB DD3 - 2.3GHz i7 - GT 650M 1GB). I play StarCraft 2, it was running great on Mountain Lion and was still running fine for a few weeks after I installed Mavericks, now I'm stuck at 40 FPS at best, the game feels really bad overall
I reset the SMC, reset the PRAM, repaired permissions, turned off auto graphic switching, disabled AppNap on StarCraft 2, repaired SC2, cleared my user caches, ran an extended Apple hardware test, ran a TechTool Pro video card test, ... Nothing came up and nothing helped !

Similar Messages

  • After installing mavericks apple id is greyed out in app store when trying to update iPhoto

    after installing mavericks apple id is greyed out in app store when trying to update iPhoto. How to update iphoto?

    You installed a hacked app, originally from the Mac App Store. It contains the receipt for a different app, downloaded using an account that you don't control. You need to identify and remove the hacked app.
    Important: The app you need to remove is not necessarily the one named in the App Store alert. For example, the App Store may prompt you to update "Angry Birds" or "Twitter," but the hacked app may be something else entirely. Don't make any assumptions about which app you're looking for. To find it, you must carry out a systematic search with Spotlight.
    1. Triple-click anywhere in the line of text below on this page to select it:
    kMDItemAppStoreHasReceipt=1
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    2. In the Finder, press command-F to open a search window, or select
    File ▹ Find
    from the menu bar. In the search window, select
    Search: This Mac
    from the row of tokens below the toolbar. Below that is a popup menu of search criteria, initially showing Kind. From that menu, select
    Other...
    A sheet will drop down. In that sheet, select
    Raw Query
    as the criterion, then click OK or press return.
    Now there will be a text box to the right of the menu of search criteria. That's where you enter the raw search query. Click in that box and paste the text you copied earlier by pressing command-V.
    4. The search window will now show all the App Store products that are installed. Compare those search results with the list of your purchases from the App Store. To see the complete list, you may need to unhide hidden purchases. If any apps were download from the App Store using other Apple ID accounts that you control, sign in to the store under each of those ID's and check the purchases.
    At least one of the apps in the Spotlight search results is not among your purchases in the App Store. Move each such item to the Trash, after quitting it if it's running. You may be prompted for your administrator password. Empty the Trash.
    Quit and relaunch the App Store. Test.
    If you find these instructions confusing, ask for an alternative method.

  • All help menus no longer work after installing Mavericks

    After installing Mavericks on my iMac all help menus no longer work. You still get the drop down box which contains the search window and other choices, but if you try clicking on them the screen just flashes or you might get a box that says " safari help is not available". It does this system wide, doesn't matter what application your in. My internet works fine but for some reason in Mavericks the help menus are not accessing this information. Anyone else have this problem? Or an answer?
    Thank you!

    Finally, a quick restart of the mac and all help menus are working again.

  • ITunes not working after installing Mavericks

    I cannot open i.tunes after installing Mavericks. I cannot unistalled it either (to reinstall it) since a window appears saying it cannot be dropped or changed in any way. Thank you for your help.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -q XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed '/^ *$/d; s/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Memory (GB)"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`SP USB | sed -n '1d; /:$/{s/ *:$//;x;s/\n//p;}; /V.*[(]/{s/^[^(]*/ /;H;}; /Apple/{s/.//g;h;}'`; Pm "USB"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls | awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print}' | tail`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu*T,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter
    exec sh
    in the window and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that takes administrator privileges.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    8. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If it happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • My Apple Apps are unresponsive after installing Mavericks. iBooks, Maps, App Store, iCal, etc. will open, but freeze

    After installing Mavericks, I found that my Apple Apps (iBooks, App Store, Maps, iCalendar, iBooks, etc) will open but freeze or are none responsive.  I have reinstalled Mavericks, did a recovery and reinstall, almost everything that I could find in other discussions.  They only thing that helped was the recovery, until I tried to reinstall Mavericks.  Someone please help.....

    OS X Recovery does restore OS X meaning Mavericks.
    Make sure there's enough storage space ...
    Click your Apple menu  top left in your screen. From the drop down menu click About This Mac > More Info > Storage
    You'll see Available and Capacity. Make sure there's at least 15% available disk space.
    The startup disk may need repairing ...
    Launch Disk Utility located in HD > Applications > Utillities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk  (not Verify Disk Permissions)
    If DU reports errors, restart your Mac while holding down the Command + R keys. From there you should be able to access the built in utilities in  OS X Recovery to repair the startup disk.
    Make sure to back up all important files first before using OS X Recovery.
    OS X Recovery does require a broadband high speed internet connection.

  • Wifi dropping after installing yosemite

    Problem with wifi dropping after installing Yosemite. Any help out there?

    There are definite bugs in Yosemite that need to be addressed by Apple. Multiple people are experiencing Wifi issues with fresh installs of Yosemite.
    I was experiencing consistent Wifi issues after a fresh install of Yosemite.  I validated that it wasn't my computer or router by doing a fresh re-install of Mavericks.  Wifi works flawlessly under Mavericks but always fails under Yosemite. No other software was installed as part of this test.
    Here is my configuration:
    Model Name: MacBook Pro
      Model Identifier: MacBookPro8,1
      Processor Name: Intel Core i5
      Processor Speed: 2.4 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 3 MB
      Memory: 10 GB
      Boot ROM Version: MBP81.0047.B27
      SMC Version (system): 1.68f99
      Serial Number (system): C2QGV006DVHJ
      Hardware UUID: XXXXX
      Sudden Motion Sensor:
      State: Enabled

  • I can't shut down mail after installing maverick

    i can't shut down mail after installing maverick.  mail won't let me restart orshut down because i can't get mail to close.

    Command + Option + Esc will force quit any app.
    Or click Force Quit from your Apple  drop down menu.
    You can also force quit apps using Activity Monitor located in HD > Applications > Utilities

  • App Store, Pages 5.0, Evernote, and other Apps will not fully function after installing Mavericks. What is the issue and how can this be solved?

    Hello all, I could use some serious help on some major issues I have been having after installing Mavericks on my system (specs stated below). Never has a mac felt ever so rebelious and broken before in my lifelong period of using these systems. Anyway, after installing system 10.9, I had opened the mac App Store upon seeing that applications such as my iWork suite all had free updates. However, when I would attempt to navigate to the updates window, it would not respond to my various attempts. I then tried to get there by the system's menu bar and to my dismay, nothing would work when I clicked on it, not even the apple logo menu. I later quit the application using Command-Q and opened up the App Store by the apple menu option 'Software Update...' instead. Though it looked promising since the updates window did open, all update buttons or even '...more' info buttons were unresponsive.  These same problems persisted even after restarting my computer. I had also attempted to see if repairing definitions would help by booting from the recovery start-disk and using disk utility but the repairs it carried out apparently had nothing to do with my issue. Finally, I was able to update to the new iWorks suite (which interestingly did not replace the iWorks '09 suite) by following the notification that asked about allowing automatic updates which I did.
    Once trying to use Pages 5.0, I soon noticed that all I could do was merely type in a new document and change various options via key commands. Neither the inspector or top bar menus would respond to any place I click. Similarly, Evernote only starts up on the last used note and merely allows me to scroll through it. The top bar menus, the note select pane, and even clicking inside the note to input text are all not functioning and uninfluenced by any mouse clicks.
    I have noticed other apps that will not respond to any sort of input, but I still have not explored all applications to know what the issues of each may be. However there are some applications that work such as Safari, Google Chrome, dolphin, iWork '09 including Pages '09, and others.
    I do hope that I can avoid rolling back my system, but in the meantime, it has been quite the obticle course to use my computer for all of my school purposes.
    Any help is very much appreciated,
    Thank you!
    DT
    MacBook Pro 13-inch, Mid 2009
    Processor  2.26 GHz Intel Core 2 Duo
    Memory  4 GB 1067 MHz DDR3
    Graphics  NVIDIA GeForce 9400M 256 MB

    I also forgot to note that this problem also persists with the new iBooks application. I cannot get past the 'Get Started' screen or access the iBooks Store. Again, all top bar menus are unresponsive.
    DT

  • My app store is not working after installing mavericks. When I open app store it repeatedly asking me to login with apple ID and to provide User name and Password for proxy authentication in a loop.I am a newbie to mac,Please help me.

    My app store is not working after installing mavericks. When I open app store it repeatedly asking me to login with apple ID and to provide User name and Password for proxy authentication in a loop.I am a newbie to mac,Please help me.

    Hmmmm... would appear that you need to be actually logged in to enable the additional menu features.
    Have you tried deletting the plists for MAS?
    This page might help you out...
    http://www.macobserver.com/tmo/answers/how_to_identify_and_fix_problems_with_the _mac_app_store
    Failing that, I will have to throw this back to the forum to see if anyone else can advise further.
    Let me know how you get on?
    Thanks.

  • How do I restore gid after installing Mavericks?

    Hi folks,
    quick question for you all.
    Before installing Mavericks (I was running Mountain Lion), I was in the following situation:
    I was user myname with uid=501, and
    (besides other) I was member of a group called myname, which had gid=501.
    Now, after installing Mavericks,
    I'm still user myname with uid=501,
    group myname still exists,
    but now has gid=20, and
    I am no more member of it.
    As a result, a few files / folders which were accessible before installation, are denied to me now (listing them in Terminal correctly displays them as assigned to gid=501, which unfortunately seems to be unknown to the system).
    How do I fix this (apart from changing file permissions)? I presume I should just
    take group myname and change its gid back from 20 to 501,
    add back my membership to it.
    But how do I go through first step? And, more importantly, am I at risk of doing something wrong?
    (And why on earth would Mavericks do that?)
    Thanks in advance
    S

    OK thanks I'll do that. I had actually upgraded to Lion, but when my data was read back to the new hard disk, obviously the upgrade wasn't. Thanks for your advice.

  • After installing Mavericks on my iMac, Apple Mail would not sync with my Google Apps email account.  Now Mail crashes every time I open it.  What's up?

    After installing Mavericks on an imac, Mail would not sync with my Google Apps email account.  After I clicked on All Mail the program crashed and now it crashes every time I open Mail.  Does anyone have an suggestions?

    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

  • Safari and app store fail to work after installing Maverick, what can I do?

    Safari and app store fail to work after installing Maverick, what can I do?

    Disk Utility (Applications - Utilities - Disk Utility) Repair Disk Permissions 2x. Then restart in Safe Mode and try both apps. Restart normally and post results.

  • Apple Mail Not Showing Inbox Unread Count on Dock after installing Mavericks

    After installing Mavericks, my Apple Mail (connected to my work's Gmail account) stopped showing the Inbox's unread count on the dock. I switched it to "all mailboxes" to see if that would make a difference, and the dock shows 7 unread emails when there are actually none. When I switch it back to "Inbox" unread counts, it shows nothing. I've waited 15 minutes after receiving an email to see if it will show an unread message in the dock, but it does not. Does anyone have a fix for this?
    Thank you!

    Quit your mail entirely, then in terminal do:  
    mv ~/Library/Mail/V2/MailData/Envelope* ~/Desktop 
    This moves all your "Envelope Index*" files to your desktop.  An alternative is deleting the files, but this allows you to keep them as a temporary back-up (you can delete them at-will later).  Also, you can move the files from Finder instead of Terminal, if you prefer. 
    After the files have been moved, re-open Mail
    This should re-load all your email messages, updating/restoring the count
    While this works, it does not explain the reason the count goes missing, nor does it ensure that the count won't go missing again in the future, but at least it's a temporary workaround.

  • After installing Mavericks, my computer is slow/not responding

    After installing Mavericks, my computer is not responding and reacting as quickly as (I think) it should. Here are the EtreCheck results. Any help would be much appreciated. Thanks in advance!
    Hardware Information:
              iMac (27-inch, Mid 2010)
              iMac - model: iMac11,3
              1 2.93 GHz Intel Core i7 CPU: 4 cores
              16 GB RAM
    Video Information:
              ATI Radeon HD 5750 - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 9:55:48
    Disk Information:
              Hitachi HDS722020ALA330 disk0 : (2 TB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 2 TB (1.25 TB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-STDVDRW  GA32N 
    USB Information:
              Apple, Inc. Keyboard Hub
                        Apple, Inc Apple Keyboard
              Apple Inc. Built-in iSight
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Internal Memory Card Reader
    FireWire Information:
              WD My Book 111D 800mbit - 800mbit max
                        disk1s1 (disk1s1) <not mounted>: 32 KB
                        My Book (disk1s3) /Volumes/My Book: 1 TB (30.96 GB free)
    Thunderbolt Information:
    Kernel Extensions:
              com.kaspersky.kext.klif          (3.0.2d39)
              com.kaspersky.nke          (1.0.2d43)
              com.kaspersky.kext.kimul.44          (44)
    Startup Items:
              FanControlDaemon: Path: /Library/StartupItems/FanControlDaemon
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
              [loaded] com.adobe.SwitchBoard.plist 3rd-Party support link
              [loaded] com.kaspersky.kav.plist 3rd-Party support link
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [invalid] com.oracle.java.Helper-Tool.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [loaded] com.adobe.CS5ServiceManager.plist 3rd-Party support link
              [loaded] com.divx.dms.agent.plist 3rd-Party support link
              [loaded] com.divx.update.agent.plist 3rd-Party support link
              [loaded] com.kaspersky.kav.gui.plist 3rd-Party support link
              [invalid] com.oracle.java.Java-Updater.plist
    User Launch Agents:
              [loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [loaded] com.facebook.videochat.[redacted].plist 3rd-Party support link
              [loaded] com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
              Scroll Reverser
              Scroll Reverser
              iTunesHelper
              EEventManager
              Dropbox
              AdobeResourceSynchronizer
              EEventManager
              ConnectService
    Internet Plug-ins:
              Google Earth Web Plug-in: Version: 6.0 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              OVSHelper: Version: 1.1 3rd-Party support link
              NP_2020Player_WEB: Version: 5.0.94.0 - SDK 10.6 3rd-Party support link
              RealPlayer Plugin: Version: (null) 3rd-Party support link
              AdobePDFViewerNPAPI: Version: 11.0.02 - SDK 10.6 3rd-Party support link
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              NP_2020Player_IKEA: Version: 5.0.94.1 - SDK 10.6 3rd-Party support link
              AdobePDFViewer: Version: 9.5.5 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    User Internet Plug-ins:
              Unity Web Player: Version: UnityPlayer version 2.6.1f3 3rd-Party support link
    3rd Party Preference Panes:
              Fan Control  3rd-Party support link
              Flash Player  3rd-Party support link
              Perian  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              /Library/Application Support/DivX
                        DivXUpdate:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        DivXMediaServer:          Version: 10.0 - SDK 10.5 3rd-Party support link
                        DivXTransferWizard:          Version: 10.0.0 (Build 10.0.1.41) - SDK 10.5 3rd-Party support link
                        DMSLaunch:          Version: 1.0 - SDK 10.5 3rd-Party support link
              SketchUp:          Version: 8.0 - SDK 10.5 3rd-Party support link
                        /Applications/Google SketchUp 8/SketchUp.app
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Wondershare Helper Compact:          Version: 2.2.3.1 - SDK 10.5 3rd-Party support link
                        /Users/christophermcgreger/Library/Application Support/Helper/Wondershare Helper Compact.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              FacebookVideoCalling:          Version: 1.2.0.157 - SDK 10.5 3rd-Party support link
                        /Users/christophermcgreger/Library/Application Support/Facebook/video/1.2.0.158/FacebookVideoCalling.app
              Wondershare AllMyTube:          Version: 3.2.4 - SDK 10.5 3rd-Party support link
                        /Applications/Wondershare AllMyTube/Wondershare AllMyTube.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 2  Disk used: 696.37 GB
              Destinations:
                        My Book [Local]
                        Total size: 931.36 GB
                        Total number of backups: 51
                        Oldest backup: 2013-07-17 12:40:03 +0000
                        Last backup: 2014-01-05 23:55:06 +0000
                        Size of backup disk: Too small
                                  Backup size 931.36 GB < (Disk used 696.37 GB X 3)
                        Data [Network] (Last used)
                        Total size: 3 
                        Total number of backups: 53
                        Oldest backup: 2013-07-16 22:38:22 +0000
                        Last backup: 2014-01-05 22:50:13 +0000
                        Size of backup disk: Adequate
                                  Backup size 3  > (Disk used 696.37 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  11%          mds
                   3%          WindowServer
                   2%          diskimages-helper
                   1%          EtreCheck
                   1%          kav
    Top Processes by Memory:
              524 MB          mds_stores
              360 MB          kav
              246 MB          com.apple.IconServicesAgent
              213 MB          com.apple.MediaLibraryService
              164 MB          Finder
    Virtual Memory Information:
              10.45 GB          Free RAM
              3.44 GB          Active RAM
              851 MB          Inactive RAM
              1.27 GB          Wired RAM
              918 MB          Page-ins
              0 B          Page-outs

    CrassBrauer wrote:
    ... With the latest software updates for OS X, I've read that anti-virus software is largely superfluous for Mac. Any opinions to the contrary/negative experiences?
    Almost. Anti-virus software is completely superfluous for Mac.
    I have tested most of the commonly available Mac "anti-virus" products under controlled conditions. The only differences between them are their varying degree of worthlessness. Some are malicious and will corrupt your Mac. The vast majority of Mac problems reported on this site are the direct result of using such products.
    OS X already includes everything it needs to protect itself from viruses and malware. Keep it that way with software updates from Apple.
    A much better question is "how should I protect my Mac":
    Never install any product that claims to "speed up", "clean up", "optimize", or "accelerate" your Mac. Without exception, they will do the opposite.
    Never install pirated or "cracked" software, software obtained from dubious websites, or other questionable sources. Illegally obtained software is almost certain to contain malware.
    Don’t supply your password in response to a popup window requesting it, unless you know what it is and the reason your credentials are required.
    Don’t open email attachments from email addresses that you do not recognize, or click links contained in an email:
    Most of these are scams that direct you to fraudulent sites that attempt to convince you to disclose personal information.
    Such "phishing" attempts are the 21st century equivalent of a social exploit that has existed since the dawn of civilization. Don’t fall for it.
    Apple will never ask you to reveal personal information in an email. If you receive an unexpected email from Apple saying your account will be closed unless you take immediate action, just ignore it. If your iTunes or App Store account becomes disabled for valid reasons, you will know when you try to buy something or log in to this support site, and are unable to.
    Don’t install browser extensions unless you understand their purpose. Go to the Safari menu > Preferences > Extensions. If you see any extensions that you do not recognize or understand, simply click the Uninstall button and they will be gone.
    Don’t install Java unless you are certain that you need it:
    Java, a non-Apple product, is a potential vector for malware. If you are required to use Java, be mindful of that possibility.
    Disable Java in Safari > Preferences > Security.
    Despite its name JavaScript is unrelated to Java. No malware can infect your Mac through JavaScript. It’s OK to leave it enabled.
    Block browser popups: Safari menu > Preferences > Security > and check "Block popup windows":
    Popup windows are useful and required for some websites, but popups have devolved to become a common means to deliver targeted advertising that you probably do not want.
    Popups themselves cannot infect your Mac, but many contain resource-hungry code that will slow down Internet browsing.
    If you ever see a popup indicating it detected registry errors, that your Mac is infected with some ick, or that you won some prize, it is 100% fraudulent. Ignore it.
    Ignore hyperventilating popular media outlets that thrive by promoting fear and discord with entertainment products arrogantly presented as "news". Learn what real threats actually exist and how to arm yourself against them:
    The most serious threat to your data security is phishing. To date, most of these attempts have been pathetic and are easily recognized, but that is likely to change in the future as criminals become more clever.
    OS X viruses do not exist, but intentionally malicious or poorly written code, created by either nefarious or inept individuals, is nothing new.
    Never install something without first knowing what it is, what it does, how it works, and how to get rid of it when you don’t want it any more.
    If you elect to use "anti-virus" software, familiarize yourself with its limitations and potential to cause adverse effects, and apply the principle immediately preceding this one.
    Most such utilities will only slow down and destabilize your Mac while they look for viruses that do not exist, conveying no benefit whatsoever - other than to make you "feel good" about security, when you should actually be exercising sound judgment, derived from accurate knowledge, based on verifiable facts.
    Do install updates from Apple as they become available. No one knows more about Macs and how to protect them than the company that builds them.
    Summary: Use common sense and caution when you use your Mac, just like you would in any social context. There is no product, utility, or magic talisman that can protect you from all the evils of mankind.

  • After installing Maverick I can no longer highlight multiple emails the same way in orden out my mailbox I highlight a message,hold down my mouse and drag my cursor to highlight more messages. I click "delete" & they go to trash. How do I do this again?

    After installing Maverick on my 2011 MacBookPro I can no longer highlight multiple emails in the same manner.  To clean out my Inbox I highlighted a message, held my mouse down & dragged my cursor down through all the messages I wanted to delete (or move to another mailbox, or other functions) highlighting as many messages as I wanted. I then clicked "delete" & they went to trash.  Such a great way to clean out a lot of messages at once.  Can I and/or how do I do this again?  Or is this something Maverick has eliminated?  I also hate that "Notes" is no longer on the Mail page, but this is not as important.  Help!!

    Put differenltly, if I can drag select multiple items and objects on my desktop, which I can, using my Kensington Track Ball (which has an enabled updated software driver in place, so I don't think there's a problem there), why can't I click-drag-multipleselect emails in mail like I have *always* been able to? Really, what is the problem here? Why is that no longer possibler? I'm not a coder, but I can't believe this isn't fixable. Here, Apple should be ashamed of itself, regardless of the fact that there's an easy work around. When I have to alter the way I have been doing something for years and have to waste time learning something new and complaining about it -- like right now! -- and there's no good technical reason, and I bet there isn't, then Apple has simply failed.

Maybe you are looking for

  • Do I need a volt converter to use my MacBook Pro in Spain?

    I want to know if a power adapter is enough to use my computer in Spain, or I need a volt convertor. (and which kind)

  • Python - Screenkey and Key-mon won't start (SOLVED)

    You can see from the information supplied below that screenkey is set to use python2 while key-mon is not. However, the errors are pretty similar. What could be done? vaio@nando, Wed Oct 27 06:56:53 ~ $ bash >>> screenkey Traceback (most recent call

  • Limitations of Class Enhancement

    Hi Experts, In Enhancement Framework, if we do class enhancement and add a method to our class. What will be the restrictions or limitations of the added method and the class? Regards, Sangeeta.

  • Leopard tells me me Mac Pro does not meet requirements. Help.

    I have just acquired a Mac Pro (2 750 GB Hard drives, 8 ram) and when I try to open Aperture 1.5.6 (Time Machine taken care of well in advance) I get the message: "Your computer does meet the minimum hardware requirements for Aperture." I have delete

  • Installing LK45_web.exe

    After exporting a web page to a web server, the pages run correctly IF the client system has Lookout installed. If Lookout is not installed, I need additional software. The pages contain a link to ftp the file LK45_web.exe from National Instruments.