Audio and "multiple display" issues in Lion

Hi Guys
Since I installed Lion, I have the following issues:
DTS and 5.1 does not seem to be going out to my receiver. It worked with VLC and XBMC, now it only works with XBMC and no other player.
So if I try to use VLC I can move it over from the main desktop to my HD TV, but no DTS.
If I use XBMC i get full DTS but have no way of ruuning it on the HDTV because the multiple display options are gone from preferances!!!
I used to be able to turn off the 27 imac display and use the HDTV display, cant do that anymore.
Also the magic mouse now has a life of its own and jumps around for no good reason and sometimes dissapears all together.
Any help would be great. Seems to me like this "upgrade" is not much of one...
Instead of more usability, I now have way less.

Hi Andyjw
Assuming your machine has been behaving well for some time and this is just happening now suggests to me it's going to be bad news for you.
Before you take it to the repairers however, have you tried unplugging your iMac from the wall socket, waiting for, say, 10 minutes then plugging it back in again?
This is in addition to all the usual checks of course such as repairing permissions and so on.
Also, on one of your 'System' discs there should be an app called *Apple Hardware Test*. Have you tried that to see if it comes up with anything? I think you might have to boot from your System Disk to run Apple Hardware Test but I'm not certain about that.
Good Luck

Similar Messages

  • TIMECODES are important for audio and video sync issues

    Hello, just wanted to pass on what I learned so that others can avoid the trouble that I've had to go through. Perhaps this may help someone who is stuck on the launch pad. :)
    BOTTOM LINE: Info for the beginner. Audio and video not in sync in Premiere Pro CS3 V3.2.0
    PROBLEM: Capture works great it seems. When I go to the folder that contains the captured file and view in Windows Media Player audio and video are in sync. BUT when viewing the video asset in the source and program monitors, the audio and video are not in sync.
    SOLUTION:
    Before capturing a tape make certain the following is checked:
    (1) Edit->Preferences->Capture->Use device control timecode
    (2) Edit->Preferences->Device Control->Options->Timecode Format
    (3) Project->Project Settings->General->Video->Display format
    As for the devices timecode choose something other than Auto Detect. Then match the project timecode with what was chosen during capture. The projects display format could of course be set to frames.
    I searched everywhere for audio and video sync issues in google, adobe forums, F1 help, and hv20.com and everyone was talking about:
    (1) Presets: 1080p30 vs. 1080i30 (60i).
    (2) brakes in the tape where timecode for the audio and video get misaligned during capture.
    But choosing the correct hardware settings and timecodes to solve audio and video sync issues never popped up.
    MY HARDWARE: Canon HV30, HDV

    >Audio and video not in sync in Premiere Pro CS3 V3.2.0
    Must be an HDV only issue because my synch is always perfect.

  • 10.5.3: Clamshell mode and 1080p display issues fixed?

    Has the clamshell mode issue and 1080p display issue been fixed in 10.5.3? Are you able to shut your laptop and use 1080p on an external monitor without the **** thing freaking out?

    Me and hundreds like had the issue when we upgraded to 10.5.2. It is a known but bug that when you start up the system an external display wouldn't be recognized in calibrated profiles (only at 1440x900). A work around was to start up then close the door immediately or boot up without external display connected and connect when completed booted.
    I was told by support in Jan that there would be a fix in the next release (10.5.3 I presumed), but after installing it I have the same problem and the release notes don't mention it as repaired.

  • Is SSL and multiple websites possible with Lion Server?

    this is the obligatory apology from a nub here....
    I have not been a sys admin since the days of NT 4.0.
    I like to think that "hey, i might need a touch up here and there, but I think I can find my way around..."  Wrong.
    I have been searching, and reading and searching and reading, and trying everything I can think of..  and I CAN NOT figure out how to get mutliple websites working with Lion Server, using self signed certs 1 for each of my subdomains.
    Has anyone, anywhere (thank you google for returning searches to me from 2004?!?!  More puzzled confusion....)  posted a step by step guide yet??? 
    I have a mac mini, and I have two domain names that are resolving to my exterinal interface on my router just fine, and I have tried what I thought was
    every different possible combination of voodoo, magic, 00000...MoreTestingNeeded.conf, and all the other tricks.
    Is it possible to get ssl and multiple websites working with one IP address? 
    Thanks...

    Thank you very much for your time and input.  My birthday was fantastic! Thanks for asking.
    I found out about SNI while researching an error I was getting in the log.  I really never found any definitive "this is what you need to do", so I was going to get back to it later.
    You probably know this, but Lion Server breaks out all of the virtual hosts into seperate documents in the "sites" directory.   All I do is I launch the server.app, and in the web component, I enter the name of the website that I want to resolve to my server, and I give it the path to the docs.  Thats it.  There is no DNS configuration to speak of, on my part, and I don't believe that its necessary (?) to touch the httpd.conf file at this point yet either, even though I think I hear others saying you do.  (I have no issues with getting into the file and making any changes, I just thought it was interesting.)
    I am still trying to figure out how a user is supposed to add any other types of services LIKE ftp, etc.  I know and use the server admin tools, but I have found that the app really does do its job in terms of creating all the dns records for resolving the sites you create.  I sure hope its not just using the host file, is it? I never see any additional files in the DNS manager, for any of the subdomains.  Where are they?
    Here is the contents of what appears to be the first file read, that is for SSL enabled sites:
    ``````````````````````````````````````````````````````````````````
    This is "0000_any_443.conf:"
    `````````````````````````````````````````````````````````````````
    ## Default Virtual Host Configuration
    NameVIrtualHost *:443
    <VirtualHost *:443>
      ServerAdmin [email protected]
      DocumentRoot "/path/to/the/docs"
      DirectoryIndex index.html index.php /wiki/ default.html
      CustomLog "//log" cmbndvhst
      ErrorLog "/"
      <IfModule mod_ssl.c>
      SSLEngine On
      SSLCipherSuite "SOMEGARBAGEIDONTKNOWIFISHOULDSHAREORWHAT"
      SSLProtocol -ALL +SSLv3 +TLSv1
      SSLProxyEngine On
      SSLCertificateFile "/sslcerts/certs/*.DOMAIN.COM.XXXXXXXXXXXXXXXXXXXXXXXXXXXX.cert.pem"
      SSLCertificateKeyFile "/sslcerts/certs/*.DOMAIN.COM.XXXXXXXXXXXXXXXXXXXXXXXXXXX.key.pem"
      SSLCertificateChainFile "/path/*.DOMAIN.COM.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.chain.pem"
      SSLProxyProtocol -ALL +SSLv3 +TLSv1
      </IfModule>
      <Directory "/Path/To/The/Docs/XXXX/SDFSDD">
      Options All +MultiViews -ExecCGI -Indexes
      AllowOverride None
      <IfModule mod_dav.c>
      DAV Off
      </IfModule>
      </Directory>
      Include /httpd_passwordreset_required.conf
    </VirtualHost>
    ```````````````````````````````````````````````````````````````````````````````` `````````````
    So..  my questions are:
    Where in the .confs do I add what I need from your above items?  Would it go each of the site docs that I need?  I am really not sure what apple is doing here.
    I have 4 domain names resolving to my server right now, and subdomains to each of the domains.  So there are a total of about 10 "site" docs, not a big deal to change each, I just wonder if Lion overwrites these docs with each refresh or what? Also, If I try to add a third .com right now it breaks the whole site.
    (Out of conversation, but I just remembered this.  I just had to "quit" out of the server.app.)  When installing the directory server,  it hangs on "getting certificates". The spinning wheel (not the rainbow collered one, but the black one by the words "Getting Certificates") just sits there and spins.  I finally just hit the red X and relaunch server.
    Lastly, you meniton importing the key.  I am using the key manager within the server app.  I am not sure where and how I would make the cert and key you are referring to for the importing?  I have tried to use the key manager in the OS, but I am not sure of the relationship between that key manager app, and the key manager within the server.app.  I have tried to create certs in the keymanager in the OS side, but I do not know how to get them to show up for use in the keymanager in the server.app.
    BTW: Thanks.   Thanks for the help.  I really appreciate it.

  • Premiere pro cs5 : audio and video sync issue with .aiff file format

    I am using premiere pro cs5 on MAC and facing issue with audio and video sync  using .AIFF file format for audio unable to make it work.
    Is there any solution to this issue or any work around?
    Thanks in advance.
    Vinay

    Hi,
    hmmm, well that settles that...
    Here's a link to info about an open source free program to convert....for mac
    http://www.ehow.com/how_5072563_convert-files-wav-files-freeware.html
    Good luck
    Rod

  • Mac applications have blurry/fuzzy fonts and other display issues

    About two days ago my MBP display started acting funny. To start, I noticed my itunes font started going blurry. The words in Word are fuzzy as well. Other apps like firefox and safari I can read just fine. Next, I noticed this (http://i.imgur.com/Hfhq0.png) happening. When I move a window in any application the window would automatically start getting larger. Next, this (http://i.imgur.com/6ySCT.png) became an issue. Notice the white at the bottom of the box. Finally this (http://i.imgur.com/wYdUe.png) reared it ugly head in firefox. I have no idea what's going on. Other forums and google have been no help at all and you guys are my final hope. If you need any more information please let me know. Thanks in advance for saving my baby.

    OK I don't use a two-button mouse but control-click brings up that window for me and it displays fine just pulling the background image as the border with no white space ...
    I'd guess it's something related to the background image you're using, have you tested the effect when you go back to a plain colour or an Apple supplied background ? What format is the image you've set as background png, jpg or something unusual ?

  • Audio and Video syncing issues

    I have a video file where the audio and video file are normal when I play the clip in Quicktime. When I import the file into an FCP project and drag it into the timeline, the audio and video are no longer synced. My sequence setting is ProRes422 as is my video clip. The only difference I can see is that my clip is 24 bit integer and the sequence is 32 bit floating point. Although, this is my 50th project capturing old BetacamSP tapes and all my projects say this and I haven't had a problem until this particular file and not afterwards. Any thoughts?

    There you go then ... make sure you monitor audio and video by the same path ie both via the Kona card or both on the Mac ... or use the Playback Offset to compensate for the delay between the Canvas window and the Kona output.
    From the manual:
    To set the frame offset between the computer display and the external video and audio outputs
    Choose Final Cut Pro > System Settings.
    Click the Playback Control tab.
    Enter a number of frames in the Frame Offset number field.
    Frame offset can be any whole number between 0 and 30. The default value is 4. For example, if a video monitor connected to your DV camcorder shows your program four frames later than your computer display, a frame offset of 4 will synchronize the two.
    Note: Depending on your external monitor configuration, you may need to experiment with frame offset values to synchronize the external monitor and the computer display.
    Click OK.
    Play your video in the Canvas or Viewer and compare the video offset between your external monitor and your computer display.
    If the computer display and external monitor are still not synchronized, repeat steps 1 through 5 using different frame offset values until the display and monitor are in sync.

  • Audio and (sometimes) video issue after Win 10 Upgrade - Split X2 laptop 64-bit

    Any solution to the Audio and Video issues on Split X2 laptop after Windows 10 FREE Upgrade?? I'm sure others are have the same Audio/video problems: -  very slow, Repeating audio and video on YouTube and Netflix playback....totally unwatchable-  speakers work fine- everything was working great on Windows 8.1 there must be some kind of driver upgrade for IDT High Definition CODEC BEATS audio... is there a work-around until the real problem is fixed? Regards  -  VK      

     I have downloaded and installed the HP recommended IDT  Audio Driver using the HP Assistant. The current installed IDT High Definition Audio CODEC driver is:    STWRT64.sys   6.10.6498.0  The laptop was rebooted but the problem still the same.....Audio is garbeled and impossible to understand the words...video seems ok when playing Youtube videos.   My Split 13 X2 product id is:    E2S66AV                                      BIOS F.27

  • Yosemite and Multiple Displays

    I just upgraded a late '12 Mac Mini to Yosemite and am now having some considerable difficulty utilizing TWO Video Output options simultaneously. With 10.8.5 I have been using my Thunderbolt port to adapt to VGA, which goes to a Star-Tech KVM and then to a professional 1920x1080 monitor, while at the same time utilizing the HDMI port to connect to an AJA HA5 convertor (which adapts that video signal to SDI).. Everything worked seamlessly before this upgrade. Using exactly the same hardware my current problem is that my Mini(s) now fails to correctly recognize my monitor that is down the line from the Thunderbolt to VGA adaptor. That monitor now only gets recognized at some pathetically useless lower resolution, while the HDMI video Out seems to work just fine. In fact, the HDMI out is what the Mini now prefers. WHY??? I likely am missing something, I know.... The Displays Preference is sheer misery to navigate between the two and I have thus far failed to get the two monitors (well, one is actually an SDI router with multiple monitors down the line... and that is from the HDMI Out, which gets converted) to work the same way twice after a re-start. I spent a few hours feeling helpless today. Tomorrow I will do the VRAM reset that I saw as the only sincere Apple solution on an earlier Discussion Group from November (forgot to do that today), but I am not so hopeful. Anyone?

    fyi...
    I paid up for the Advanced Docking Station, and found the T400's CD- drive is not compatible.
    http://forums.lenovo.com/lnv/b...
    Also, I bought this computer because it is quiet. The Advanced Dock is NOISY.
    Lenovo support was NOT helpful with these issues.They should disclose incompatibilities and issues like noise upfront. The t400 is marketed as a quiet computer... And how am I to know the drive bays are not compatible? 

  • Windows 7 and Multiple Monitor Issues

    Alright, I have spent the past 3 days searching these forums as well as on Microsoft's support pages and all of Google to find the answer to my issue and it seems as though I'm the only one who is running into this problem.
    I have a 15 inch Macbook Pro with the GeForce 9600M GT Nvidia Graphics card with the latest version of Mac OSX and Bootcamp installed on it. I have Windows 7 installed in bootcamp. I just purchased a Mini DisplayPort to VGA cord with a VGA cord so as to connect my computer to my Sony Bravia HDTV to use as a second monitor. I plug in the cords, plug them into my TV, and put it into the proper input and it works like a charm. Then I go and boot up in bootcamp under Windows 7, plug in the cord, and my screen gets to the "starting windows" logo and then it goes black. I push ever button, I try control alt delete, nothing. I have to hold down the power button to turn off the computer and then turn it back on.
    I turn it on, boot up into Windows 7, let it load, then plug in the cord, and the computer display instantly goes black, again, and yet nothing displays on the TV. Again, I try everything to no avail, so I power it off and back on. I go through this at least 10 times to no avail. I finally give up and try again the next day.
    Next day, I plug it in, and the monitor stays up, but yet nothing is displayed on the TV. I go to my resolution settings in Windows, and go to the multiple monitors tab, and select every possible option (extend, duplicate, etc) and nothing will display on my TV. I try to change the settings to which it responds with "unable to save display settings" and nothing changes. I attempt to enter the nvidia program and make changes that way. The TV is detected, but when I select it and attempt to apply anything, no changes take effect and I am left with only the laptop display. Keep in mind I uninstalled and reinstalled all of the video drivers and such.
    Finally I get fed up so I purchase a Mini DisplayPort to DVI adapted and a DVI to HDMI adapter. I try again. Again in OSX it launches immediately, no problems. I go back into Windows, and immediately I'm dealing with the instant black screen.
    I'm going crazy over here trying to figure this out. I know it's possible to do this because I've seen people on youtube doing this and again it works on OSX so why the heck won't it work? If anyone has any idea what's going on here please help me out. Thanks.

    JonMarx... I'm having the exact same problem. I'm in the exact same situation as you are. I'm going mad, and it's only by divine providence that I've finally located the only other person who knows what I've been going through. I've spent at least 20 hours trying to get this started back up, to no avail.
    I had the secondary display working peachy for a while, long enough to configure everything to be exactly how I wanted it. I unplugged the monitor from the computer just to see what would happen, and that's when the problems started. I managed to get it to work one last time for a brief period a few hours later, but the way it just clicked on made it feel too good to be true.
    I've had a wierd problem with a phantom display as well. The display will frequently show up as being available in both the nVIDIA panel and the windows settings, but if I apply the settings, they won't go through. I got a few screenshots of it the last time it happened.
    I was just about to reinstall windows completely, but it seems that I'll just run into the same problem again if I do... Here's to hoping a solution is found.

  • Macbook Pro running Mavericks. Multiple display issue

    I didn't have this problem running OS X Mountain Lion but now that I have upgraded to Mavericks the display on my second monitor (an HD TV) is too large for the screen and no resolution changes from the display menu have any effect
    To be clear, the issue seems to be that the detected screen is larger than the actual monitor causing the edges of the display to be cut off. This is most evident in full screen mode as it cuts off things such as video action bars from view and the tabs from the top of browser search windows (especially annoying with browser windows as it also hides from view the minimize button).
    Is there any way to adjust the screen size in OS X Mavericks as changing the resolution does nothing. Any help much appreciated.

    I should also add that it has the problem where when it goes to sleep it's 50/50 as to whether it will wake up or not. If I click 'put hard disks to sleep when possible', it wakes up fine, but I don't like doing this.

  • How do YOU manage multiple displays in Mountain Lion?

    I'm finding that Mountain Lion's changed display management awfully hard to rationalize. I recently purchased a Macbook Air. I love it, but as a developer I did need more screen real estate. A few days ago I plugged an external 22" monitor in and was horrified to discover that a) full-screen mode renders one display worthless b) flipping between spaces flips BOTH screens.
    This is entirely incomprehensible to me, but I'll leave the question of the wisdom of the decision for others to debate.
    What I want to do is simple. Either:
    a) be able to flip between spaces on either display INDEPENDENT of the other
    and/or
    b) Flip between spaces on one display while leaving the other untouched. For example, using one as a reference screen while flipping between the browser and my code editor.
    So, fellow developers and power users, how do YOU manage this scenario? Is there some 3rd-party utility that allows me to easily restore the functionality I had in previous versions of OSX?

    Why not start here.

  • Is garage band included on 10.6 OS and hdmi display issues?

    Imac, 17 inch display, 2.0 GHz, 1GB ram two issues.  Can I connect an hdmi second display (hidef tv) through the thunderbolt port and does garage band come with OS 10.6.  Can't find garage band anyplace and the second display when plugged in to an aftermarket thunderbolt to hdmi adapter sees the hdmi display but won't mirror.  I have a clean install of 10.6 and can't get past these two issues. Any help please.

    Here's the issue.  I can only get 3 meg d/l speed and that drops to as low as .5 meg at times.  I can link my MacBook Pro to an hdmi hi def 1080 thru a Devi connector and all works fine.  I run Netflix and the MacBook buffers the content so if the speed lags the show doesn't stop.  I came across this iMac and was hoping to do the same thing.  I bought an Apple TV 2 nd gen and it just stops and stalls due to no buffering.  So that's not working.  If I can connect the iMac to the larger Vizio with hdmi inputs, 1080 hi def I would allow the iMac to run my Netflix and not ruin here MacBook by letting it run continuously.  I used the MacBook on a smaller 14" and the 26" Vizio with no problems.  The iMac won't see either one though in sys prefs it does show the display but won't mirror.  If you, for some reason, just cannot answer the question, just let me know, I appreciate all your help.  I am at a loss but feel certain there is a way to do this.

  • Select list and hidden display issue

    Hi all,
    I am using a dynamic value select list, which when a button is pressed sets the value of a hidden display item. The next page then uses the hidden display item as part of an SQL query.
    It strangely sometimes works and sometimes doesn't - it often struggles with the values in the select list which are over 30 characters.
    Does anybody have any idea what's going on?
    Many thanks,
    Tom

    Hi
    I just re-ran the debug feature and have found an issue which could be the cause of the problem:
    Som of the data items in the dynamic select list have and ampersand (&) symbol. If I run the page once the hidden item displays the value properly:
    0.22: binding: ":HIDDENREGION"="HIDDENREGION" value="Tech Comms Media Utilities & Hi-tech" if I re-run the page after navigating around the application for a bit is displays this value:
    0.22: binding: ":HIDDENREGION"="HIDDENREGION" value="Tech Comms Media Utilities &amp; Hi-tech"Please notice the "& amp;" bit which has been added... Is there any way of getting rid of this? as it is interfering with the query on the next page.
    Many thanks,
    Tom
    Edited by: new_to_apex on Mar 2, 2009 3:13 AM
    Edited by: new_to_apex on Mar 2, 2009 3:14 AM

  • 16 bit Tiff  crop and straighten display issues

    Still having the same old issues with 16 bit exports when crop and straighten have been applied to a file. Re import the n zoom or use loupe results in artifacts.
    Anyone else??

    I've had this problem with images saved as 8-bit scans.
    Are you using any compression in the TIFs? I scanned using Nikon Scan 4, cleaned up a bit in Photoshop 7, reduced the bit depth to 8-bit, and saved at TIFs with embedded colour profile using ZIP compression, Macintosh byte order.
    This used to work with Aperture 1.5.6, but with Aperture 2.0 I see a kind of offset pattern, so a vertical line looks like this:
    If export the master TIF, open it in Photoshop (where it looks normal) and save it with no compression Aperture displays it properly.
    (I'm still using Tiger, so I don't think this is an OS issue.)

Maybe you are looking for

  • Wrap a single word in a text field

    Hello everyone! I currently have a problem with text data that is displayed in a Flex text field <mx:Text>. It's a narrow textfield (100px wide) in a animated ad banner that displays content from a database. There are some words that are too long for

  • A Brand New Breed of FREE, Online Events for Oracle Tuxedo Users

    Sorry for the plug, but I'll be giving the keynote at this virtual conference. :-) I would encourage you to register as I believe there will be a lot of new and interesting material covered, as well as some instructional hands on labs. You will be ab

  • No warning on duplicated names in library

    Recently when i copy paste items from one document to another and they have the same names in library i got a warning message. It seems i turned off this warning somewhere but i can't find where. Any suggestions to get this warning back?

  • Oracle 9i for Linux, disk 2, download fails

    Dear Oracle, can you please split up 9i to smaller pieces say 200 Meg each. This should reduce the failure rate. Just take the cpio.gz file and use the split(1) command like this split -b 200m Linux9i_Disk2.cpio.gz My several attempts to download dis

  • IPhone not in My Computer

    Hi guys, do any of u know how to transfer pictures from iphone to computer. Iphone is not appearing in my computer area. So any alternative for that...? THANKS