Weird issue between OS' and recovery

Hello Apple community.
Ive noticed some VERY wierd issues.
When Im running OS ML, I usually have ~7gb free after bootup. I open safari OR chrome and I get some graphical glitches such as foreign Material in the form of random colors ( has been seen in threads across many sites ) and it also happens in 10.8 Recovery AND in Windows 7 Ult. Bootcamped.
Im not sure why though.
Also, My ML after a fresh install with all my programs and a reboot tends to make a significant LAG when opening all programs reguardless of size. I know my 500GB HDD is good because in windows 7
i can run 8 chrome windows, Pandora, skype, LogMeIn Hamachi, Word, and a few others witn NO lag and it uses 60% less ram than when i use the OS ML partition. Both were created from a fresh 35 zero pass format.
2010 13" MacBook Pro
2,4ghz Core 2 dup
Nvidia 320m 256mb graphics card
WD Caviar blue 500GB HDD
8GB DDR3 Cosiar 1066mhz RAM
Any thoughts?
Just a tad over 6 months out of warranty too.
Any apple REPS please help, as i need some expert help too.

Apple Reps do not respond to questions on this forum, at least in official capacity as it is a user forum.
However, if you see this graphical distoritons/glitches across applications and even different operating systems then it is most likely a Graphics/Video card issue. To make sure it's not your LCD try an external monitor.
If you purchased the MBP with credit card then most of them provide extended warranty usually to a year in addition to manufacturere's warranty. Contact your CC company and read your policy. A logic board replacement is not cheap.

Similar Messages

  • Why can't I use WebCT chat with my computer?  I get the 'spiral of death' every time I try to type in my chat.  I have a feeling it has to do with compatibility issues between Java and Tiger.

    Why can't I use WebCT chat with my computer?  I get the 'spiral of death' every time I try to type in my chat.  I have a feeling it has to do with compatibility issues between Java and Tiger.

    Hi Elizabeth,
    Do your Mac meet any of these requirements?
    http://www.wvnet.edu/services/webct/requirements.html
    From this it appears to be PC only!???
    http://sourceforge.net/projects/awebctcclient/files/Pancake%20%28it%20own%20proj ect%20now%29/Pancake%20Console%20V1.0.0/PancakeConsole-1.0.0-src.zip/download
    Can you provide any more info on which bersion or file you have?
    Can you tell us why you need this for your use?

  • Compatibility issues between R12 and report builder 2.5

    Hi,
    I just want to know if there are issues between R12 and (Forms 4.5 and Reports 2.5)? I have been using 6i since I started in the oracle so I'm a little new to this.
    Thanks
    peopsquik

    As my understanding there is no issue for Forms 4.5 and Reports 2.5 with R12.
    You can develop report with Report 6i can be deployed with R12.You cannot use Forms 4.5, Reports 2.5 or Developer (Forms/Reports) 6i with Oracle EBs R12 as it is not certified. The only supported version is Developer 10g
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Thanks,
    Hussein

  • Burned iMovie .mov to DVD and it caused movie to skip/have weird transitions between scenes and sound to not match with picture. What can I do to help fix this when reburning?

    Burned iMovie .mov to DVD and it caused movie to skip/have weird transitions between scenes and sound to not match with picture. What can I do to help fix this when reburning?
    Movie details
    QuickTime Movie
    Size: 17.95 GB
    Duration 17:39
    2 audio channels
    Codecs- Linear PCM, Apple ProRes 422, Timecode
    Thanks!!

    You can't use iMovie to create a video DVD - for that you need iDVD:
    Why is there no iDVD on my new Mac? How do I get it and how do I install it?
    https://discussions.apple.com/docs/DOC-3673
    To burn a DVD with iDVD from the latest version of iMovie, you have to export the movie using the Export button and select 480p as the size. Open iDVD and start a new project, then drag that exported movie file into the iDVD menu window, avoiding any drop zones you see.

  • What's the difference between redundancy and recovery window for retention?

    Hello all,
    I'm still trying to get a grip on this concept for RMAN backup planning.
    I recently ran into a situation as follows.
    I have the backups set to a redundancy of 1.
    I have instance1, which had GRID jobs to run RMAN backups as follows
    Incremental database level=0 weekly at Wed at 2:30am
    I have daily backups, incremental level=1 each evening
    I have archive log backups through the day.
    What happened, was that apparently on a Tues some time, the development team deleted data from almost every table in their schema.
    The didn't discover this till midday or so on Wednesday.
    I went to try to restore...and RMAN couldn't do it. I had found a SCN for early the Tues they did it...but I got the following error:
    RMAN> RUN
    2> {
    3> SET UNTIL SCN 4590383198282;
    4> RESTORE DATABASE;
    5> RECOVER DATABASE;
    6> }
    executing command: SET until clause
    Starting restore at 28-APR-10
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: SID=639 device type=SBT_TAPE
    channel ORA_SBT_TAPE_1: NMO v4.5.0.0
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=638 device type=DISK
    creating datafile file number=1 name=+DATADG/instance1/datafile/system.284.697137287
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 04/28/2010 15:53:00
    ORA-01180: can not create datafile 1
    ORA-01110: data file 1: '+DATADG/instance1/datafile/system.284.697137287'
    From what research I did...it appears that since I did not have a level=0 incremental from before, it could not reset the database back in time. The previous one had been deleted since, I guess I had a redundancy of 1.
    So, I thought I had a week backup they way I have it set..but that assumes that errors are found pretty quickly before the next level=0 backup.
    I want at least 1 to 1.5 weeks worth of backups. I do have the problem that we do not have many tapes in rotation, so I cannot go for too long...may 2x weeks tops.
    I'm trying to rethink my strategy, but I'm confused as I read as to the difference between setting RMAN retention with redundancy vs recovery window.
    Can someone give me an explanation how you understand it? I'm reading on the web and in oracle books, and for some reason, it just isn't clear to me what is the best way to go....especially when I see that redundancy and recovery window might both be set??
    Thank you in advance,
    cayenne

    Dear Cayenne
    AFAIK RMAN doesn't claim that "you haven't enough backup". Please read the error you got carefully
    ORA-01180: can not create datafile 1
    ORA-01110: data file 1: '+DATADG/instance1/datafile/system.284.697137287'
    and check the following link:
    ORA-01180: Cannot create datafile 1 when doing RMAN restore onto 2nd server
    Moreover, could you please use LIST BACKUP command and see whether you have enough backups?
    Read "Redundancy Based Backup Retention Policy" from the following link:
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/strategy003.htm#sthref139

  • Sync issues between Mac and Mobile Me

    Hi all,
    I'm having issues syncing between MobileMe and my Macbook Pro. It used to work perfectly, but I haven't been able to get it to sync since early August. All the changes I make between my iPhone and MobileMe work fine, but they just wont update with any changes I make on my Macbook. Equally, changes made on iPhone or MobileMe don't show on my laptop anymore.
    I've tried force syncs and resetting sync data (and transferring info from MobileMe) but none work. Is there anything else I can try?
    Thanks,

    You should ask in the MobileMe forums as this forum (iSync) has nothing to do with syncing Macs to MobileMe.

  • Icloud document sync issue between ipad and mac

    So was very excited when mountain lion could sync my spreadsheets (numbers) documents with my iPad, but having a weird issue (I think).
    So I took one of my spreadsheets from my Mac, and moved to iCloud. Opened it up in Numbers (Mac), made a few changes, and saved it.
    Now I go on my iPad, I see it. I open it up - great.
    Now for some reason, I have a duplicate spreadsheets named 'Untitled'. I have no idea how it got there, I am not sure what happens if I delete it (or if I should).
    Anybody know whats up with this?
    Thanks -

    When you place a document into iCloud from your Mac and then try to open it on a mobile device, you will be given the option of opening the original document or opening a copy. It sounds to me that you have chosen to open a copy.

  • Curious... Syncing Issues Between iPhone and iTunes?

    Just curious... the past several months I have noted various concerns around "syncing" between iPhone and iTunes... yet don't recall any mention of whether it occurs between MAC OS or WIN hardware (desktops and or laptops). Furthermore, I am interested if anyone can comment whether these sync issues occurs mostly on TIGER or LEOPARD OS when accessing iTUNES. (Guess I should pay more attention to the noted OS field.
    I ask because I am considering an upgrade to LEOPARD by end of month and don't want to jeopardize my syncing to my iPhone if it is a LEOPARD related issue. Thank you

    I'm running Leopard and I've never experienced any sync issues.
    These discussions include mostly problems, which is what these discussions are for - a user to user support forum for technical support issues and questions.
    Which particular issue are you referring to?
    Before installing a major OS X upgrade such as Leopard over a previous OS X version, it is a good idea to create or update your existing backup of important data stored on your computer's hard drive - including your iTunes library, photos, contact info, calendar events, documents, etc. I've never experienced any problems installing a major OS X upgrade over a previous OS X version, but I always update my computer's backup immediately beforehand to be on the safe side.

  • White space issues between content and footer.

    I am having white space/page length issue between the end of my content and the footer.
    I have read the forums and tried changing the page length minium height to 800 and then I
    unchecked the sticky footer in page properties on both the master page and the content page itself.
    Here's a link to one of my pages.  http://www.ueonline.com/rohs-info.html
    This page has very little content and you can see the white space.
    Any help is appreciated.

    This may be a little dated for a reply, and I'm not 100% sure your issue is the same as mine, but I discovered that unchecking the sticky footer option in site properties solved the problem. I should note that the website I was building for a client was über simple, and while disabling that function solved the headache in my own project, it may incur unwanted results in others, depending on the complexity.
    DTA

  • Alignment Issues between dreamweaver and browser

    Hi
    Hoping someone can help, i'm trying to learn how to make
    better sites with advanced tools like apDIV's but seem to be
    running into an alignment issue. When I make the html file in
    dreamweaver I seem to have to off set the images and div tags
    inorder for the site to show up aligned properly in firefox,
    explorer, etc. I'm thinking there might be a problem in the actual
    code causing this but am not good enough yet to find it or the
    problem, any ideas or guidence would be greatly accepted. below if
    the links work is the difference I see between dreamweaver and when
    its launched in a browser.
    DreamweaverScreen
    BrowserScreen

    > over a centered frame
    You are not using frames - that's a table.
    Yes - there's a way to do this, but it will involve your
    working in code.
    Make your page left aligned by removing any centering.
    Then position your layer so that it is properly located over
    the table.
    Change this -
    </head>
    to this -
    <style type="text/css">
    #wrapper { width:760px; margin:0 auto;position:relative; }
    /* 760px will display on an 800px screen maximized browser
    window without */
    /* horizontal scrollbars. */
    </style>
    </head>
    (you may need to adjust this width so that it's consistent
    with the width of
    your centering table)
    change this -
    <body ...>
    (the ellipsis represents any other attributes that might be
    mentioned in the
    body tag, and SHOULD NOT BE INCLUDED EXPLICITLY!)
    to this -
    <body ...>
    <div id="wrapper">
    and this -
    </body>
    to this -
    <!-- /wrapper -->
    </div>
    </body>
    and see if that helps.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Vinx21" <[email protected]> wrote in
    message
    news:ge9t3e$92s$[email protected]..
    > thanks for the help osgood, I see now what my problem is
    and am just
    > wondered
    > if there was a way to place the absolute layer over top,
    in the right
    > position,
    or will have i have to remake one of the elements a
    > different way???
    >
    > thanks again, dave
    >

  • A big issue between LR2 and PSE6?

    Hello;
    Im experiencing a strange situation between PSE6 and LR2. What about to tell you it happens to me twice, so I was able to recreate and document the issue. Before I go on I want to warn you that the only way to fix it was uninstalling and installing PSE6. The repair process did not work.
    Before I describe and specify the Test Script I want to describe my system:
    Vista Home Premium SP1, PSE6 and the 30 day trial of LR2.
    Processor: Dual 2.89 MHz, 4GB of RAM, 512MB ATI Graphic Card
    2 Internal HD; 250 GB and 650 GB
    1 External HD 500GB.
    Description: After I edited a RAW picture in PSE and saved as PSD I closed PSE6 and went to LR2 to continue editing, then after some editing in LR2 I decide to do more editing in PSE6 from LR2. I closed PSE6 and get back to LR2. I opened PSE6 from the Desktop and went to the Organizer-Edit-Preferences and BOOM; I get the message Adobe Photoshop Elements 6.0 (Organizer) has stopped working CLOSE THE PROGRAM.
    Test Script:
    WARNING: If you decide to go on and test this I want to warn you that both times I had to uninstall and install PSE6.
    1. Edit a RAW picture in PSE6 and saved as PSD, exit PSE6.
    2. Edit the same PSD picture in LR2, do anything you want.
    3. Edit the PSD picture in PSE6 directly from LR2: Develop->Photo->Edit in PSE6.
    4. Chose the Default Option: Edit a Copy with Lightroom Adjustments
    5. When in PSE6 do anything or nothing to the picture and CLOSE exit from PSE6.
    6. Start PSE6 and from the Organizer go to EDIT->Preferences and chose General
    7. Now, if the problem its repeatable and its not only me you should get the message that the Organizer has Stopped working and you must have to close the program.
    Organizer has Stopped working and you must have to close the program.
    8. Since everytime that I tried to get into the Preferences PSE6 Crash I had to unistalled and installed again, I try to do the repair but in my case did not work.
    Note: I don't know if the same it's going to happen with JPG's or TIFF's, at least I don't want to test it.
    If somebody has any comments or knowledge about this please let me know. For now my Trial of LR2 has come to a stop.
    Thanks in advance.

    Hello Antonio;
    After many, many test I discovered that the problem, at least in my case it is caused by the new ACR 4.5. Please read the Thread that I post under Camera Raw. I include the link below.
    I also open two Bug Reports about this, but as usual Adobe (and other Software Companies) will never take responsability for this, until one day they release a new version with "enhancements".
    PSE6 Organizer Crash with ACR 4.5 (Vista Only?)
    http://www.adobeforums.com/webx/.3bb6a869.59b60d3e

  • Data type conversion issues between Oracle and SQL Server

    Hi there, I am using Heterogeneous Services to insert into a SQL Server database. I am running into an issue between data types regarding Oracle's VARCHAR2 and trying to insert that into a SQL Server MONEY data type. I tried using the TO_NUMBER() function to convert my VARCHAR2 to a number, but that didn't seem to help.
    Does anyone have any advice on how to work around this??
    Thanks for any help,
    ivalum21

    ORA-02047: cannot join the distributed transaction in progress
    ORA-06512: at "MY_PACKAGE_NAME", line 263
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC]DRV_Execute: DB_ODBC_ENGINE (1645): ;
    [Microsoft][ODBC SQL Server Driver][SQL Server]Disallowed implicit conversion
    from data type varchar to data type money, table 'tableA',
    column 'total_amount'. Use the CONVERT function to run this query. (SQL
    State: 37000; SQL Code: 260)
    ORA-02063: preceding 2 lines from SQLSERVER_LINK
    ORA-06512: at "RCDTPUMP.CAMPUSCALL_DATAPUMP_UNI", line 875
    ORA-06512: at "RCDTPUMP.CAMPUSCALL_DATAPUMP_UNI", line 791
    ORA-06512: at "RCDTPUMP.CAMPUSCALL_DATAPUMP_UNI", line 1156
    ORA-06512: at line 1
    That is what I get when I take out the TO_NUMBER()
    Message was edited by:
    ivalum21

  • TE tunnel issues between IOS and IOS-XR

    Hi Guys
    I have a situation. The scenario (see the attached diagram) has to PE01 (IOS) connecting via a port-channel to P01 (IOS-XR), turn P01 connect to PE02 (IOS-XR). So we've configured a pseudowire between PE01 and PE02, this works fine! then we've configured a TE tunnel between PE01 and PE02, but when we chose the TE tunnel as preferred path for the PW, happens the following:
    PC-A mac address appears on PE02 mac address table, however PC-B mac address doesn't appears on PE01 mac address table, so there is not connectivity between PC's at all.
    It seems like the TE tunnel is causing some issue (thought TE tunnel status is okay at all), and the problem seems to be between PE01 and P01, when we take the TE tunnel from the PW preferred path, everything works fine! I'm not sure if this problem is caused by the port-channel too.
    I've been looking for some software bugs in IOS 12.2(33)SRE6 and IOS-XR 4.3.1 but there is not such.
    Anyone of you had this problem as well?
    Marcelo

    Hello.
    Did you try ping inside vc between PE devices?
    Could you provide relevant configuration from PE1,P,PE2 routers?
    And the output you got during troubleshooting?

  • Is there an issue between EXSP24mkII and MOTU Symphonic Instrument?

    I'm using Logic Express 7.2 for three large projects right now. Admittedly I'm pretty new to LE 7.2, since just recently switching over from Digital Performer.
    So, far, LE has been very stable -- UNTIL last week when I loaded in MOTU's Symphonic Instrument. Now, if I have just one or two tracks of Symphonic instrument and nothing else, I'm fine, but if I start adding tracks that have different virtual instruments on them -- say, 2 tracks of Symphonic Instrument and 2 tracks of EXSP24 mkII, then I get frequent crashes.
    The crashes occur as I record my first take on the first new track.
    I can't seem to nail down a particular sequence of events yet, although I think I might be getting pretty close to figuring it out.
    However, before I put in all the effort to figure out the bug, do you know if it's already been discovered? Are there known issues between Symphonic Instrument and Logic or MacIntels, or something?
    Thanks!

    I do have the latest version -- the one that's compatible with the MacIntels. And, when it's the only plug-in, it works great.
    Well, maybe not quite as great as EXSP24mkII, but pretty good. There are still some wierd clicks that happen during playback occasionally, but, VERY fortunately, don't happen when I bounce the tracks down.
    It doesn't seem like there's a known issue, so I'll see if I can isolate a series of actions that cause the problem. If I can nail it down, I'll let you all know.

  • Issue with backup and recovery of WLS

    I have installed WLS 10.3.6 in my 64-bit Linux box, now I am trying to take backup my server. I have a web-application deployed to my WLS, the path to my war file was something like:
    <home_dir>/install_files/myapp.war
    Now to take backup I ran tar command on my current Linux box, now I copied the .tar files to my new Linux box and extracted it. When I am starting my weblogic server it is looking for the war file from the path <home_dir>/install/myapp.war which does not exist on my new machine. So I logged into Admin console of WLS on my new machine and trying to change the path for myapp.war by clikcing update button. But I am getting this error when I change the path:
    weblogic.management.ManagementException: [Deployer:149007]New source location, '/u01/Oracle/install_files/myapp.war', cannot be deployed to configured application, 'myapp'. The application source is at '<home_dir>/myapp.war'. Changing the source location is not allowed for a previously attempted deployment. Try deploying without specifying the source.
    Update operation failed - no deployments changed.
    Please help me how to deploy my files. I'm expecting backup and recovery option should also take care of deployed files but it is not happening in my case, is that wrong?

    1. There is no specific order, but last to go down should be CMS and first to come up should be CMS.
    @echo off
    Stop Business Objects Services
    echo
    net stop "BOBJCrystalReportApplicationServer"
    net stop "BOBJEventServer"
    net stop "BOBJProgramServer"
    net stop "BOBJOutputFileServer"
    net stop "BOBJProcessServer"
    net stop "BOBJInputFileServer"
    net stop "BOBJDestinationServer"
    net stop "BOBJCrystalReportspageserver"
    net stop "BOBJJobServer_Report"
    net stop "BOBJCentralMS"
    exit
    Similarly to Start services, instead of stop use start and put CentralMS at the top and save it as a batch file.
    2. Jobs running when the server goes down will fail, other recurring jobs will wait till the server comes up.
    3. Yes, backup File Store & Database.
    4. Not sure about the default password for My SQL, you should be able to backup the MySQL database, I have done that once.
    5. Backup FileStore & Database.

Maybe you are looking for

  • IPhone 6 Battery Usage function not working

    Battery Usage feature continues to read; "Battery information will be available after using iPhone for a few minutes" even though I have now had the phone and used it for one week. Using iPhone 6, 64G, IOS 8.0.0.(no iOS updates have yet been applied)

  • PrintStackTrace not appearing in application.log?

    We are having a difficult time locating the Stack Traces that we expected to see in the application.log of our J2EE Web Applications. Within our servlets the typical try/catch sequence is something like: try { // do some stuff that can throw an excep

  • Creation of user roles

    Hi all, can someone please explain me how to create the user roles. is this a IMG part of Logistics? please explain me in detail. kumar

  • How JSF tag uri resovled..

    Sorry for asking basic JSF (or JSP) question.. <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> how the above two tag - URI resolved? will it happen on demand? or while container

  • HT3702 I can't buy anything in the game. Apple said "your purchase can not be completed" pls help! Why?

    I can't buy anything in the game. Apple said "your purchase can not be completed" pls help! Why?