Getting screen junk for the last week or so...

For the last week or so, I've been getting screen junk on my Mac Pro, on both my 30" monitor Apple Cinema Display and my 20" Apple Cinema Display. Not at the same time. Not in the same app all the time. I'll either get a black line going through the active window, or some funky thing going on with the text getting all junky. At first it was happening just in Microsoft Office (junky text) or Firefox (latest build)(black line). Today I saw the black line in Dreamweaver! And junky text in mail, which went away when I closed the item and reopened it.
I am running Intego VirusBarrier on my Mac (let's not go into how foolish anyone thinks I am for using an antivirus program. I also have a smoke detector in my house, even though I've never had a fire). I've been running VirusBarrier for at least a year, and haven't had any problems.
I've tried repairing permissions, and it doesn't help.
Any thoughts?

read this thread sounds like the same issues the rest of us are having
http://discussions.apple.com/thread.jspa?threadID=1246649&tstart=0

Similar Messages

  • Hi, for the last week everytime i open firefox i get a message to download 36.0.4. I update firefox, restart an then the same message appears. What's going on?

    hi, for the last week everytime i open firefox i get a message to download 36.0.4. I update firefox, restart an then the same message appears. What's going on? What can I do?

    There is a new update available today for version 37, please do post back if this also happens for this update.
    Please update to the most recent version of Firefox:
    *[[Update Firefox to the latest version]]

  • How can I get null values for the later weeks

    Hi All,
    When I execute this code I get the records till current week.
    How can I display the output so that I get null values for the later weeks. (with the help of v_numOfWeeks variable in the code)
    Thanks,
    Vikram
    DECLARE
       v_query VARCHAR2(4000);
       TYPE ref_cursor IS REF CURSOR;
       v_refcur ref_cursor;
       v_sum NUMBER;
       v_id NUMBER;
       v_name VARCHAR2(1000);
       v_weeknum NUMBER;
       v_pernum NUMBER;
       v_numOfWeeks NUMBER := 5;
    BEGIN
    v_query := ' SELECT SUM(product_bkg), postn_id, postn_tbl.postn_name, b.week_num, b.period_num
                              FROM ops_cv_extract b, (SELECT row_id, desc_text postn_name
                          FROM s_postn) postn_tbl
                          WHERE lvl_6_id = 5767
                          AND fiscal_year = 2008
                          AND b.week_num < 4
                          AND b.period_num = 3
                          AND b.postn_id = TO_NUMBER(postn_tbl.row_id)
                          GROUP BY postn_id, postn_tbl.postn_name, b.week_num, b.period_num
                          ORDER BY  postn_tbl.postn_name, b.week_num';
    OPEN v_refcur FOR v_query;
    LOOP
       FETCH v_refcur INTO v_sum, v_id, v_name, v_weeknum, v_pernum;
       EXIT WHEN v_refcur%notfound;
       dbms_output.put_line('P'|| v_pernum||'W'|| v_weeknum||' '||v_name||' '||v_sum);
    END LOOP;
    END;
    This is the output when I execute this code.
    P3W1 COMM CNTRL ISAM 213 26961.61
    P3W2 COMM CNTRL ISAM 213 12870.4
    P3W3 COMM CNTRL ISAM 213 245.88
    P3W1 COMM CNTRL ISAM 273 72831.2
    P3W2 COMM CNTRL ISAM 273 8739.38
    P3W3 COMM CNTRL ISAM 273 3764.92
    P3W1 COMM CNTRL TAM 213 49844
    P3W2 COMM CNTRL TAM 213 20515.17
    P3W3 COMM CNTRL TAM 213 16167.46
    P3W2 COMM CNTRL TAM 216 12561.4
    P3W3 COMM CNTRL TAM 216 2027.1
    P3W1 COMM CNTRL TAM 273 -3336.71
    P3W2 COMM CNTRL TAM 273 -1376.68
    P3W3 COMM CNTRL TAM 273 19707.42
    P3W1 Damon Walters -609.07
    P3W2 Damon Walters 30030.24
    P3W3 Damon Walters 37475.1
    This is the output I'd like to get
    P3W1 COMM CNTRL ISAM 213 26961.61
    P3W2 COMM CNTRL ISAM 213 12870.4
    P3W3 COMM CNTRL ISAM 213 245.88
    P3W4 COMM CNTRL ISAM 213
    P3W5 COMM CNTRL ISAM 213
    P3W1 COMM CNTRL ISAM 273 72831.2
    P3W2 COMM CNTRL ISAM 273 8739.38
    P3W3 COMM CNTRL ISAM 273 3764.92
    P3W4 COMM CNTRL ISAM 273
    P3W5 COMM CNTRL ISAM 273
    P3W1 COMM CNTRL TAM 213 49844
    P3W2 COMM CNTRL TAM 213 20515.17
    P3W3 COMM CNTRL TAM 213 16167.46
    P3W4 COMM CNTRL TAM 213
    P3W5 COMM CNTRL TAM 213
    P3W1 COMM CNTRL TAM 273 -3336.71
    P3W2 COMM CNTRL TAM 273 -1376.68
    P3W3 COMM CNTRL TAM 273 19707.42
    P3W4 COMM CNTRL TAM 273
    P3W5 COMM CNTRL TAM 273
    P3W1 Damon Walters -609.07
    P3W2 Damon Walters 30030.24
    P3W3 Damon Walters 37475.1
    P3W4 Damon Walters
    P3W5 Damon Walters Edited by: polasa on Oct 28, 2008 6:42 PM

    Sure, in a Single SQL ->
    satyaki>
    satyaki>select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    Elapsed: 00:00:00.01
    satyaki>
    satyaki>
    satyaki>-- Start Of Test Data --
    satyaki>with week_tab
      2  as
      3    (
      4      select 1 period_num, 1 week_num, 10 bkg1 from dual
      5      union all
      6      select 1, 2, 40 from dual
      7      union all
      8      select 1, 3, 30 from dual
      9      union all
    10      select 1, 2, 20 from dual
    11      union all
    12      select 1, 1, 10 from dual
    13      union all
    14      select 1, 1, 20 from dual
    15      union all
    16      select 1, 3, 10 from dual
    17      union all
    18      select 2, 1, 15 from dual
    19      union all
    20      select 2, 2, 20 from dual
    21      union all
    22      select 2, 3, 10 from dual
    23      union all
    24      select 2, 1, 15 from dual
    25      union all
    26      select 2, 2, 30 from dual
    27      union all
    28      select 2, 3, 20 from dual
    29    )
    30  -- End Of Test Data --
    31  select period_num,
    32         week_num,
    33         (
    34            select sum(week_tab.bkg1)
    35            from week_tab
    36            where period_num = m.period_num
    37            and   week_num   = m.week_num
    38            group by week_num, period_num
    39         ) sum_bkg1
    40  from (
    41        select dum.week_num,
    42              wk.period_num
    43        from (
    44                select 1 week_num from dual
    45                union all
    46                select 2 from dual
    47                union all
    48                select 3 from dual
    49                union all
    50                select 4 from dual
    51                union all
    52                select 5 from dual
    53              ) dum ,
    54              (
    55                select distinct period_num
    56                from week_tab
    57          ) wk
    58      ) m;
    PERIOD_NUM   WEEK_NUM   SUM_BKG1
             1          1         40
             1          2         60
             1          3         40
             1          4
             1          5
             2          1         30
             2          2         50
             2          3         30
             2          4
             2          5
    10 rows selected.
    Elapsed: 00:00:00.48
    satyaki>Regards.
    Satyaki De.

  • For the last week or so I have been unable to stream anything using Safari on my Mac. Using Firefox I can; any ideas? ThanksDave

    For the last week or so I have been unable to stream anything using Safari on my Mac. Using Firefox I can; any ideas? Thanks Dave

    Hi RMH1405,
    I apologize, I'm a bit unclear on exactly what kind of streaming you are talking about or what you are seeing when you try to do so in Safari. If the sites in question are Flash-based, you may need to make sure that Flash Player is up to date in Safari, as noted in this article:
    Adobe Flash Player updates available for OS X on December 12, 2014 - Apple Support
    Regards,
    - Brenden

  • Hey guys ive got issues with my macbook pro that i bought not a year ago, and for the last week its just randomly restarting especially when im watching a video or using finalcut pro x can someone help me?

    hey guys ive got issues with my macbook pro that i bought not a year ago, and for the last week its just randomly restarting especially when im watching a video or using finalcut pro x can someone help me?

    What do you mean "Leave them my laptop again"? do you mean you have had it worked on before? for the same problem or a different one?
    You need to take it in to Apple ASAP. No matter how long they have it, you want it fixed and fixed correctly.
    top_cheese_1 wrote:
    i bought it june 2012.. still on the warranty. i just didnt wanted to leave them my laptop again, but ok if you think thats what i should do..

  • For the last week or three Firefox refreshes two or three times for each refresh, and sometimes for no obvious reason..

    For the last week or three Firefox refreshes two or three times for each refresh. Sometimes it refreshes for no obvious reason. For instance, I'll be in the middle of typing into a forum's post block & it refreshes. Or filling out an online form. Or simply viewing a page.

    You can check for issues caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • HT5622 my friend believes her phone has been hacked as her ex partner has read all her messages from people for the last week how is this possible?

    my friend has an iphone 4 and believes her messages on her phone have been hacked as and ex boyfriend has contacted her telling her who she has spoken to and read the message she has for the past week, is this possible and how can she stop this?
    Thanks

    You're welcome.
    Ask her if they shared an Apple ID to download iTunes Store content such as apps and music?
    If not, he knows the password for her Apple ID email address.
    She can create a new Apple ID with this link.
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/createAppleIdForIK B?localang=en_US&path=
    She needs to create a new email address first as well.
    Tell her not to use any security questions that her ex knows or may know.
    After she has created a new Apple ID, on her iPhone go to Settings > Messages > Send & Receive > Apple ID.
    Select the Apple ID and at the menu window that appears, select Sign Out.
    She signs back in at the same location with her new Apple ID to register her iPhone phone number with her new Apple ID and this will prevent her ex from having access to all iMessages that she sends and receives.

  • Fox News is my home page, but firefox won't load it...for the last week. Works fine with MS Explorer. Ideas?

    About a week ago (15 Aug or so), Firefox began just waiting when I would launch it. My home page is Foxnews. If I wait long enough (minutes) it will tell me it is unavailable or moved and tries to offer alternate websites. I can go to any other website by selecting from history or typing in the url. When I launch explorer, it works without any problem at all. So, I've been using explorer. Today, 19 Aug, it is still doing the same thing. I haven't done anything recently. Running Vista Home for OS.

    Thanks for the suggestion.Working my way through, but no success yet. excite.com comes up but as soon as I click on "sign in", I get the error screen even though I have enabled cookies and java script.
    '''''The browser you're using is not allowing you to sign in to Excite.
    Right now, your browser's settings are configured to disable cookies and/or javascript. In order to access your account, you must change your browser's settings to accept both cookies AND javascript. '''''

  • Can't activate online for the last week..........................

    I sign in, go to activate device, click next twice and I'm told "activation failed" even before I get to the screen to enter the MEID number.
    Any sugguestions?
    thanks

    If VZW works as 'diligently' on this issue as they have with the backup assistant, it should be back in working order by spring.

  • I can't attach files on Gmail for the last week. Help!

    I've been trying to attach files in my Gmail account for over a week but every time I try to attach it comes back "failed". This wasn't an issue until about a week ago. I've uninstalled/reinstalled Firefox and nothing. I've had to go through IE in order to attach files. Help please!

    hello suzanne, firefox has introduced a new protocol named SPDY that should make pages load faster and is used on google pages. i've seen a report by another user who had the same problem uploading attachments to gmail as long as spdy was enabled.
    could you please try the following: enter '''about:config''' into the location bar & search for all preferences beginning with '''network.http.''' - in case any of them is shown in bold & therefore not on its default value please right click and reset those preferences. afterwards restart the browser and see if the problem is gone.
    when this did not resolve the issue or all entries were already set to their default values, please toggle '''network.http.spdy.enabled''' (again in about:config) to '''false''' by double-clicking it & restart the browser again.
    in case the latter resolved the issue, could you please provide information on how you are accessing the internet (provider/ the hardware model of your router) & which security software is running on your system - maybe this information will help firefox developers to fix the underlying issue... thank you very much!

  • TS1631 On an off for the last week or so I have had same problem with my iPhone 4. No sound or no bars show up when trying to increase the volume. I've had it for 14 months and no problem.  I've tried all the little tips re turning it off and also holding

    Sound on my iPhone 4S is messed up, tips and suggestions left by others not working any more. At first turning it off for a while worked, when turned it back in the keyboard click would work for a few keystrokes but now not even that.  Had the phone for a bit more than a year, so I know my sound is on and checked all my settings. Posted suggestions from support is not helpful. I guess next step is to take it in for repair? Or is this Apple's way of telling us to upgrade? :(

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.
    FYI, Apple does not repair iPhones.  If basic troubleshooting does not resolve either purchase a new iPhone or take the device to Apple for an Out of Warranty replacement which is $199US for the 4S.

  • My 4s was stolen and I need to get gps info for the last several days to track the phone.  Any ideas?

    My iPhone 4s was stolen in the Atlanta airport Saturday.  I used "Find My iPhone" to locate it, however I need the gps history to show all of it's travels since stolen.  Any ideas on how I can get gps history from the phone?

    Thanks, just what I was afraid of.  I'm getting nowhere.  I know where it ended up, but not how it got there.  Police are investigating.

  • Data Conversion Errors for the last week

    We've been running a simple Stream Analytics job for little over a month now with a very light workload. Input is Event hub and output SQL Server. We noticed today that we haven't received anything into SQL Server since 2014-12-08 (we don't receive events
    every day so we only know that everything still worked on the 8th of December), so we checked the job's logs. It seems that job is failing to process all the messages: The value of "Data Conversion Errors" is high.
    I wonder what could have happened? We haven't touched the client since we started the job so it's still sending the messages in same format. And we haven't touched the job's query either.
    Has there been an update to either to Stream Analytics or to Events Hub which could cause the issue we're seeing?

    I've followed word for word the TollApp Instructions (except the thing with NamespaceType "Messaging" that has been added to New-AzureSBNamespace).
    I have 0 line in output, and this is the service log:
    Correlation ID:
    e94f5b9e-d755-4160-b49e-c8225ceced0c
    Error:
    Message:
    After deserialization, 0 rows have been found. Possible reasons could be a missing header or malformed CSV input.
    Message Time:
    2015-01-21 10:35:15Z
    Microsoft.Resources/EventNameV2:
    sharedNode92F920DE-290E-4B4C-861A-F85A4EC01D82.entrystream_0_c76f7247_25b7_4ca6_a3b6_c7bf192ba44a#0.output
    Microsoft.Resources/Operation:
    Information
    Microsoft.Resources/ResourceUri:
    /subscriptions/eb880f80-0028-49db-b956-464f8439270f/resourceGroups/StreamAnalytics-Default-West-Europe/providers/Microsoft.StreamAnalytics/streamingjobs/TollData
    Type:
    CsvParserError
    Then I stopped the job, and connected to the event hub with a console app and received that:
    Message received. Partition: '11', Data: 'TollId,EntryTime,LicensePlate,State,Make,Model,VehicleType,VehicleWeight,Toll,Tag
    85,21/01/2015 10:24:56,QBQ 1188,OR,Toyota,4x4,1,0,4,361203677
    Message received. Partition: '11', Data: 'TollId,EntryTime,LicensePlate,State,Make,Model,VehicleType,VehicleWeight,Toll,Tag
    33,21/01/2015 10:25:42,BSE 3166,PA,Toyota,Rav4,1,0,6,603558073
    Message received. Partition: '11', Data: 'TollId,EntryTime,LiMessage received. Partition: '10', Data: 'TollId,EntryTime,LicensePlate,State,Make,Model,VehicleType,VehicleWeight,Toll,Tag
    59,21/01/2015 10:23:59,AXD 1469,CA,Toyota,Camry,1,0,6,150568526
    Message received. Partition: '10', Data: 'TollId,EntryTime,LicensePlate,State,Make,Model,VehicleType,VehicleWeight,Toll,Tag
    25,21/01/2015 10:24:17,OLW 6671,NJ,Honda,Civic,1,0,5,729503344
    Message received. Partition: '10', Data: 'TollId,EntryTime,LicensePlate,State,Make,Model,VehicleType,VehicleWeight,Toll,Tag
    51,21/01/2015 10:24:23,LTV 6699,CA,Honda,CRV,1,0,5,169341662
    Note the bug on the 3rd message. In my opinion it's unrelated, it could be the writeline that can't keep up with the stream in the console application. And at worst it's in the stream, but then I should see at least some lines in output for the correctly
    formatted messages.

  • For the last week while using iTunes(Windows 7) i have not been able to get the names of songs from CDDB when importing CDs. Very frustrating! Can anyone help me out?

    CDDB in itunes is not bringing up the name of songs on CDs when importing into itunes. This has been going on for a couple of weeks. Any help?

    I have, a couple different pairs, unfortunately, and still no change. TBH, the headphones don't bug me nearly as bad as the fact that I can't plug my iPod into a radio or speaker with an audio cable and hear my latest purchases. Drives me crazy that I can't listen to my tunes!    

  • For the last week I have had difficulty getting into the Familysearch website with Firefox. It comes up with connection reset. This problem does not occur with either internet explorer or Google chrome. Are you aware of this?

    I was told this problem is likely because of an update in coding which IE can read, but Firefox has yet to implement. Is this correct, and if so will it be rectified soon. I much prefer using Firefox than going between to the two search engines as I am having to do at present. Sometimes the home page comes out and the connection times out when processing the request, other times I can't even load the home page

    The website's link you provided isn't working here either. Contact the Website's Developers about this issue.

Maybe you are looking for

  • Problem With Photoshop Elements 4

    I have a licensed copy of Photoshop Elements 4 that works fine on my Windows XP computer.  I just installed it on my new Windows Vista computer, and I get a message that says there is a known compatibility problem.  I cannot find any updates or downl

  • Can't Send Files to my iMac from my Treo 680

    I just bought my Treo 680 and I am able to sync it via bluetooth with Missing Sync and able to send files from my iMac to my Treo but I cannot do it backwards? any ideas?

  • Using scan name in tns file not working at client side...

    Hi All, I have installed 2 node RAC -11gR2 on ORACLE VM Server 2.2.1. now, I want to give tnsentry to dev team to use this RACDB. I am using scan name in tnsnames.ora file. Also I have make scan name entry in /etc/hosts not in the DNS. I have below e

  • Problems with download

    I create a download link. It's works in the same way as in Denes Kubicek application. It works correctly. Then I create another one report with download link. In the second report I have a problem. When I clicked on it, I see Error page "Not found...

  • Want to contact apple programmers this is request from almost thai people user

    Hi my name is Mile i am a apple user since this first generation relesed only one thing that we ( thai people ) want apple to do for us is please change the pattern keybord cause we are very hard to use that your guys made for us most of us dont want