Monitor Issues after upgrading Mac Mini OS to Mavericks

I upgraded my older Mac Mini OS to Mavericks.  The monitor always worked fine on Snow Leopard (10.6.8 I think), but now my Hanns G monitor takes fifteen minutes to display anything.  Until then it is blank and makes clicking, popping noises every 3-5 seconds.  After it comes up, it works fine and all the settings seem to be correct.  Any ideas? Many thanks for any help you can provide.

Some more info: the monitor is a Hanns G HC194D and is set for 1280 x 1024 with a NVIDIA GeForce 9400 256 MB graphics.  My Mac Mini has a 2.26 GHz Intel Core Duo processor and has 2 GB 1067 Mhz DDR4 memory. The monitor display profile says it was created two weeks ago which strikes me as a bit odd, but I updated the OS well before then and this has been an issue since I updated to OS 10.9.3.  I have played around with the cables and the connections are tight, and once the monitor finally displays after 15 minutes or so on start-up or deep sleep, the monitor looks and runs fine. 
It seems too coincidental that this problem only surfaced after upgrading the OS for it to be a monitor hardware issue, but I haven't seen any other reports of this type of problem. This is a very frustrating problem, so thanks for reading this far.

Similar Messages

  • External monitor issues after upgrade to Mountain Lion

    MacBook Pro 5,4, upgraded to Mountain Lion 10.8.5 when installing replacement SSD. Trying to connect to Vizio VMM26F tv/monitor in dual monitor display. In the past, under Lion, this monitor worked flawlessly with MiniDisplay to DVI adpater/cable. (In addition, a second MBP 5,3 with Mountain Lion worked flawlessly in this setup.)
    Today, after upgrade, I plugged the monitor in as usual. It is simply not detected using the DVI adapter/cable. I had a VGA cable and adapter, so switched to that. Image appears on monitor. But about once per minute the monitor disconnects -- Vizio goes black, MBP goes blue, then the images reappear after a variable delay. Sometimes Vizio shows "No Signal" message, other times not.
    This monitor is no longer manufactured, but its web site does not show any driver/firmware downloads.
    No firmware updates show in software update for the MBP.
    Any suggestions for making this monitor reliable?

    I don't know if this will 'fix' your problem, but have you tried the 10.8.5 Supplemental Update -> http://support.apple.com/kb/DL1686?
    Clinton

  • Server app not responding after upgrading Mac Mini Server

    Hi all,
    I (like many of you) upgraded my Mac Mini Server yesturday. The install went well, except that when I start the Server.app, I end up with the default Server.app window and an eternal beach ball cursor...  it checked into the apps and system logs and nothing coming out of Sever.app.  However, there is a possible trace on slad...  Anyone with similar problem or suggestions ?
    thanks!

    The program is unresponsive.
    I looked at the console. I don't what it means but the screenshot is attached

  • "optimizing your mac" still showing 1 week after upgrading mac mini to OS 10.10 from 10.9

    Has anybody else had that problem or know what can be done to enable the needed optimization to complete if one needs to shut down the mac in the meantime as the box only gives "Close" as an option + a warning that "performance may be affected until completed".

    I agree that Barney's input that the message was just a notification & not a progress indicator & hence that was it was fine to close proved to be the correct & complete answer, but due to having first posted your initial reply as the correct answer (as it did solve the problem also), the system seems to only post the rest of my replies as "this helped me" despite my clicking on the "correct answer" button even now in response to your 2nd reply & I can't find a way to change that status once posted.

  • How do I plug a VGA monitor into a new mac mini?

    How do I plug a VGA monitor into a new mac mini?
    Why do Apple change everything all the time?

    You need an adaptor, HDMI to DVI is included in the package, take HDMI to VGA or thunderbolt which, in case of monitor, is the same as minidisplay port to VGA. Apple has always upgraded the best output port, unfotunately monitor manufacturers have not done the same.

  • Unable to see views Active Alerts, Discovered Inventory, Distributed Applicatios, Task Status, Unix/Linux Computers, Windows Computer under Monitoring workspace after upgrading to UR6

    Hi All,
    Recently I upgraded SCOM 2012 SP1 CU5 to CU6 and facing following issue:
    1. New menu item got grayed out that appears upon the right click on Monitoring node(root) under monitoring workspace.
    2.  When we click Monitoring in the navigation pane, the Monitoring Overview opens, which displays a summary of health states and alerts. if we click any of the numbers in the overview, it is supposed to open a state view of the selected category but
    this function does not work now.
    3. Views like Active Alerts, Discovered Inventory, Distributed Applications, Task Status, Unix/Linux Computers and Windows Computer do not appear under Monitoring workspace after upgrading to UR6.
    Has anyone out there facing such kind of issue? Any help on fixing these issues would be appreciating.  Thanks in advance.

    Hi,
    Have you re-opened the operation manager console?
    There are some known issues when intalling UR6, please go through it:
    http://support.microsoft.com/kb/2929885
    In addition, there is CU7 for SCOM sp1, why not installing the newest one:
    http://support.microsoft.com/kb/2965420
    Regards,
    Yan Li
    Regards, Yan Li

  • Can I use my old apple monitor with a new mac mini?

    Can I use my old apple monitor with a new mac mini?

    Probably.  Any information about the monitor?

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • Issue after upgrade the ASA5520 from 7.2.4 to 8.2.5,

    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between in one of the outside  interface
    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between the session at one of the  interface but working fine with another interface,
    i have outside  and backup interface which work on internet failover when internet  routed through backup interface the issue getting started but working  fine if traffic is going via outsid

    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between in one of the outside  interface
    i  am having issue after upgrade the ASA5520 from 7.2.4 to 8.2.5, the LMI  remote session getting disconnect in between the session at one of the  interface but working fine with another interface,
    i have outside  and backup interface which work on internet failover when internet  routed through backup interface the issue getting started but working  fine if traffic is going via outsid

  • I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. Please help, restoring setting even didn't helped.

    I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. The mobile carrier signal as well as WIFI suddenly drops zero and are then restored automatically. Sometimes i cannot conenct to WIFI even standing infront of WIFI router. Please help, restoring setting even didn't helped.

    Update: my phone's connecting to the WiFi again. I don't know what did the trick. I did nothing since reinstalling the software. It hadn't worked then, it is now. I tried connecting to my dad's phone's hotspot( he uses a Moto G), and it worked. I then tried connecting to the WiFi at a friend's house, and when I came back home, my phone was able to connect to my WiFi! Is it of any significance that my friend's router doesn't require a password? My issue has been resolved( for now; I hope I'm not counting my chickens before they've hatched). For anyone facing a similar issue, I suggest you try everything I did:
    1. Turn your router off for a minimum of 30 seconds, turn it back on and try connecting.
    2. Click on the WiFi network you are connected to, scroll to the bottom, tap "Renew Lease".
    3. Do a soft and hard reset.
    4. Reset network settings.
    5. Back your data up, erase all content from settings menu, restore from backup.
    6. Reinstall your software( put it in recovery mode).
    I am not sure which of the above worked for me. Make sure you try everything. If none of the above works, take it to a genius bar or an authorised service provider. Good luck! :)

  • Issues after Upgrade from Oracle 10.1.0.5 to 10.2.0.5 in Windows Server2003

    Good Morning Good People,
    I have run in to some issues after upgrading my 10.1.0.5 database to 10.2.0.5. Initially after the firtst upgrade from 10.1.0.5 to 10.2.0.0 one has to run Critical Patch set 4 to get to 10.2.0.5. Well after initial up grade everything worked fine. I could connect to the database from within the server as well as remotely through SQL*PLUS client. However, after completeing the patch I'm still able to connect to the database from within the server, but remotely i get the following error:
    ORA-12514 : TNS Listener does not currently know of service requested in connect descriptor.
    I also get Error ORA-12505: TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: (description=(address=(host=mcquery2)(protocol=tcp)(port=1521))(connect_data=(sid=mcquery)(server=dedicated)))
    I've tried serval different things to trouble shoot the issue but nothing seems to work.
    If anyone has run into s similar issue please help. This is ruining my weekend! LOL!
    Edited by: user10835577 on Aug 29, 2010 9:15 AM

    From the client or the server?
    SERVER:
    tnsnames.ora:
    MCQUERY=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.36.27.184)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=MCQUERY)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.27.184)(PORT = 1521))
    FROM REMOTE SQLPLUS Client:
    tnsnames.ora
    MCQUERY=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=10.36.27.184)
    (PORT=1521)
    (CONNECT_DATA=
    (SERVICE_NAME=MCQUERY)
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Client_3)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cotsdot370.cotsdot.dom)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.27.184)(PORT = 1521))
    Thanks,
    Malcolm
    Edited by: user10835577 on Aug 29, 2010 12:01 PM

  • Connecting two Dell Ultrasharp Monitors to Late 2014 Mac Mini

    Hello, I want to connect another Dell UltraSharp Monitor, (identical), to my Mac Mini, late 2014 model. However, there's only one HDMI port, and two Thunderbolt ports, can I connect two monitors to this machine?

    Yes. You can use the thunderbolt ports with either DVI or HDMI adapters to connect the screens to.
    http://store.apple.com/us/product/HFQL2VC/A/moshi-mini-displayport-to-hdmi-adapt er-4k
    http://store.apple.com/us/product/MB570Z/B/mini-displayport-to-dvi-adapter
    Thunderbolt, takes the mini display connectors.

  • HT3021 Can an e-mac be used as a monitor for the current mac mini?

    Can I use an e-mac for a monitor with a new mac mini?

    Not outside of Virtual Network Computing, which requires a separate monitor to set up.
    (70932)

  • Can you use a 2007 Mac book pro as a monitor for a current Mac mini?

    Is it possible to use a 2007 Mac book pro as a monitor for a current Mac mini?

    Use a product such as ScreenRecycler over a network. All of these products require a standalone monitor to set up.
    (93531)

  • IPhone 4s issues after upgrading to IOS 8

    Have few issues after upgrading to iOS 8
    - Phone hangs every few hours, reboots automatically
    - Bluetooth does not work properly (call does not get disconnected or even if disconnected on phone, the car bluetooth shows call is on)
    - Searching for contacts is a problem
    - Apps hang (especially facebook)
    Any way to go back to iOS 7 ?
    Any other tips / tricks appreciated..
    Venkat

    No way to come back to iOS 7 ...
    But did you tried to reset all settings (general -> reset -> all settings) ?
    For me iOS 8 was a mess on a 5S, especially car Bluetooth, and all works now fine after resetting the settings (all settings, not only network settings).

Maybe you are looking for

  • Problem with Safari browser. Can't launch it

    Hello, I have a problem with Safari browser. I can't open it and in the report window I can see the following message: Process:         Safari [1858] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Ve

  • When launching Photoshop CS4 Extended it says "License Expired"

    Can anyone help me with this problem? I downloaded a trial version of Photoshop CS4 extended here in adobe.com but when i tried to launch it, it says "Licensing for this product has expired." I don't know why this is happening. This happened twice al

  • Help, Kernel Panic transferring HD to new Intel Imac

    My Imac 500 has a Kernel Panic error and I will need to get my files to my new Imac Intel. Can I do this without resolving the Kernel Panic error? Will my Intel Imac see the HD on my Imac 500 while it is in this error mode? Any help is appreciated.

  • Missing 3G Due to Dummy AT&T Staff

    just wanted to share that after not being able to access the internet and realizing i wasn't receiving any messages (i could see if someone called), i took the phone into att&t. i had recently upgraded my program and in that process, the clerk had ac

  • Filter out marked data from XY graph (Draw graph)

    Hi there, I've a question about "filtering" data from an XY Graph, please see the attachement. The graph shows some sample data (white plot) and a red "ballon" plot (you can press left mouse button and move over the graph to draw the red plot). My ne