Samsung LCD not working in Vista, but fine with OSX. Help!

Ok guys. I have read some of the posts on this topic, but they really haven't been helpful, so I am hoping someone can point me in the right direction. I have a Samsung 4671 TV, that when connected through DVI to HDMI on my MBP on OSX it works fine, on Vista my TV says mode not supported. Since, it works fine with OSX, I kind of doubt it is the TV. Has anyone had this problem with a similar setup and gotten it to work? Thanks.

I suspect it's the Vista DVI driver that is at fault. A Google search with 'Vista DVI driver apple' shows that others are having your same problem.

Similar Messages

  • Urgent Help! Flash Links not working on PC but fine on Mac??

    I need urgent help as my client is expecting a fully working site this week and i can't seem to understand what the problem is with the site i created www.tuarard.ie. The links such as the link 'download current programme' which is on the splash page works fine on mac but not on pc. there are other various links throughout the the site as well which don't work on pc.
    Could someone please help me fix this problem. i am guessing the flash in fine but that the html is causing the problems. i am a beginner in the world of html so i know very little about it.
    any help would be greatly appreciated.
    thanks,
    Peter

    I know this is hindsight, and likely more of an opinion-based answer, but except for the original dynamic "opening" of the flash homepage there wasn't anything I saw on the pages other than the scrolling photos at the top that required flash to accomplish. Flash is cool (I use it frequently for sections of a page - banner animations, etc.), but I've found it's often more trouble than it's worth unless every section of you site will feature something amazing or compelling to use it...
    It's not search engine friendly (unless all of your text is linked externally, and even then limited), the correct player needs to be loaded on the viewer's machine to view, and it opens (generally) much slower than a standard html page...
    Having said that - I think the site looks great - and fits the feel of the content, (and worked fine on the mac and windows browsers I tried here...)

  • LoadVars Not Working in 9 but fine 8

    I have a SWF that has a form and LoadVars.send() to send the
    form info to the server. It works in 8 but does not work in 9.0r16.
    The SWF is on the image server domain for several sites and
    the SJP file that it sends to is on a different domain. I have a
    crossdomain.xml in the file that the domain that recieves the forma
    data.
    Should the crossdomain.xml file be on the image server
    instead?
    If it is in the DOCROOT of that server do I still have t o
    load it with System.security.loadPolicyFile?
    Does that override what I put in
    System.security.allowDomain("")?
    Is my problem even cross domain related? since that should be
    a problem in 8 as well and in 8 it works just fine.

    First thing - all webpages should have a doctype.  Yours doesn't.  Add one that is consistent with the code you have already used on the page (looks like HTML 4.01 Transitional).  This will prevent browsers from rendering the page in quirks mode (a bad thing).
    Second - don't use commas or spaces in file/pathnames:
    background-image: url(images/Touring%20Sport%20-%20Sports%20Tours,%20Schools%20Tours%20and%20Corporate%20To urs.jpg);
    Third - when you specify a font, do it as a family, not a single font.  In your case, a computer that doesn't have Helvetica will default to Times New Roman, which is probably not what you intended:
    .Contact_Header {
    font-family: Helvetica;
    Fourth - justified text is not very satisfactory on the web, and is harder to read than non-justified text:
    .Main_Text {
    font-family: Helvetica;
    color: #666;
    text-align: justify;
    Finally, in addition to these things, wonky code is the cause of your problems.  Here is the validation report for this page - there are many things there that need to be fixed -
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gecodesigns.com%2Ftest%2Ftouringsport%2 Ffootball-tours.html&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent= W3C_Validator%2F1.2
    Also, read this about the impact of using col- and rowspans the way you have in your layout tables -
    http://www.apptools.com/rants/spans.php

  • My Keynote does not work on my MacBook Pro with OsX Mavericks. It opens though, but then is stuck, menu does not react. What to do?

    I have Keynote 6.1 and run it on a MacBookPro with OsX Mavericks. I can start Keynote, but I cant access the menu, it is stuck. What to do?

    Try this repair for Keynote 6.2,  ensure you complete all the tasks and in the order shown:
    1  delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application
    2  restart the Mac;   Apple menu > restart
    3  immediately after the start chime,  press the shift key until you see the Apple symbol.
             let it fully boot up,  it will take longer as the OS is repairing the drive
    4  when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive  then First Aid tab and      click  repair disc permissions
    5  when complete, restart the Mac normally
    6  install Keynote from the Mac App Store, it will be updated to the latest verion which is 6.2
    let us know if this helped.

  • Layout not working in IE but fine in all other browsers?

    Hi,
    I'm probably missing something very simple, but can anyone shed some light on as to why the a coloumn keeps jumping in IE but works & looks as it should in all other browsers.
    The link to the page in question is below, I have tried fixing the width and even rebuild the page but all to no avail.
    http://www.gecodesigns.com/test/touringsport/football-tours.html
    Many thanks
    Alex

    First thing - all webpages should have a doctype.  Yours doesn't.  Add one that is consistent with the code you have already used on the page (looks like HTML 4.01 Transitional).  This will prevent browsers from rendering the page in quirks mode (a bad thing).
    Second - don't use commas or spaces in file/pathnames:
    background-image: url(images/Touring%20Sport%20-%20Sports%20Tours,%20Schools%20Tours%20and%20Corporate%20To urs.jpg);
    Third - when you specify a font, do it as a family, not a single font.  In your case, a computer that doesn't have Helvetica will default to Times New Roman, which is probably not what you intended:
    .Contact_Header {
    font-family: Helvetica;
    Fourth - justified text is not very satisfactory on the web, and is harder to read than non-justified text:
    .Main_Text {
    font-family: Helvetica;
    color: #666;
    text-align: justify;
    Finally, in addition to these things, wonky code is the cause of your problems.  Here is the validation report for this page - there are many things there that need to be fixed -
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gecodesigns.com%2Ftest%2Ftouringsport%2 Ffootball-tours.html&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent= W3C_Validator%2F1.2
    Also, read this about the impact of using col- and rowspans the way you have in your layout tables -
    http://www.apptools.com/rants/spans.php

  • Image Over Hover not working in IE but fine in Firefox

    I have a new page that I just uploaded today.  You can find it here.
    http://www.rugged-cctv.com/ruggedhd.shtml
    If you scroll down to the section labeled Features that ALL of our Advanced DVRs share! with a bright blue background, you will see a picture of one of our products.  In IE and Firefox that image shows up just fine, but when you hover over it a larger version of the image (and labeled) appears in Firefox but in IE I get a redX and the alt text.
    My code for the right side of that blue section is here.
       <div id="features-two">
               <div align="left">Can perform 6 functions at once <br />
                 <span class="smaller">(live display,  recording, playback, network access, backup, and configuration)</span><br />
                <br />
                Smart Search, <span class="bold">Multi Time</span> / <span class="style14">Multi Day Search </span><br />
                <br />
                <span class="bold">15 User levels</span> at the DVR &amp; <span class="bold">32 users</span> can access the DVR at once remotely<br />
                <br />
                <a class="popup" href="#"><img src="images/hd-components.gif" alt="Rugged HD Components" width="265" height="192" border="0"/> <span><img src="images/hdcomponents-labeled.jpg" alt="Rugged HD Components"/></span></a></div>
             </div>
    Now the section above that with the gray background also has a hover image that is working in both IE and firefox is here.  I've been staring at it way too long and just can't find my mistake.  Help would be greatly appreciated.
    <div id="features-two">
               <div align="left">            HDD
                Mirroring Capable on Internal Drives<br />
                <br />
                Direct <span class="style2">POS</span> and <span class="style2">ATM</span> Text Insertion<br />
                <br />
                <span class="bolding">Try to find another system with these specs!!!</span> <br />
                <br />
                <a class="popup" href="#"><img src="images/MonitoringOptions.gif" alt="Rugged HD Monitoring Options" width="265" height="192" border="0"/> <span><img src="images/hdsizechart.jpg" alt="Rugged HD Monitoring Options"/></span></a></div>
             </div>

    Ken Binney wrote:
    OS -
    YOU IS DA MAN !
    The Forum is DA MAN !
    I'm just a sad information junkie. Now where's that sunshine and a cold beer

  • Since icloud change mac mail not working on computers but fine on iphone?

    Since the icloud conversion recently, my mac email on both my macbook and powermac are neither working. My mac email is functioning fine on my iphone? What's the deal???

    That would be an iCloud server issue. Not much you can do to troubleshoot that. Simply wait till Apple's engineers get it resolved, which is usually fairly quick!

  • Flash not working in IE but fine in Mozilla

    I was having no problems in IE with web sites that used Flash
    until yesterday one site told me to download latest version of
    Flash Player. It would not install properly. I went through all the
    steps that Adobe suggested including uninstalling Flash Player.
    That was a big mistake! Now I have multiple problems with many web
    sites in IE. Mozilla runs these web sites with no problem. How can
    I get IE running properly again? I have manipulated the security
    settings to allow ActiveX in Custom Level Security. I even tried
    Default level. Uninstalling destroyed something, but how do I get
    it back. I have been unable to reinstall version 8. Probably doing
    it incorrectly. Is this all about ActiveX? Please help!

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157
    Make sure u exit all browsers before u run the .exe file
    >this will unstall all the flash players in the system>try
    running the uninstaller atleast 3-4 times >after uninstalling
    the flash player reboot u r system>go to
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash>downlo ad
    new version 9.0...the flash player.
    hope this helps.
    i followed the above steps it woked for me

  • Qosmio X-70 - keys very often not working in games but fine otherwise

    Hello,
    When playing any game on this Qosmio X-70 laptop, the keys are often not very responsive and I have to press the keys often multiple times for them to do what they should. Outside of games all keys respond without any problems. It is unfortunately making playing games on a gaming laptop somewhat impossible.
    Does anyone have any ideas?
    Many thanks.

    Very often means not always but sometimes. Correct?
    Did you notice the keyboard problem playing just some particular games or all games?
    Is this issue noticeable using external keyboard?

  • WEP not working in Vista Home Premium with Linksys WRT54GS version 5

    Bought a new computer with Vista and installed the router. Made it so WEP is enabled. When I try to connect with a laptop or my other computer in my home, it will not take the WEP key and says it can't connect. I've reinstalled and redid the network, still won't work. It works if I don't enable WEP, but I need security. Is this problem fixable or do I need to buy a different router? My second computer has the Wireless PCI adapter WMP54G. This adapter worked perfectly in my last computer. Any help?

    Make sure your router has the latest firmware and try using WPA security.  WEP is not that secure any more but something is better then nothing at all.  Make sure your laptop has all the Windiws Updates and the firewall is off.
    Richard Aichner (Ikester)

  • People picker is not working for ie11 but working fine for other lower version

    i am using sharepoint 2010 and windows authentication
    recently i have updated my ie to ie11 and problem goes here.
    when i try to select from people picker, there are an unexpected error happened 
    however when i use other ie version, people picker work fine, what goes wrong?
    i have already added my system as trusted site
    if there any others thing i miss out?

    Hi,
    According to your post, my understanding is that People picker is not working for ie11 but working fine for other lower version.
    IE 11 is known to have compatibility issues on SharePoint 2010, please make sure to:
    first of all, try installing latest update for IE 11 (several compatibility issues were fixed since the first release)
    add the site to compatibility view (in IE> Tools> Compatibility view settings> type site name> add)
    add the site to trusted sites and set the zone security level to low (in IE> Internet Options> Security> trusted sites> sites>add your site there> ok> custom level> select low> reset> ok)
    You can use developer tools (f12) and set browser mode to the version that is most compatible with your environment.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • The enter key is not working in firefox but it has working fine in chrome and IE so please help me to rid out from this.

    The enter key is not working in firefox but it has working fine in chrome and IE so please help me to rid out from this.

    Hello gokulaan, '''try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • X-Fi Audio - Subwoofer NOT working in Vista 32-bit Ultimate!

    <X-Fi Audio - Subwoofer NOT working in Vista 32-bit Ultimate!I I have WIndows Vista 32-bit Ultimate and Sound Blaster X-Fi Audio installed and with the factory drivers (I tried another set earlier and they did not work, so I reinstalled the original drivers which worked, at least partially). Until now I only listened to music using my headphones, but I tried today to plug-in my 5. Genius system (50W RMS) and everything works fine EXCEPT the subwoofer does not produce any sound at all!! The ONLY way to make it work is go to Control Panel -> Sound -> Speakers -> press Configure and then click the Test button in the dialog that appears (or click the subwoofer icon to make it produce a very nice bass sound - which I absolutely love, but it's the only way to make my subwoofer work!!!). Please guys, help me find out what the problem is. All help is much appreciated. Thank you!

    cipriansk7 wrote:
    Thank you my friend,I have done as you have mentioned (made sure the DLL did not stay there when I rebooted before I installed your version), and now I have the version which you have built. However, I am still unable to hear the subwoofer I am so sad... even my default on-board card supports the 5. just great, and I love the sound of that, but I was hoping for something better from Creative - instead, all I got was a soundcard I can only use with my headphones at the moment because of a faulty driver...
    Did you enable Bass Redirection?
    Run Console Launcher, click on Speakers and Headphone -> choose 5. Speakers.
    Then click on Bass (Bass Management) and enable Bass Redirection.

  • X-Fi 5.1 not working under vista

    Here I am stuck with a 2. sound system. I own a nice set of 5. speakers and this supposedly high quality X-fi card. Turns out this card is nothing but crap. It took me 3 months to get some patched up configuration to make my bass speaker finally work. I am so angry about this since I listen to music about 8 hours a day as this is my work station. The music is key to my vitality while at the computer. I curse creative labs every morning for dropping the ball. I would spend anything at this point for another card. Anyone know of a good alturnati've ? I would love to purchase a card that works and smash this X-fi crap into a million parts ( office space style )

    superj707 wrote:
    Here I am stuck with a 2. sound system. I own a nice set of 5. speakers and this supposedly high quality X-fi card. Turns out this card is nothing but crap. It took me 3 months to get some patched up configuration to make my bass speaker finally work. I am so angry about this since I listen to music about 8 hours a day as this is my work station. The music is key to my vitality while at the computer. I curse creative labs every morning for dropping the ball. I would spend anything at this point for another card. Anyone know of a good alturnati've ? I would love to purchase a card that works and smash this X-fi crap into a million parts ( office space style )
    You should have done some research before upgrading to Vista if sound is so important to you. Discussion of competitors cards are not allowed here but there are a few out there that have Vista drivers...and many that still don't. 5. should work in Vista just fine as I, and many others have it working. Sounds like something got screwed up during the install or you don't have something configured right. What exactly are you saying doesn't work about 5.
    Are you able to select 5. as a configuration in the control panel? If so when you test the speakers do they all work?

  • My iPod touch is not working in iTunes, but it is showing up on my "My Computer".

    My iPod touch is not working in iTunes, but it is showing up on my "My Computer". The instructions from Apple Support is NOT effective. Please help.

    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or              
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - Then do the other actions of:
    iOS: Device not recognized in iTunes for Windows
    paying special attention to item #5
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

Maybe you are looking for